![]() |
Kochol Game Engine
0.1.0
|
Classes | |
| class | Actor |
| class | ActorDynamic |
| class | ActorStatic |
| class | CylindricalJoint |
| class | DistanceJoint |
| class | DynamicTriangleMesh |
| class | FixedJoint |
| class | Joint |
| class | Material |
| class | PhysManager |
| class | Plane |
| class | PrismaticJoint |
| class | RaycastReport |
| class | RevoluteJoint |
| class | SphericalJoint |
| class | TileTerrainShape |
| class | TriggerReport |
| class | UserNotify |
| enum kge::ph::ActorType |
Definition at line 48 of file physicType.h.
| enum kge::ph::BodyFlag |
Definition at line 20 of file physicType.h.
| ECTP_TRIGGER_DISABLE | |
| ECTP_TRIGGER_ON_ENTER | |
| ECTP_TRIGGER_ON_LEAVE | |
| ECTP_TRIGGER_ON_STAY | |
| ECTP_TRIGGER_ALL |
Definition at line 11 of file physicType.h.
| EDJF_DISABLE | |
| EDJF_MAX_DISTANCE_ENABLED | |
| EDJF_MIN_DISTANCE_ENABLED | |
| EDJF_MIN_MAX_ENABLE | |
| EDJF_SPRING_ENABLED |
Definition at line 69 of file physicType.h.
| ERCP_STATIC_SHAPES |
Hits static shapes. |
| ERCP_DYNAMIC_SHAPES |
Hits dynamic shapes. |
| ERCP_ALL_SHAPES |
Hits both static & dynamic shapes. |
Definition at line 11 of file RaycastReport.h.
Definition at line 18 of file RaycastReport.h.
| enum kge::ph::JointType |
| EJTP_SPHERICAL | |
| EJTP_REVOLUTE | |
| EJTP_PRISMATIC | |
| EJTP_CYLINDRICAL | |
| EJTP_FIXED | |
| EJTP_DISTANCE | |
| EJTP_POINT_IN_PLANE | |
| EJTP_POINT_IN_LINE | |
| EJTP_PULLEY |
Definition at line 56 of file physicType.h.
Definition at line 40 of file physicType.h.