Blender Git Commit Log
Git Commits -> Revision 147e8d0
Revision 147e8d0 by Nick Samarin (master) June 11, 2010, 21:13 (GMT) |
- added acceleration and turn speed parameters for obstacle simulation - added debug visualization for object velocities |
Commit Details:
Full Hash: 147e8d01ebd7b04d81e2094669d8bc9b0f005f19
SVN Revision: 29416
Parent Commit: 12b33ca
Lines Changed: +105, -21
9 Modified Paths:
/source/blender/blenkernel/intern/sca.c (+4, -0) (Diff)
/source/blender/editors/space_logic/logic_window.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_actuator_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+12, -0) (Diff)
/source/gameengine/Converter/KX_ConvertActuators.cpp (+3, -2) (Diff)
/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp (+59, -11) (Diff)
/source/gameengine/Ketsji/KX_ObstacleSimulation.h (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_SteeringActuator.cpp (+15, -5) (Diff)
/source/gameengine/Ketsji/KX_SteeringActuator.h (+5, -1) (Diff)
/source/blender/editors/space_logic/logic_window.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_actuator_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+12, -0) (Diff)
/source/gameengine/Converter/KX_ConvertActuators.cpp (+3, -2) (Diff)
/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp (+59, -11) (Diff)
/source/gameengine/Ketsji/KX_ObstacleSimulation.h (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_SteeringActuator.cpp (+15, -5) (Diff)
/source/gameengine/Ketsji/KX_SteeringActuator.h (+5, -1) (Diff)