|
-
Feb 7th, 2002, 08:52 PM
#1
Thread Starter
Addicted Member
VB Design program
I am going to write a program that designs new kitchens. I will need to make walls, cabinets etc. It will have a grid layout and will have to measure angles and dimensions of sinks, cabinets, and counters. I will also have to make 3D renderings of the layouts. Like a "Virtual Kitchen".
Can this be done in VB. Have you heard of anyone doing anything similar to this?
Can you recommend any books on the subject.? I have played around with the picture box, but I am thinking that this will be to limited. I have good experience in database programming but this is a totaly different ballgame. Maybe I should use API.
Any help would be appreciated.
Thanks
-
Feb 8th, 2002, 02:06 PM
#2
Frenzied Member
Try looking into OpenGL, or preferably DirectX (which has support for VB).
The system shouldn't be too hard to create, but the 3D view may be tricky.
-
Feb 9th, 2002, 08:43 AM
#3
Thread Starter
Addicted Member
Any books?
Is there any reading material to get me headed in the right direction? Could I use an OCX like the picture box to make an application like this?
-
Feb 9th, 2002, 10:12 AM
#4
Frenzied Member
I don't think anyone has made a 3D graphics OCX, but I don't know. I would try looking for books in the PrimaTech Game Development series, which is an excellent set. Try looking for things about OpenGL or DirectX, and see what you can find.
Unfortunately most of that code will be in C/C++, so some translation to VB is in order. However that shouldn't be too much of a problem.
I suggest getting the DirectX SDK for VB from the Microsoft web site, and playing with it until you get the hang of it. Also, try looking up some VB game programming sites for example code.
Good luck
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
|