Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
1.1.0:q3-physics-joints [2023/11/02 13:27] – [Properties] admin1.1.0:q3-physics-joints [2023/11/02 13:27] (current) – [Motors] admin
Line 56: Line 56:
  
 ^Type^Description^ ^Type^Description^
-|TQ3JointMotorType.NoMotor|Motor compuation deactivated.| +|TGorillaPhysicsMotorType.NoMotor|Motor compuation deactivated.| 
-|TQ3JointMotorType.RotationMotor|An rotation motor, continuesly applies the motor force value to the quaternion / rotation matrix information for a constant rotation.| +|TGorillaPhysicsMotorType.RotationMotor|An rotation motor, continuesly applies the motor force value to the quaternion / rotation matrix information for a constant rotation.| 
-|TQ3JointMotorType.AngularVelocityMotor|An angular motor, continuesly applies the motor force value to the angular velocity value. In case of a still object this will lead to faster and faster rotation.| +|TGorillaPhysicsMotorType.AngularVelocityMotor|An angular motor, continuesly applies the motor force value to the angular velocity value. In case of a still object this will lead to faster and faster rotation.| 
-|TQ3JointMotorType.PositionMotor|A linear motor, drives towards a position. A motorized prismatic joint that drives toward the specified relative target position. The axis is the direction of motion.| +|TGorillaPhysicsMotorType.PositionMotor|A linear motor, drives towards a position. A motorized prismatic joint that drives toward the specified relative target position. The axis is the direction of motion.| 
-|TQ3JointMotorType.LinearVelocityMotor|A linear motor, drives towards a velocity. A motorized prismatic joint that drives to a constant target relative velocity. The axis is the direction of motion.| +|TGorillaPhysicsMotorType.LinearVelocityMotor|A linear motor, drives towards a velocity. A motorized prismatic joint that drives to a constant target relative velocity. The axis is the direction of motion.| 
-|TQ3JointMotorType.VelocityMotor|A velocity motor drives towards angular and linear velocity. Use this type of motor f.e. for wheels of cars or paddlewheels of ships.|+|TGorillaPhysicsMotorType.VelocityMotor|A velocity motor drives towards angular and linear velocity. Use this type of motor f.e. for wheels of cars or paddlewheels of ships.|