O nodo Inline {}, exemplo
#VRML V2.0 utf8
#mistura.wrl
Transform {
children [
DEF FCP Inline {
url [ "texto.wrl"]
}
children [
Transform {
translation -2 0 0
children [
Shape {
...
geometry Sphere {
radius 1.5
...
Previous slide
Next slide
Back to first slide
View graphic version
Notes:
Programa completo…
#VRML V2.0 utf8
#mistura.wrl
Transform {
children [
DEF FCP Inline {
url [ "texto.wrl"]
}
children [
Transform {
translation -2 0 0
children [
Shape {
appearance Appearance {
material Material {
emissiveColor 0 0 1
}
}
geometry Sphere {
radius 1.5
}
}
]
}
]
]
}
No campo field do nodo Inline podem ser especificadas múltiplas referências url, de modo a permitir ao navegador verificar a existência de determinado ficheiro url num drive local e posteriormente na web.