Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
physicsgeom.c
Go to the documentation of this file.
1
5
9
typedef
PhysicsGeom
dGeom
;
10
typedef
int
[]
PhysicsGeom
;
11
class
PhysicsGeom
12
{
14
proto external
void
Destroy
();
22
static
proto
PhysicsGeom
CreateBox(
vector
size);
30
static
proto
PhysicsGeom
CreateSphere(
float
radius);
39
static
proto
PhysicsGeom
CreateCapsule(
float
radius,
float
height);
48
static
proto
PhysicsGeom
CreateCylinder(
float
radius,
float
height);
63
static
proto
PhysicsGeom
CreateTriMesh(
vector
vertices[],
int
indices[],
int
numVertices,
int
numIndices);
64
}
65
PhysicsGeom
Definition
physicsgeom.c:12
vector
Definition
enconvert.c:119
Destroy
proto native void Destroy()
Cleans up the Effect, including unregistering if needed.
Definition
effect.c:216
dGeom
PhysicsGeom dGeom
Definition
physicsgeom.c:9
Daten
1_core
physics
physicsgeom.c
Generated by
1.16.1