|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DHeightfield
Nested Class Summary | |
---|---|
static interface |
DHeightfield.DHeightfieldGetHeight
Callback prototype. |
Nested classes/interfaces inherited from interface org.ode4j.ode.DGeom |
---|
DGeom.COLLIDER_MERGE_CONTACTS_VALUE, DGeom.CONTROL_CLASS, DGeom.CONTROL_CODE, DGeom.DataValue, DGeom.DNearCallback |
Field Summary |
---|
Fields inherited from interface org.ode4j.ode.DGeom |
---|
dBoxClass, dCapsuleClass, dConvexClass, dCylinderClass, dFirstSpaceClass, dFirstUserClass, dGeomNumClasses, dGeomTransformClass, dHashSpaceClass, dHeightfieldClass, dLastSpaceClass, dLastUserClass, dMaxUserClasses, dPlaneClass, dQuadTreeSpaceClass, dRayClass, dSimpleSpaceClass, dSphereClass, dSweepAndPruneSpaceClass, dTriMeshClass |
Method Summary | |
---|---|
DHeightfieldData |
getHeightfieldData()
Gets the dHeightfieldData bound to a heightfield geom. |
void |
setHeightfieldData(DHeightfieldData d)
Assigns a dHeightfieldData to a heightfield geom. |
Method Detail |
---|
void setHeightfieldData(DHeightfieldData d)
Associates the given dHeightfieldData with a heightfield geom. This is done without affecting the GEOM_PLACEABLE flag.
d
- A dHeightfieldData created by dGeomHeightfieldDataCreateDHeightfieldData getHeightfieldData()
Returns the dHeightfieldData associated with a heightfield geom.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |