![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| proto external void | Destroy () |
| Destroys geometry. | |
| proto external void | Destroy () |
| Destroys geometry. | |
Static Private Member Functions | |
| static proto PhysicsGeom | CreateBox (vector size) |
| Creates box geometry. | |
| static proto PhysicsGeom | CreateBox (vector size) |
| Creates box geometry. | |
| static proto PhysicsGeom | CreateCapsule (float radius, float height) |
| Creates capsule geometry. | |
| static proto PhysicsGeom | CreateCapsule (float radius, float height) |
| Creates capsule geometry. | |
| static proto PhysicsGeom | CreateCylinder (float radius, float height) |
| Creates cylinder geometry. | |
| static proto PhysicsGeom | CreateCylinder (float radius, float height) |
| Creates cylinder geometry. | |
| static proto PhysicsGeom | CreateSphere (float radius) |
| Creates sphere geometry. | |
| static proto PhysicsGeom | CreateSphere (float radius) |
| Creates sphere geometry. | |
| static proto PhysicsGeom | CreateTriMesh (vector vertices[], int indices[], int numVertices, int numIndices) |
| Creates tri-mesh geometry. | |
| static proto PhysicsGeom | CreateTriMesh (vector vertices[], int indices[], int numVertices, int numIndices) |
| Creates tri-mesh geometry. | |
Definition at line 11 of file physicsgeom.c.
|
staticprivate |
|
staticprivate |
Creates box geometry.
| size | Dimensions of the box |
|
staticprivate |
Creates capsule geometry.
| radius | Radius of the cylindrical/hemispherical part |
| height | Height of the cylindrical part |
|
staticprivate |
Creates capsule geometry.
| radius | Radius of the cylindrical/hemispherical part |
| height | Height of the cylindrical part |
|
staticprivate |
Creates cylinder geometry.
| radius | Radius of the cylinder |
| height | Height of the cylinder |
|
staticprivate |
Creates cylinder geometry.
| radius | Radius of the cylinder |
| height | Height of the cylinder |
|
staticprivate |
Creates sphere geometry.
| radius | Radius of the sphere |
|
staticprivate |
Creates sphere geometry.
| radius | Radius of the sphere |
|
staticprivate |
Creates tri-mesh geometry.
| vertices | Set of vertices representing the geometry |
| indices | Set of indices representing the geometry |
| numVertices | Number of vertices |
| numIndices | Number of indices |
|
staticprivate |
Creates tri-mesh geometry.
| vertices | Set of vertices representing the geometry |
| indices | Set of indices representing the geometry |
| numVertices | Number of vertices |
| numIndices | Number of indices |
|
private |
Destroys geometry.
|
private |
Destroys geometry.