Nebula
Loading...
Searching...
No Matches
shapes.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
9//------------------------------------------------------------------------------
10
11namespace Physics
12{
13
23
31
40}
A character encapsulates a skeleton resource, an animation resource, and the ability to instantiate s...
Definition charactercontext.cc:21
Diverse functions for manipulating physics actors.
Definition actorcontext.cc:17
CollsionGroups
Definition shapes.h:15
@ SensorTrigger
Definition shapes.h:20
@ Default
Definition shapes.h:16
@ Debris
Definition shapes.h:19
@ Kinematic
Definition shapes.h:18
@ Static
Definition shapes.h:17
ColliderType
Definition shapes.h:33
@ ColliderPlane
Definition shapes.h:37
@ ColliderSphere
Definition shapes.h:34
@ ColliderCube
Definition shapes.h:35
@ ColliderCapsule
Definition shapes.h:36
@ ColliderMesh
Definition shapes.h:38
MeshTopologyType
Definition shapes.h:25
@ Convex
Definition shapes.h:26
@ ConvexHull
Definition shapes.h:27
@ Triangles
Definition shapes.h:28
@ HeightField
Definition shapes.h:29