tags:

views:

31

answers:

1

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.

+1  A: 

This should get you started on basic 3d rendering in software. You can use simple GD functions to draw basic 3D shapes easily.

HyperCas
Thank you HyperCas. I shall go through the articles and try to implement it myself. Those two links are precious.
Nirmal