| PEAR Announce 2006-03-19, 6:57 pm |
| The new PEAR package Image_3D-0.4.0 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
* Modified API to add lights
* Added spotlights, pointlights and ambient lights
* Replace $world->createLight(<coordiantes> );
with $world->createLight('Light', array(<coordiantes> ));
You can use 'Point', 'Ambient' and 'Spotlight' instead of 'Light'
* Added yet incomplete driver SVGControl (norro)
* Added bezier curves
* Several minor bugfixes
Package Info
-------------
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
Related Links
-------------
Package home: http://pear.php.net/package/Image_3D
Changelog: http://pear.php.net/package/Image_3D/download/0.4.0
Download: http://pear.php.net/get/Image_3D-0.4.0.tgz
Authors
-------------
Arne Nordmann (developer)
Tobias Schlitt <toby@php.net> (lead)
Kore Nordmann (lead)
|