DEF HoneyCom Transform { |
children [ DEF HoneycomProximitySensor |
ProximitySensor size 100 100 100 } |
DEF HoneycomTouchSensor TouchSensor{} |
Transform { translation 0 -1 0 |
children [ Shape { appearance Appearance{ |
texture ImageTexture " honeycom.jpg" |
} } geometry Sphere{radius3} } ] }] } |