LeviLamina
Loading...
Searching...
No Matches
CameraOrbitComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/minecraft_camera/Spherical.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<4, 4, float> mAzimuthSmoothingStiffness;
13 ::ll::TypedStorage<4, 4, float> mPolarAngleSmoothingStiffness;
14 ::ll::TypedStorage<4, 4, float> mDistanceSmoothingStiffness;
15 ::ll::TypedStorage<4, 4, float> mPolarAngleMin;
16 ::ll::TypedStorage<4, 4, float> mPolarAngleMax;
17 ::ll::TypedStorage<4, 4, float> mYawAngleMin;
18 ::ll::TypedStorage<4, 4, float> mYawAngleMax;
19 ::ll::TypedStorage<4, 4, float> mRadius;
20 ::ll::TypedStorage<1, 1, bool> mInvertXInput;
21 ::ll::TypedStorage<1, 1, bool> mInvertYInput;
22 ::ll::TypedStorage<4, 12, ::Spherical> mCurrentSpherical;
23 ::ll::TypedStorage<4, 12, ::Spherical> mIdealSpherical;
24 ::ll::TypedStorage<4, 4, float> mAzimuthVelocity;
25 ::ll::TypedStorage<4, 4, float> mPolarAngleVelocity;
26 ::ll::TypedStorage<4, 4, float> mDistanceVelocity;
27 ::ll::TypedStorage<4, 4, float> mDistanceConstraint;
28 // NOLINTEND
29};
Definition CameraOrbitComponent.h:8