Hi<div><br></div><div>   The 3D content window of your xhtml files do not work on my laptop computer. My laptop doesnèt support webgl because it has an older graphics card which supports opengl 1.5 and not opengl 2.0. I am however able to see the 3D window of xhtml files coming from x3dom because they will use the flash player as a backup if webgl does not work on the users computer.</div><div><br></div><div>For instance this xhtml file of yours does not show the 3D window on my computer.</div><div><br></div><div><a href="http://x3dgraphics.com/examples/X3dForWebAuthors/Chapter02-GeometryPrimitives/Box.xhtml">http://x3dgraphics.com/examples/X3dForWebAuthors/Chapter02-GeometryPrimitives/Box.xhtml</a> </div><div><br></div><div>but this xhtml file from x3dom does work on my computer because it uses flash player for 3D window.</div><div><br></div><div><a href="http://x3dom.org/x3dom/example/x3dom_geoPrimitives.xhtml">http://x3dom.org/x3dom/example/x3dom_geoPrimitives.xhtml</a> </div><div><br></div><div>You should have a look at the source of the x3dom xhtml example files to see what they are doing differently from what you are doing in your xhtml file to support x3dom on computers with older graphics cards. <br><br>John<br>----- Original Message -----<br>From: Don Brutzman <brutzman@nps.edu><br>Date: Friday, March 30, 2012 9:30 am<br>Subject: Re: [X3D-Public] Available:  X3dToX3dom.xslt converter for X3DOM<br>To: Johannes Behr <johannes.behr@igd.fraunhofer.de>, Yvonne Jung <yvonne.jung@igd.fraunhofer.de><br>Cc: X3D Graphics public mailing list <x3d-public@web3d.org><br><br>> i continue to work on the translator.  <br>> improvements/suggestions welcome.<br>> <br>> Fraunhofer team:<br>> - is there a list of supported nodes somewhere for x3dom.js?<br>> this would assist in troubleshooting.<br>> <br>> - is it possible for me to put in a prior invocation of WebFonts <br>> in the converter<br>> in order for the HTML to properly initialize the X3D text <br>> node?  Hints welcome.<br>> <br>> <br>> Converter bug:  there is a stray<br>> <br>>   xmlns=""<br>> <br>> that can creep in to the .xhtml output.  strip out any of <br>> those to avoid<br>> the "growing x3d pane" issue and let the Zoom button work.<br>> <br>> <br>> <br>> On 3/26/2012 4:50 AM, Don Brutzman wrote:<br>> > I've written a stylesheet to convert .x3d scenes to X3DOM <br>> xhtml encoding.<br>> > Available at<br>> > http://www.web3d.org/x3d/stylesheets/X3dToX3dom.xslt<br>> > <br>> > Initial conversions are available for inspection in the<br>> > X3D for Web Authors examples archive for each scene.<br>> > Original files in the XML encoding with .x3d extension<br>> > are converted to X3DOM (HTML + X3D) with .xhtml extension.<br>> > <br>> > http://x3dgraphics.com/examples/X3dForWebAuthors/<br>> >        then pick a chapter<br>> >     then pick a scene<br>> >       see upper right corner for link for x3dom .xhtml<br>> > <br>> > Example:<br>> > http://x3dgraphics.com/examples/X3dForWebAuthors/Chapter02-<br>> GeometryPrimitives/GeometryPrimitiveNodes.x3d> <br>> http://x3dgraphics.com/examples/X3dForWebAuthors/Chapter02-GeometryPrimitives/GeometryPrimitiveNodes.xhtml<br>> > <br>> > I also experimented with (and included) the nice Zoom/Unzoom <br>> functionality> provided by the well-documented X3DOM tutorial <br>> "Styling with CSS" at<br>> > http://x3dom.org/docs/dev/tutorial/styling.html<br>> > <br>> > Thanks again to the Fraunhofer team for the stellar X3DOM work.<br>> > Comments and improvements on this converter are welcome.<br>> > <br>> > all the best, Don<br>> <br>> <br>> all the best, Don<br>> -- <br>> Don Brutzman  Naval Postgraduate School, Code <br>> USW/Br       brutzman@nps.edu<br>> Watkins 270,  MOVES Institute, Monterey CA 93943-5000 <br>> USA   +1.831.656.2149<br>> X3D graphics, virtual worlds, navy robotics <br>> http://faculty.nps.edu/brutzman<br>> _______________________________________________<br>> X3D-Public mailing list<br>> X3D-Public@web3d.org<br>> http://web3d.org/mailman/listinfo/x3d-public_web3d.org<br>> </div>