this is how 3d in html should have been done!
displaying 3d models is the easy part...then using javascript, python, actionscript or java the edit the scene
the tag "3dobject" denotes a single 3d file solely for viewing
the tag "3dworld" denotes a list of 3d files within a world to be interactive and scripted
<3dworld type=(rasterized/raytraced) id= name= class=> <3dobject src=(obj,collada,3ds) height= width= depth= /> </3dworld>
purpose
1. for general viewing on items on 3d, eg. ebay items, or newegg product previews(saves space instead of using multiple hi res images to display a product)
2. a simpler way to design interactive 3d scenes for general html designers and notonly for coders.