i6engine
1.0
|
Classes | |
struct | Physics_Accelerate_Update |
message for acceleration of VelocityComponent More... | |
struct | Physics_AddPosition_Update |
message for addition of object position (cumulative) More... | |
struct | Physics_ApplyRotation_Update |
applies new rotation to PhysicsNode More... | |
struct | Physics_BreakConstraintImpulse_Update |
message for setting breaking impulse for Constraint between two PhysicsNodes More... | |
struct | Physics_Collision_Update |
sends update of collision flags vom PhysicalStateComponent to PhysicsNode More... | |
struct | Physics_Comp_Update |
sends message to PhysicalStateComponent with updates of velocity and impulse More... | |
struct | Physics_Constraint_Delete |
message for deletion of a Constraint between two PhysicsNodes More... | |
struct | Physics_Decelerate_Update |
message for deceleration of VelocityComponent More... | |
struct | Physics_Force_Update |
struct | Physics_Gravity_Update |
sends update for world gravity More... | |
struct | Physics_LinearVelocity_Update |
sets the linear velocity of a PhysicsNode More... | |
struct | Physics_Node_Create |
message for creation of new PhysicsNode More... | |
struct | Physics_Node_Delete |
message for deletion of new PhysicsNode More... | |
struct | Physics_Node_Update |
message for creation of new PhysicsNode More... | |
struct | Physics_NodeGravity_Update |
sets the gravity for the given object This overrides the default gravity, thus (0, 0, 0) will result in no gravity at all More... | |
struct | Physics_NodePosition_Update |
message for update of PhysicsNode position More... | |
struct | Physics_P2PConstraint_Create |
message for creation of Point2PointConstraint between two PhysicsNodes More... | |
struct | Physics_Pause_Update |
pauses the subsystem never send through network More... | |
struct | Physics_RayTest_Update |
message for raytest More... | |
struct | Physics_RayTestNotify_Update |
message for raytest feedback More... | |
struct | Physics_Reset_Update |
removes all powers from a PhysicsNode More... | |
struct | Physics_SetMaxSpeed_Update |
message for setting maxSpeed of a VelocityComponent More... | |
struct | Physics_SetResistanceCoefficient_Update |
message for creation of a VelocityComponent in Physics More... | |
struct | Physics_SetWindage_Update |
message for creation of a VelocityComponent in Physics More... | |
struct | Physics_StopAcceleration_Update |
message for stopping acceleration of VelocityComponent More... | |
struct | Physics_VelocityComponent_Create |
message for creation of a VelocityComponent in Physics More... | |
struct | Physics_VelocityComponent_Delete |
message for deletion of a VelocityComponent in Physics More... | |
typedef std::tuple<Vec3, Vec3, bool> i6e::api::physics::Force |
applies a central impulse for a PhysicsNode
Definition at line 132 of file PhysicsConfig.h.
message for acceleration of VelocityComponent
message for addition of object position (cumulative)
typedef i6e::api::physics::Physics_ApplyRotation_Update i6e::api::physics::Physics_ApplyRotation_Update |
applies new rotation to PhysicsNode
typedef i6e::api::physics::Physics_BreakConstraintImpulse_Update i6e::api::physics::Physics_BreakConstraintImpulse_Update |
message for setting breaking impulse for Constraint between two PhysicsNodes
sends update of collision flags vom PhysicalStateComponent to PhysicsNode
sends message to PhysicalStateComponent with updates of velocity and impulse
message for deletion of a Constraint between two PhysicsNodes
message for deceleration of VelocityComponent
sends update for world gravity
typedef i6e::api::physics::Physics_LinearVelocity_Update i6e::api::physics::Physics_LinearVelocity_Update |
sets the linear velocity of a PhysicsNode
message for creation of new PhysicsNode
message for deletion of new PhysicsNode
message for creation of new PhysicsNode
sets the gravity for the given object This overrides the default gravity, thus (0, 0, 0) will result in no gravity at all
typedef i6e::api::physics::Physics_NodePosition_Update i6e::api::physics::Physics_NodePosition_Update |
message for update of PhysicsNode position
typedef i6e::api::physics::Physics_P2PConstraint_Create i6e::api::physics::Physics_P2PConstraint_Create |
message for creation of Point2PointConstraint between two PhysicsNodes
pauses the subsystem never send through network
message for raytest
typedef i6e::api::physics::Physics_RayTestNotify_Update i6e::api::physics::Physics_RayTestNotify_Update |
message for raytest feedback
removes all powers from a PhysicsNode
message for setting maxSpeed of a VelocityComponent
typedef i6e::api::physics::Physics_SetResistanceCoefficient_Update i6e::api::physics::Physics_SetResistanceCoefficient_Update |
message for creation of a VelocityComponent in Physics
message for creation of a VelocityComponent in Physics
typedef i6e::api::physics::Physics_StopAcceleration_Update i6e::api::physics::Physics_StopAcceleration_Update |
message for stopping acceleration of VelocityComponent
typedef i6e::api::physics::Physics_VelocityComponent_Create i6e::api::physics::Physics_VelocityComponent_Create |
message for creation of a VelocityComponent in Physics
typedef i6e::api::physics::Physics_VelocityComponent_Delete i6e::api::physics::Physics_VelocityComponent_Delete |
message for deletion of a VelocityComponent in Physics