Download Sources and Examples
This is the class documentation of mr3d, a lightweight 3D engines for
J2M2 CLDC1 devices.
You may dowload the complete package including documentation and code
from
my website ruelke.net.
Choose ">> ZIP-Archiv mit der mr3d-Engine" and you get a couple of samples,
the documentation (in English), the sources of the mr3d-engine and my diploma thesis
(in German).
|
Packages |
| mr3d |
The
main package contains all data administration objects neccessary for working
with the engine. |
| mr3d.collections |
... contains implementations of dynamic array classes. (Vector-wrapper) |
| mr3d.debug |
... contains classes for simplifying und unifying
error handling and debugging. |
| mr3d.io |
... contains classes for reading 3D-data from files. |
| mr3d.lang |
... contains all type object such as Matrix, Vector, 3D-point,
3D-Object, Triangle ... and an additional Math library. |
| mr3d.visualization |
... contains all classes for visualization (Camera, Renderer, 2D-Graph
library) |