Skip to content
Snippets Groups Projects
Commit 3ab31365 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

fix illegal rotation

parent 05c231c7
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<meta content='Xeena VRML importer, X3D-Edit 3.1, https://www.web3d.org/x3d/content/README.X3D-Edit.html' name='translator'/> <meta content='Xeena VRML importer, X3D-Edit 3.1, https://www.web3d.org/x3d/content/README.X3D-Edit.html' name='translator'/>
<meta content='1 August 2006' name='created'/> <meta content='1 August 2006' name='created'/>
<meta content='14 October 2006' name='translated'/> <meta content='14 October 2006' name='translated'/>
<meta content='28 November 2019' name='modified'/> <meta content='14 June 20' name='modified'/>
<meta content='Textures/CompassHeadings.png' name='Image'/> <meta content='Textures/CompassHeadings.png' name='Image'/>
<meta content='originals/CompassRosePrototype.wrl' name='reference'/> <meta content='originals/CompassRosePrototype.wrl' name='reference'/>
<meta content='compass rose heads-up display HUD' name='subject'/> <meta content='compass rose heads-up display HUD' name='subject'/>
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</Shape> </Shape>
</Transform> </Transform>
<Script DEF='RoseScript'> <Script DEF='RoseScript'>
<field accessType='initializeOnly' name='rot' type='SFRotation' value='0.0 0.0 0.0 0.0'/> <field accessType='initializeOnly' name='rot' type='SFRotation' value='0.0 1.0 0.0 0.0'/>
<field accessType='initializeOnly' name='dir' type='SFNode'> <field accessType='initializeOnly' name='dir' type='SFNode'>
<Transform USE='Headings'/> <Transform USE='Headings'/>
</field> </field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment