The Cult3D Drawer example model.The geometric model (file 'drawer.c3d', 54 KB, produced in 3DStudio) is processed in Cult3D Designer and given different mouse controlled actions.
The resulting WWW readable model (file 'drawer.co', 48 KB) is down loaded to the WWW-browser using the javascripts on this html-page. (See the source code of this page).
<script type="text/javascript"> <!-- var myC3DObject = new C3DObject("drawer.co", "CultObject", "640", "480"); myC3DObject.onLoadFinished("loadFinished"); // This method is defined in this file's head tag myC3DObject.onSendMessage("messageSent"); // This method is defined in this file's head tag myC3DObject.addAntialiasing(myC3DObject.AA_FORCED); myC3DObject.write(); // --> </script> <noscript> <p>You must enable Javascript to view this content.</p> </noscript> |