|
|
|
Graphics Tutorial 4 - GViewAs we learned in Module 2 of the Graphics component, Inventor is simply a set of libraries written in C++ that encapsulate OpenGL.
Gview is a tool created by SGI specifically to visualize the nodes of Inventor. Gview allows you to modify the scenegraph as well as create geometry. Inventor reads the scenegraph from left to right, top to bottom. You will see how simply ordering the nodes affects the scene. Proceed to the Tutorial -> |