Trees | Index | Help |
|
---|
Package spyre :: Module spyre :: Class MobileCamera |
|
Camera
--+ |BasicCamera
--+ | MobileCamera
MobileCameraFrustum
,
MobileCameraOrtho
Method Summary | |
---|---|
Initialize new camera. | |
calc(self)
| |
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 | |
---|---|
eye | |
Inherited from Camera | |
center : Track center position |
Instance Variable Summary | |
---|---|
Inherited from Camera | |
objects : Each camera keeps a list of displayable objects. |
Method Details |
---|
__init__(self,
engine,
eyeRho,
center=(0, 0, 0),
up=(0, 0, 1))
Initialize new camera.
|
refresh(self)Refresh the position of the camera.
|
Property Details |
---|
eye
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Jan 07 17:58:17 2006 | http://epydoc.sf.net |