|
-
Dec 3rd, 2001, 10:41 PM
#1
Thread Starter
Fanatic Member
Need help...Any fast picturebox activex?...no directx pls...
Yup, VB's picturebox's too slow.
Any fairly fast picturebox activex?
I am gonna do some 3D flat shaded GFX
{I am making a *.MAP editor}{WorldCraft,dude!}
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Dec 3rd, 2001, 10:54 PM
#2
Good Ol' Platypus
Are you trying to pixel plot?
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Dec 4th, 2001, 07:39 AM
#3
Almost anything 3D you attempt to code in VB will be to slow. Most of the demos I have seen (From VBGP) were, at most, flat shaded cubes, spheres, etc, with very few objects in the scene. Anything like WorldCraft will have you crying.
The PictureBox in VB is a thin wrapper around API calls. You can make this faster by using straight API, such as MoveToEx(), LineTo(), SetPixelV(), GetPixel(), etc, but that is about as fast as it gets.
Z.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|