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).

The two files 'includeCult3D.js' and 'Cult3D.js' must also be loaded. The java-script on this page suppose they are stored in the same directory.

The actual call to the model (drawer.co) is done with this lines

<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>



©Per Christiansson, 11.3.2009 (26.2.2001) [26.2.2001]