[x3d-public] Status, X3DPSAIL (another error)

Brutzman, Donald (Don) (CIV) brutzman at nps.edu
Tue Apr 30 09:14:25 PDT 2019


confirm yes, that appears to be the fix needed in the converter.

On 4/29/2019 7:15 PM, Brutzman, Donald (Don) (CIV) wrote:
> Sure enough, looking at the generated .future python source:
> 
>        ) \
>        .setProxy(Inline() \
>         .setUrl(["../KelpForestExhibit/KelpTank.x3d","http://X3dGraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/KelpTank.x3d","../KelpForestExhibit/KelpTank.wrl","http://X3dGraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/KelpTank.wrl"]) \
> 
> To fix, looks like you need to change converter logic so that results match scene graph above, namely
> 
> 	.setProxy(Inline()
> becomes
> 	.addChild(Inline()
> 	
> 4. Am running another full set of .python validation tonight so we'll have another opinion in the morning.


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