Changeset 11120
- Timestamp:
- 02/25/10 19:18:32 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph-TrainingMaterials/trunk/Presentations/PortingToOpenSceneGraph/PerformerToOSG.p3d
r10195 r11120 207 207 <page inherit="middle" title="Application Framework"> 208 208 Perfomer: 209 209 210 210 - perfly (argggg!!!) 211 211 212 pfChannel -> Producer::Camera 213 -> Producer::CameraGroup 214 -> osg::CameraNode 212 pfChannel -> osg::Camera 215 213 216 pfPipe -> Producer::RenderSurface 217 -> osg::GraphicsContext 214 pfPipe -> osg::GraphicsContext 215 216 OpenSceneGraph adds osgViewer::View which has a single master Camera, and zero of more slave Cameras that have their 217 modelview and projection matrices computed relative to the master. Ideal for cylindrical displays, caves, power walls 218 218 219 219 220 </page>
