Table of Contents Chapter Index Previous Slide Next Slide 248
Example: Draggable Object

Sensing the User's Actions

Example: Draggable Object
Group {
  children [
    DEF One  Transform { children [ . . . ] }
    DEF Drag PlaneSensor {}
  ]

  ROUTE Drag.translation_changed
     TO One.set_translation
}
[m_sens4.wrl]