mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-19 22:03:27 +00:00
added stuff
This commit is contained in:
@@ -11,6 +11,7 @@ namespace omath::projectile_prediction
|
||||
{
|
||||
public:
|
||||
Vector3<float> m_origin;
|
||||
Vector3<float> m_launch_offset{0.f, 0.f, 0.f};
|
||||
float m_launch_speed{};
|
||||
float m_gravity_scale{};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user