Trees | Index | Help |
|
---|
Package spyre :: Module spyre :: Class RovingCameraFrustum |
|
object
--+ |OrthoCam
--+ |FrustumCam
--+ |Camera
--+ | | |BasicCamera
--+ | | |RovingCamera
--+ | RovingCameraFrustum
Method Summary | |
---|---|
Inherited from FrustumCam | |
Sets frustum shape members. | |
Alternate way to specify frustum. | |
Pushes frustum params/settings through to OpenGL | |
Inherited from OrthoCam | |
Sets frustum shape members. | |
Sets frustum shape members. | |
Sets eye and center position in OpenGL | |
Inherited from RovingCamera | |
Initialize new camera. | |
calculate center position from eye pos | |
Refresh the position of the camera. | |
Inherited from Camera | |
Clear the display, or alternate prelim treatment. | |
Push the viewport params to OpenGL. | |
Restore previously saved initialization state. | |
Save state of initialization internally for later restoration. | |
Overridable for things to be done before use, but after engine and interface are initialized. | |
Record desired viewport (left, top, right, bottom). | |
Zoom in. | |
Zoom out. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Property Summary | |
---|---|
Inherited from Camera | |
center : Track center position | |
eye : Track eye position |
Instance Variable Summary | |
---|---|
Inherited from Camera | |
objects : Each camera keeps a list of displayable objects. |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Jan 07 17:58:16 2006 | http://epydoc.sf.net |