Top Level :: Images

Package Information: Image_3D

Show All Changelogs
» Version » Information
0.4.0Download

Release date: 2006-03-19 21:45 UTC
Release state: alpha

Changelog:

* 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

Dependencies:
  • PHP Version: PHP 5.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: gd
0.3.0Download

Release date: 2005-11-07 14:12 UTC
Release state: alpha

Changelog:

* Added torus and cone
* Fixed package tag
* Added class documentation
* Improved speed
* Added Driver for ASCII-output (including animation)

Dependencies:
  • PHP Version: PHP 5.0.0 or newer
  • PHP Extension: gd
0.2.1Download

Release date: 2005-07-19 19:08 UTC
Release state: alpha

Changelog:

* New renderer interface, added a standard and an isometric renderer.
* Driver based output format, supports now GD and SVG.
* New shading API, supports modes "none", "flat" and "gauround" by now.
* Highly refactored.

Dependencies:
  • PHP Version: PHP 5.0.0 or newer
  • PHP Extension: gd