Try to rotate this 3D cube
more about Browser support
Howto:
1. Create a scene with blender (www.blender.org)
2. export this scene to .x3d
3. upload x3d to you server
4. add x3dom.org JavaScript library to your site
5. Add this code to you site (and probably change location of your x3d source file 😉
<x3d id='someUniqueId' showStat='false' showLog='false' x='0px' y='0px' width='400px' height='300px'> <scene> <inline url='/your/location/to.x3d' ></inline> <scene> </x3d>