PDA

Click to See Complete Forum and Search --> : [VB6] 3D Engine In Pure VB


Jacob Roman
Feb 17th, 2006, 01:37 PM
This is the easiest, most mathematically accurate 3D engine out there that I have made. This demo plots vertices in a 3D world and rotates them on the y axis.

3D Engine.zip (http://www.vbforums.com/attachment.php?attachmentid=44572)

RapchikProgrammer
Mar 9th, 2006, 03:06 AM
I always get confused at how to do 3d using pure mathematics widout directx. Your project was very helpful for me bro! Thanks a lot.

VBDeceiver
Apr 19th, 2006, 01:14 PM
yeah, This is all New to me, The example is awesome! So is it better to learn Dx or I heard you can code with stright Vb.

Jacob Roman
Apr 19th, 2006, 07:19 PM
DX makes it even easier to code 3D and look very professional too. Plus it runs a high speed. Highly recommend you learn DirectX. ;)

exliko
Aug 26th, 2006, 02:10 AM
Jacob, do you know where i can study the DirectX? Or maybe you have a tutorial about DirectX?

Jacob Roman
Aug 28th, 2006, 03:19 PM
You didn't see my signature that had all these links?

My Contributions: Massive DirectX 2D Tutorials For VB5/VB6/VB.NET || 3D Engine In Pure VB || Friction Force ||DJ Turntable Simulation || Scratching Wavs || Time Based Movement || Newton Physics Simulation

huydotnet
Aug 20th, 2007, 08:37 AM
Pure VB? you don't use DirectX or GDI or any else?
I can't download that code, so i don't know how can you do it :D

dman1001
Sep 3rd, 2007, 02:30 PM
hey wat up Jacob, I'm David and interested in creating a scratch program.
I thought you might help me. the one you did seem to not work correctly, it
just makes choppy sounds when trying to scratch. Please help.

si_the_geek
Sep 3rd, 2007, 02:44 PM
There are two problems with that... first of all this is the wrong thread (his scratching program is here), and next Jacob has been permanently banned from the forums - so he can't help you I'm afraid.

You will probably be better off creating your own thread, and asking for help with specific issues you are having (note that I have deleted your other posts about this in unrelated threads - please don't do that again).

Anhar Hussain
Jun 14th, 2008, 06:53 PM
Hmm, that code looks very similar to the 3d tutorial that I did to make my own "3d" engine in VB, although in my implementation I used "lines" to connect to 3d points to create a "wire frame" cube,

It worked somewhat, but I got some issue regarding the angles transforms.

The next point would be to do "painters algorithm" and rasterazation (i.e shading) infact you can use some API's to do all the screen polygon shading (with basic lighting)

anyway I've left the code on the "far back, back burner", go google it, it is possible, but the only reason I would do it is for educational reasons.

Anhar,