netbeans - X3D Relative URL's -


so i'm developing x3d scene netbeans , x3d plugins (similar x3d-edit), after validating file built in quality assurance validator following error;

<inline def='mymodel'/> url array address(es) missing  online http/https references (url='"model.x3d"')  [/x3d/scene/group/transform[1]/inline, info] 

it seems want online url refer inline node. question is, can somehow use relative url instead of online one? have tried using file:// protocol error when doing so;

<inline def='mymodel'/> url array contains file:/ local address,  not portable across web servers (url='"file://model.x3d"') [/x3d/scene/group/transform[2]/inline, warning] 

you cand find in vrml node reference:

"the inline node grouping node reads children data location in world wide web"

http://www.web3d.org/x3d/specifications/vrml/iso-iec-14772-vrml97/part1/nodesref.html#inline

which means inline url cannot point local file

you can read this: http://www.web3d.org/x3d/specifications/vrml/iso-iec-14772-vrml97/part1/concepts.html#4.5


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -