WELCOME TO THE OBJECT WORLD DEMO Object World allows you to manipulated a three dimensional scene using IDL's Object Graphics. Object Graphics, IDL's object-oriented, OpenGL-based graphics system allows rapid interactive visualization of complex data without expensive visualization hardware. Click and drag with your mouse to manipulate objects in the view. Because views are retained in memory, re-rendering is virtually instantaneous. While not necessary, if your system supports OpenGL hardware rendering, IDL automatically takes advantage of it, resulting in the fastest graphics performance possible. CONTROLS -------- <> Buttons Select the current mode of manipulation which will be applied to the currently selected object <> Button Add an object to the view. <> Button Add an object as a "child" of a currently selected object. A child object gets selected along with its parent when the parent is selected. Thus, a child will translate, rotate and scale along with its parent when such operations are applied to the parent. <> Button Delete a currently selected object. Deleting a parent object will also delete all its child objects. <