anoyone have any hints or suggestions on how to make 3D graphs with vb thanks.
Printable View
anoyone have any hints or suggestions on how to make 3D graphs with vb thanks.
See the direcx 7 sdk for more support. :)
-Kayoca
whats is the direcx 7 sdk ? Im not real clear on whta you mean, where can i look?
Hi,
DirectX 7 SDK is the Software Development Kit for DirectX libraries.
The DirectX 7 SDK has support for VB developers, so you can have access to all it's features. It enabled VB developers to start thinking about making stunning 3D games!!! :eek:
Go to Microsoft DirectX Resource Center for more info on it. :cool:
Regards
Hi there!
Well DirectX and also OpenGL are quite nice. But, if you want to understand 3D graphics in detail, write your own routines without being afraid of math. You have to choose, if you only want to write a nice looking game or to write a program YOU have a developed. VB and the Windows-API enables you to write 3D graphic apps. (nevertheless I would recommend C and assembler)
There are some great graphic-tutorials out there if you don't know how to start...
Regards,
Björn
If you're just after simple 3d graphs you could use the MS Graph Control that's shipped with VB - look for it on your Components list.
yeah im just looking to make some 3d graphs not anything for games, just 3d graphs. thanks im trying some of this.