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

Type StereoTopBottomCamera

      object --+        
               |        
StereoBaseCamera --+    
                   |    
        StereoCamera --+
                       |
                      StereoTopBottomCamera


Stereo camera to support LCD glasses video in top/bottom mode.

See Also: StereoCamera for description.

Method Summary
  setup(self)
Create controlled subordinate eye for displaying other eye view, and partition viewports for dual views.
    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

setup(self)

Create controlled subordinate eye for displaying other eye view, and partition viewports for dual views.

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