show me the cool stuff!!.
select a bunch of geometry with
$('sphere')
.
1) export ply file from Trimensional.
2) use meshlab to export X3D
3) use Faunhoffer's x3dom converter to place X3D into html page
4) place HTML inside deck.js slideset as a part of one slide
5) place cursor on nose and stir ;-)
<Transform DEF="coneTrafo" translation="-4.5 0 0">
<Shape DEF="coneShape">
<Appearance DEF="coneApp">
<Material diffuseColor="0 1 0" specularColor=".5 .5 .5" >
</Material>
</Appearance>
<Cone DEF="cone" ></Cone>
</Shape>
</Transform>
/
#