Minor cleanup
This commit is contained in:
@@ -35,6 +35,9 @@ class CubesExampleAppImpl final : public CubesExampleApp
|
||||
InputAction* actionLookUp;
|
||||
InputAction* actionLookSide;
|
||||
|
||||
float yaw = 0, pitch = 0;
|
||||
Vector3f_SIMD position = {0,0,-10};
|
||||
|
||||
public:
|
||||
std::string GetAppName() override { return "ExampleApp"; }
|
||||
std::string GetAppVersion() override { return "v1.0"; }
|
||||
@@ -87,9 +90,6 @@ public:
|
||||
actionLookSide->BindKey(InputKey(InputKey::Mouse::AXIS_X));
|
||||
}
|
||||
|
||||
float yaw = 0, pitch = 0;
|
||||
Vector3f_SIMD position = {0,0,-10};
|
||||
|
||||
void Tick() override
|
||||
{
|
||||
for(int i = 0; i < DYNAMIC; i++)
|
||||
|
||||
Reference in New Issue
Block a user