[X3D-Public] X3DOM What if adding header from std. X3D?

Sven-Erik Tiberg Sven-Erik.Tiberg at ltu.se
Mon May 19 06:06:18 PDT 2014


Hi

IMHO The X3Dom open upp for users w/o the need to install a X3D client.

Just a Q. If I create a scene using f.ex. VivatyStudio

It will add a header like:

------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D profile='Immersive' >
<head>
<meta name='Vizthumbnail' content='Thumb_TheWall_x3d6957071400503670.jpg'/>
<meta name='ExportTime' content='14:47:50'/>
<meta name='ExportDate' content='5/19/2014'/>
<meta name='VivatyStudioVersion' content='738'/>
<meta name='VivatyStudioSource' content='thewall.fxw'/>
</head>
.
.-----------------------------------------------
Where X3Dom ( Html5/X3D ) according the the example states :
<x3d width='500px' height='400px'>
    <scene>
.
.

------------------------------------------------
Does the first 2 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
disturb X3Dom?

And if I add width='500px' height='400px' to <X3D profile='Immersive' >
like <X3D profile='Immersive'  width='500px' height='400px' >
Does it disturb either std. X3D client or HTML5/X3D web-browser?

/Sven-Erik Tiberg / Lulea Univ. of Technology / Sweden


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20140519/95e37be9/attachment.html>


More information about the X3D-Public mailing list