- 3dhelper
- Authorize : Others Free
- Requirements : No special requirements
- Publisher : Michael Fatzi
- OfficeWebsite : http://www.codeproject.com/Members/MikeTheDwarf
- OS Support : Windows XP, 2000, 98
Content
Helper class to display 3D data
Editor: Helper class to display 3D data.
Ever had the problem to display 3D-related data? E.g. to display a 3D-curve in a Windows dialog window? Dont like to implement a whole DirectX/OpenGL class hierarchy?
There is a solution: The 3DHelper class!
If you are familiar with 3D programming, you already might have used free/not so free libraries to perform the task of rendering 3D objects onto your screen.
The big (in my opinion!) drawback of that approach is: your code is getting more and more complicated to maintain and even understand. Not to mention portability.
Having just some files to be included into your project, performing all the necessary math-stuff to get 3D sounds too nice to be true? Now its real!
The Solution you can free download 3DHelper now.