Package spyre :: Module stereoscopic :: Class StereoRedBlueCamera
[frames | no frames]

Type StereoRedBlueCamera

      object --+        
               |        
StereoBaseCamera --+    
                   |    
        StereoCamera --+
                       |
                      StereoRedBlueCamera


Stereo camera to support stereo vision via red/blue glasses.

See Also: StereoCamera for description.

Method Summary
  displayBackground(self)
Set openGL params to filter red out of display.
  setup(self)
Create controlled subordinate eye for displaying other eye view.
    Inherited from StereoCamera
  __init__(self, camera, interOc)
Initialize newly constructed camera.
  __getattr__(self, attname)
Delegate most attribute lookups.
  __setattr__(self, attname, val)
Delegate most attribute lookups.
  calc(self)
Recalc position, and pass on to subordinate camera.
  calcEyes(self)
Calculate the two eye pos's.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __str__(x)
x.__str__() <==> str(x)

Method Details

displayBackground(self)

Set openGL params to filter red out of display.

setup(self)

Create controlled subordinate eye for displaying other eye view.

Generated by Epydoc 2.1 on Sat Jan 07 17:58:16 2006 http://epydoc.sf.net