Introduction
Thanks for downloading this program! The 3D Morph Toolkit is an utility to make
objects for the screen saver 3D Morph.
If you are a developper, you can use 3DMorph's 3D classes to make very easely some
objects generators in C++. If you aren't, there are still lots of ways to do nice
things. This documentation is browsable with
BeHappy. The first part explains how to use the program, the second one is about
the plug-in to use bitmaps images, and the third is about the C++ classes you can
use to create new objects.
The kit is made of the following files:
- 3DM Toolkit : the main application
- 3DM.so : a shared library used by the kit, the add-ons and the latest
version (1.07) of 3DMorph
- Add-ons/ : add-ons to use with the application
- BH3DMT : add-on for BeHappy, to browse this documentation
- Doc/ : this documentation
- Headers/ : the headers to use to develop the add-ons
- Images/ : a folder with example images to use with the application
- Move 3DM.so here/ : move 3DM.so in this folder to install it
- Project Template/ : an empty add-on project for BeIDE. Read the ReadMe
file in the folder to install it
- Readme : stuff I haven't put in this documentation.
- Sample Projects/ : examples for developpers
Have fun!
Next: Using the application