#VRML V2.0 utf8 WorldInfo { title "DropSensor Test1" info [ "2000/12/8 by GoGoGo" "http://www1.plala.or.jp/Studio_GoGoGo/" ] } Viewpoint {position 0 13 14 orientation 1 0 0 -0.7 description "initial"} #オブジェ DEF TF Transform {children DEF IL Inline {}} #ホワイトボード DEF DS DropSensor {} Shape { appearance Appearance { material Material {emissiveColor 0.4 0.4 0.4} } geometry IndexedFaceSet { coord Coordinate {point [-10 0 6, 10 0 6, 10 0 -6, -10 0 -6]} coordIndex [0 1 2 3] } } ROUTE DS.url TO IL.url ROUTE DS.hitPoint_changed TO TF.set_translation