This package can be used to composed and render 3D models.
The main class can compose and render the definition of 3D object models given the coordinates of the vertexes. It can read vertex definitions from separate files or shapes predefined built-in the class.
There is an 3D objects class that contains built-in definitions of many predefined types of solid objects.
The objects can be rotated around a spin point by a given angle.
The main class can render the 3D objects in a 2D image using the GD library. |