The Sphere Node

A sphere is added in this scene, located above the cone (0, 75, 0). We've specified a radius of 15.

....
    DEF Sphere1 Separator {

             Translation { translation 0 75 0 } #Translation

             Sphere { radius 15 }#Sphere

        } #Sphere1 Separator
   
} #Separator    

+ Sphere


Next Table of contents