fixed camera control,
removed test exe
This commit is contained in:
@@ -10,9 +10,11 @@ public:
|
||||
|
||||
// attributes
|
||||
private:
|
||||
QVector4D m_direction;
|
||||
QVector4D m_position;
|
||||
QVector3D m_up;
|
||||
QVector3D m_position;
|
||||
double m_phi;
|
||||
double m_theta;
|
||||
int m_forwardSpeed;
|
||||
int m_sidewardSpeed;
|
||||
|
||||
// functions
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user