[x3d-public] ProtoInstance problem in VRML97, ClassicVRML conversions fixed

Don Brutzman brutzman at nps.edu
Mon Sep 4 09:29:11 PDT 2017


Found and fixed a longstanding undetected error in the X3D to (Classic) VRML conversion spreadsheet: prototype instances mistakenly had their name repeated as a field.

Example scene:

http://x3dgraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototypeIndex.html
http://x3dgraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototype.x3dv
http://x3dgraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototype.wrl

original source .x3d excerpt:

	<ProtoInstance name='CircleFish'/>

mistakenly/inadvertently translated as:

  CircleFish {
     name "CircleFish "
}


now correctly translated as:

  CircleFish {
}

Please update any local archives you might have.

	http://www.web3d.org/x3d/content/examples/X3dResources.html#Examples

Trouble reports with VRML97/ClassicVRML test suite examples and conversions are always welcome.  We don't have a validator for these, so issues are welcome.

Have fun with VRML97 and ClassicVRML prototypes!  8)

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman at nps.edu
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman



More information about the x3d-public mailing list