mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
39c4c8b632
that allows the creation of 3 dimensional images using PHP. Image_3D currently supports: * Creation of 3D objects like cubes, spheres, maps, text, pie, torus, ... * Own object definitions possible * Own material definitions * Import of 3DSMax files * Unlimited number of light sources * Rendering output via GD, SVG or ASCII WWW: http://pear.php.net/package/Image_3D/
14 lines
420 B
Plaintext
14 lines
420 B
Plaintext
Image_3D is a highly object oriented PHP5 package
|
|
that allows the creation of 3 dimensional images
|
|
using PHP.
|
|
|
|
Image_3D currently supports:
|
|
* Creation of 3D objects like cubes, spheres, maps, text, pie, torus, ...
|
|
* Own object definitions possible
|
|
* Own material definitions
|
|
* Import of 3DSMax files
|
|
* Unlimited number of light sources
|
|
* Rendering output via GD, SVG or ASCII
|
|
|
|
WWW: http://pear.php.net/package/Image_3D/
|