Issue
There is a situation where I need to draw cube or cuboid using the PHP GD library. Does anyone know where to find a simple example or a PHP class to do this?
Thank you for any reference.
Solution
- http://web.archive.org/web/20080514162633/http://www.devmaster.net/articles/software-rendering/part1.php
- http://web.archive.org/web/20080509174752/http://www.devmaster.net/articles/software-rendering/part2.php
This should get you started on basic 3d rendering in software. You can use simple GD functions to draw basic 3D shapes easily.
Answered By - HyperCas Answer Checked By - Mildred Charles (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.