Remove rotation from steering behavior

This commit is contained in:
2023-12-07 11:41:13 +01:00
parent e7e4d1e4ce
commit 365fb41831
6 changed files with 23 additions and 38 deletions

View File

@@ -44,8 +44,7 @@ void entityUpdateSpatialID(ecs_iter_t *it);
* 1: Position
* 2: Rotation
* 3: Velocity
* 4: AngularVelocity
* 5: SteeringOutput
* 4: Steering
*/
void entityUpdateKinematic(ecs_iter_t *it);
@@ -54,7 +53,7 @@ void entityUpdateKinematic(ecs_iter_t *it);
* 2: Rotation
* 3: Velocity
* 4: TargetPosition
* 5: SteeringOutput
* 5: Steering
*/
void entityMoveToTarget(ecs_iter_t *it);