--------------------------------- TransformComponent::SetPosition
| 51 | // TransformComponent::SetPosition |
| 52 | // |
| 53 | void TransformComponent::SetPosition(float x, float y, float z) |
| 54 | { |
| 55 | SetPosition(vec3(x, y, z)); |
| 56 | } |
| 57 | |
| 58 | //--------------------------------- |
| 59 | // TransformComponent::SetPosition |