|
PlaneGeom Class ReferenceGeom for an infinite plane.
More...
#include <PlaneGeom.hh>
Inheritance diagram for PlaneGeom:
List of all members.
Detailed Description
Geom for an infinite plane.
This geom is used primarily for ground planes. Note that while the plane in infinite, only the part near the camera is drawn.
Constructor & Destructor Documentation
PlaneGeom::PlaneGeom |
( |
Body * |
body, |
|
|
dSpaceID |
spaceId, |
|
|
double |
altitude, |
|
|
GzVector |
normal |
|
) |
|
|
|
Constructor.
- Parameters:
-
| body | Body to which we are attached. |
| spaceId | Collision space to which we belong. |
| altitude | Plane altiude (z value above global 0). |
| normal | Normal vector to plane (global cs). |
|
PlaneGeom::~PlaneGeom |
( |
|
) |
[virtual] |
|
Member Function Documentation
|
Render the geom (GL).
Reimplemented from Geom. |
The documentation for this class was generated from the following files:
|