camera yaw and pitch
This commit is contained in:
@@ -16,6 +16,9 @@ struct Camera {
|
||||
Mat4f InvProjectionMatrix;
|
||||
|
||||
Vec3f CamPos;
|
||||
|
||||
float m_Yaw = -3.141592653f / 2.0f;
|
||||
constexpr static float m_Pitch = -3.141592653f / 2.0f + 0.0000001f;
|
||||
};
|
||||
|
||||
class Renderer {
|
||||
|
||||
Reference in New Issue
Block a user