slider


              DEF SLIDER Transform {
                 children [
                    Shape {
                       appearance Appearance {
                          material Material {
                             diffuseColor 1 0 0
                          }
                       }
                       geometry Box {
                          size 0.5 0.5 0.5
                       }
                    }
                 ]
              }
           ]
        }