1 | |
2 | DEF HoneyCom Transform { |
3 | children [ DEF HoneycomProximitySensor |
4 | ProximitySensor size 100 100 100 } |
5 | DEF HoneycomTouchSensor TouchSensor{} |
6 | Transform { translation 0 -1 0 |
7 | children [ Shape { appearance Appearance{ |
8 | texture ImageTexture " honeycom.jpg" |
9 | } } geometry Sphere{radius3} } ] }] } |