Show your boxed product in elegant, clean, interactive 3D stage. User can drag, rotate the box and see it from any angle.
It is configurable via XML . Set: * size of the box (width, height and depth) * initial rotation (XY axis) * each face material (solid, texture)
Material types: * solid (solid color set in HEX RGB values) * texture
XML file looks like:
<?xml version="1.0" encoding="utf-8"?>
<product>
<size scale="2" depth="15" height="210" width="150" />
<rotation x="-5" y="135" />
<faces>
<top type="texture">top.jpg</top>
<bottom type="solid">0x111111</bottom>
<left type="texture">left.jpg</left>
<right type="texture">right.jpg</right>
<front type="texture">front.jpg</front>
<back type="texture">back.jpg/back>
</back></faces>
</product>
Credits: Papervision 3D, GTween and Bulkloader are used under MIT license.
See also:
|
| Box 3D Extended |

