dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
NewtonHeightmapShape
dagon
ext
newton
shape
Undocumented in source.
class
NewtonHeightmapShape :
NewtonCollisionShape
{
uint
width
;
uint
height
;
float
[]
elevationMap
;
ubyte
[]
attributeMap
;
this
(Heightmap heightmap, uint w, uint h, Vector3f scale, NewtonPhysicsWorld world);
~this
();
}
Constructors
this
this
(Heightmap heightmap, uint w, uint h, Vector3f scale, NewtonPhysicsWorld world)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
attributeMap
ubyte
[]
attributeMap
;
Undocumented in source.
elevationMap
float
[]
elevationMap
;
Undocumented in source.
height
uint
height
;
Undocumented in source.
width
uint
width
;
Undocumented in source.
Inherited Members
From NewtonCollisionShape
world
NewtonPhysicsWorld
world
;
Undocumented in source.
newtonCollision
NewtonCollision
*
newtonCollision
;
Undocumented in source.
~this
~this
()
Undocumented in source.
setTransformation
void
setTransformation
(Matrix4x4f m)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dagon
ext
newton
shape
classes
NewtonBoxShape
NewtonCapsuleShape
NewtonChamferCylinderShape
NewtonCollisionShape
NewtonCompoundShape
NewtonConeShape
NewtonConvexHullShape
NewtonCylinderShape
NewtonHeightmapShape
NewtonMeshShape
NewtonSphereShape