Sphere Node


Default values of the Sphere{}:

Sphere{
radius 1
}

For example:

#VRML V2.0 utf8
#default ball

Shape{
geometry Sphere{}
}

Changine from default (just like a box):

#VRML V2.0 utf8
#small ball

Shape{
geometry Sphere{
radius .2

}

}


[ Next ] [ Previous ]