WebGL  

Because of clouparty
( see here :
http://closed.forumactif.com/t3051-cloudpartytime
)
I re start  with WebGL.

Old trying :

http://dumenieu.free.fr/x3dom/zenorpourX3DomOR.xhtml

More recent :

http://mixed3d.free.fr/x3d/buchedemie.xhtml

And that one from Jaconto Costoso :

http://www.costoso.net/seau/hermitcrab.html

so my version from his code :

http://mixed3d.free.fr/x3d/buchedemiejicer.html

FluxStudio converts vrml to X3D ,
and that web tool also :
http://doc.instantreality.org/tools/x3d_encoding_converter/

After that you have to edit your own xhtml page !

I edit the x3d with vrmlpad and copy all is from
<Scene> to </Scene>
Then I create a new file with Notepad ,
and paste the text.
And above <Scene> I paste

<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
</head>
<body         
style= "font-size: 28px; background-color:#E0E0E0;  ">
<X3D xmlns='http://www.web3d.org/specifications/x3d-namespace'
    showStat='false' showLog='false' x='0px' y='0px' width='100%' height='100%' >

and after  
</Scene> I paste

</X3D>
<script type="text/javascript" src="http://x3dom.org/x3dom/release/x3dom.js"></script>
 </body>
</html>

Then I save in html , and then I change the extension to xhtml.

ps : about the texture ,
it seems that this line is the best :
<ImageTexture repeatS='false' repeatT='false' url='"autoportrait.jpg"'/>


Of course you have first to make your own wrls

http://mixed3d.free.fr/123dcatch/ assislit.wrl

http://mixed3d.free.fr/123dcatch/ assislit.hta

 assislithta.avi sur youtube :
http://youtu.be/8LKoyzJtWBc


http://mixed3d.free.fr/123dcatch/valiseverte2.wrl

for Firefox or Chrome, webgl :
http://mixed3d.free.fr/x3d/valiseverte2.xhtml

autoportrait webgl :
http://mixed3d.free.fr/x3d/autoportrait.xhtml




_________________________________________________________________________


Contents....................

Intro

_______________________________________________________________________