diff org/vision.org @ 274:dbecd276b51a

merged dylan's changes
author Robert McIntyre <rlm@mit.edu>
date Wed, 15 Feb 2012 06:58:26 -0700
parents c39b8b29a79e 12e6231eae8e
children 23aadf376e9d
line wrap: on
line diff
     1.1 --- a/org/vision.org	Wed Feb 15 06:56:47 2012 -0700
     1.2 +++ b/org/vision.org	Wed Feb 15 06:58:26 2012 -0700
     1.3 @@ -35,9 +35,9 @@
     1.4  =ViewPort=, rendering the scene in the GPU. For each =ViewPort= there
     1.5  is a =FrameBuffer= which represents the rendered image in the GPU.
     1.6  
     1.7 -#+caption: =ViewPorts= are cameras in the world. During each frame, the =Rendermanager= records a snapshot of what each view is currently seeing.
     1.8 +#+caption: =ViewPorts= are cameras in the world. During each frame, the =Rendermanager= records a snapshot of what each view is currently seeing; these snapshots are =Framebuffer= objects.
     1.9  #+ATTR_HTML: width="400"
    1.10 -[[../images/diagram_rendermanager.png]]
    1.11 +[[../images/diagram_rendermanager2.png]]
    1.12  
    1.13  Each =ViewPort= can have any number of attached =SceneProcessor=
    1.14  objects, which are called every time a new frame is rendered. A