-
Book Overview & Buying
-
Table Of Contents
OpenSceneGraph 3.0: Beginner's Guide
The viewer's observation of the scene graph is the result of transforming the 3D world into a 2D image, which is done by a rendering engine in real-time. Assuming that a virtual camera is employed for observing and recording the 3D world and its dynamic changes, then its movement, angle, focal distance variation, and a different lens type will change the rendering results and this is exactly the way that in which we change the view we can see on the screen.
This chapter will mainly focus on:
Understanding the coordinate system defined in OpenGL
Alternating the view point and orientation, projection frustum, and final viewport
Changing and controlling the rendering order if there exists more than one camera.
How to create single and composite viewers
How to manage global display settings and generate easy-to-use stereo visualization effects
How to apply the rendered scene as a texture object—so called rendering to textures (RTT)
Change the font size
Change margin width
Change background colour