changeset 274:dbecd276b51a

merged dylan's changes
author Robert McIntyre <rlm@mit.edu>
date Wed, 15 Feb 2012 06:58:26 -0700
parents c39b8b29a79e (current diff) 12e6231eae8e (diff)
children 54ec231dec4c bded932ef696
files org/vision.org
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 Binary file images/diagram_rendermanager2.png has changed
     2.1 --- a/org/vision.org	Wed Feb 15 06:56:47 2012 -0700
     2.2 +++ b/org/vision.org	Wed Feb 15 06:58:26 2012 -0700
     2.3 @@ -35,9 +35,9 @@
     2.4  =ViewPort=, rendering the scene in the GPU. For each =ViewPort= there
     2.5  is a =FrameBuffer= which represents the rendered image in the GPU.
     2.6  
     2.7 -#+caption: =ViewPorts= are cameras in the world. During each frame, the =Rendermanager= records a snapshot of what each view is currently seeing.
     2.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.
     2.9  #+ATTR_HTML: width="400"
    2.10 -[[../images/diagram_rendermanager.png]]
    2.11 +[[../images/diagram_rendermanager2.png]]
    2.12  
    2.13  Each =ViewPort= can have any number of attached =SceneProcessor=
    2.14  objects, which are called every time a new frame is rendered. A