Text3D.class.php
Short support
for Text3D.class.php.
Package contents:
- Text3D.class.php - Text3D main class
- View.php - example file
- Gifmerge.class.php - Simple animated GIF builder (optional)
- Example.html - Short support for Text3D.class.php
Class Construcor:
$text3d
= new text3d(int distance, int
radius, int rotx, int roty, int rotz, array background color, array
text color, string font, int fontsize, string text);
int distance:
This integer can be used to change
height distance between pixels.
Distance to increase when this
integer major and distance to decrease when this integer minor.

int radius:
This integer can be used to change
radius.
Radius to
increase when this integer major and radius to decrease when this
integer minor.

int rotx, roty,
rotz:
These integers can be used to define
the rotate angles.
Values of these integers keep from 0
to 360.
rotx
can be used to define vertical rotate.
roty
can be used to define horizontal rotate.
rotz
can be used to define circle rotate.
These parameters can be used to
single or multiple.
array
background, text color:
These parameters can be used to set
the background and text color.
These parameters are array type and
them values are decimal from 0 to 255.
Typical constructor: Array(r=>255,
g=>255, b=>255)