| 1654 | if (!lShape) |
| 1655 | { |
| 1656 | LOG_ERROR(Graphics, "No shape object {} tested for aiming position", (const char*)GetDebugName()); |
| 1657 | return Position(); |
| 1658 | } |
| 1659 | return PositionModelToWorld(GetShape()->AimingCenter()); |
| 1660 | } |
| 1661 | Vector3 Object::CameraPosition() const |
| 1662 | { |