DimpleCamera

Class to represent the camera in a Dimple.

Inherits from:: Object : DimpleThing

This class represents a camera in the dimple world, thus controlling what you look at. Properties you can set and get are 'position' (x,y,z), 'lookat' (x,y,z) and 'up' (x,y,z). If 'd' holds your instance of Dimple, you can access the camera with d.camera.

Creation / Class Methods

*new(dimple)
Create a new instance of DimpleCamera. This is done automatically when an instance of Dimple is created.
dimple
The instance of Dimple to which this DimpleCamera belongs.

This helpfile was created with the class HelpFile2