#VRML V2.0 utf8 ## ##@ extern EXTERNPROTO Nsphere [ field SFInt32 latitudeLines field SFInt32 longitudeLines field SFFloat creaseAngle ] "@vr-web3d-example-nsphere-proto.wrl#Nsphere" ##@ scene Background { skyColor [.9 .9 .9] } NavigationInfo { type ["EXAMINE", "ANY"] } Viewpoint { position 0 0 10.891 orientation 0 0 1 0 description "front" } Viewpoint { position 0.028 8.852 5.445 orientation -1 0 0 1.036 description "toppish" } ##@ instance 1 Transform { translation -2.25 0 0 children [ Shape { appearance DEF A Appearance { material Material {} texture ImageTexture { url ["local/images/check.gif"] } } geometry Nsphere { latitudeLines 5 longitudeLines 5 } } ] } ##@ instance 2 Transform { translation 0 0 0 children [ Shape { appearance USE A geometry Nsphere { latitudeLines 12 longitudeLines 8 } } ] } ##@ instance 3 Transform { translation 2.25 0 0 children [ Shape { appearance USE A geometry Nsphere { latitudeLines 32 longitudeLines 20 } } ] } ##