[x3d-public] Cobweb Examples failing XML to JSON translation
Don Brutzman
brutzman at nps.edu
Mon Jul 10 11:35:03 PDT 2017
On 7/10/2017 5:05 AM, Andreas Plesch wrote:
> It is helpful to file cobweb and cobweb example bugs with github issues for focused fixing.
Thanks for the reminder and sustained great work with Holger - now done.
On 7/9/2017 9:47 PM, Don Brutzman wrote:
> ProtoInstance name attribute is always required (for fast parsing). Thus for ICTS/stage/index__2.x3d
>
> <ProtoInstance USE='avp1_1'/>
>
> should be
>
> <ProtoInstance name='AutoViewpoint' USE='avp1_1'/>
> etc.
Submitted Titania issue 18
https://github.com/create3000/titania/issues/18
> b. Incorrect construct for ProtoInstance containerField. See DLMF/21.4.F1a.x3d:
>
> <Appearance >
> <texture><ProtoInstance name="pixelTexture_modlegend" ></ProtoInstance></texture>
> </Appearance>
>
> should be
>
> <Appearance >
> <ProtoInstance name="pixelTexture_modlegend" containerField='texture'/>
> </Appearance>
>
> or, using equivalent paired open/close tags,
>
> <Appearance >
> <ProtoInstance name="pixelTexture_modlegend" containerField='texture'></ProtoInstance>
> </Appearance>
>
> etc.
Submitted Titania issue 19
https://github.com/create3000/titania/issues/19
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