mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-07 09:56:34 +01:00
initial import, >900commits predate this
This commit is contained in:
12
framework/common_components/src/mm/components/view_dir3d.hpp
Normal file
12
framework/common_components/src/mm/components/view_dir3d.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace MM::Components {
|
||||
|
||||
struct ViewDir3D {
|
||||
float yaw = 0.f; // rad
|
||||
float pitch = 0.f; // rad
|
||||
float roll = 0.f; // rad
|
||||
};
|
||||
|
||||
} // MM::Components
|
||||
|
||||
Reference in New Issue
Block a user