1 / 9

Overview: Open Inventor

Overview: Open Inventor. Open Inventor. set of building blocks based on OpenGL - uses OpenGL for rendering focuses on creating 3D objects commonly used to render the objects creates a scene graph directed, acyclic graph of nodes state machine some nodes modify state

Download Presentation

Overview: Open Inventor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Overview:Open Inventor CSE 681

  2. Open Inventor • set of building blocks • based on OpenGL - uses OpenGL for rendering • focuses on creating 3D objects • commonly used to render the objects • creates a scene graph • directed, acyclic graph of nodes • state machine • some nodes modify state • object nodes are rendered according to current state CSE 681

  3. Inventor Objects • database primitives • shape • property • group • engine • manipulators • handle box • trackball • components • materials • directional lights CSE 681

  4. Hierarchical Traversal Separator { Separator { RotationXYZ { axis Z angle 0 = ElapsedTime { speed 0.4 } . Timeout } Transform { translation 0 0 0.5 } Separator { … CSE 681

  5. The Scene Database Transformation node Separator node Object node Property node CSE 681

  6. Sample Graph Group Separator transform object transform property CSE 681

  7. Class Tree • SoBase • SoFieldContainer • SoNode • SoCamera • SoShape • SoCube • … • SoEngine • SoCalculator CSE 681

  8. Etc. Callback function at node Selection callback node Event callbacks manipulators CSE 681

  9. OSU inventor flattens tree T1 T12 T1234 T1 T2 O1 O2 O3 O1 T3 O2 T4 O3 CSE 681

More Related