mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:18:52 +02:00
ya ya
This commit is contained in:
parent
b7613497eb
commit
82af516471
2 changed files with 0 additions and 11 deletions
|
@ -22,16 +22,6 @@ void Orientation::setToIdentity() {
|
||||||
front = glm::vec3(IDENTITY_FRONT);
|
front = glm::vec3(IDENTITY_FRONT);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
void Orientation::setToPitchYawRoll(float pitch_change, float yaw_change, float roll_change) {
|
|
||||||
|
|
||||||
setToIdentity();
|
|
||||||
roll (roll_change);
|
|
||||||
yaw (yaw_change);
|
|
||||||
pitch(pitch_change);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
void Orientation::set(Orientation o) {
|
void Orientation::set(Orientation o) {
|
||||||
|
|
||||||
quat = o.quat;
|
quat = o.quat;
|
||||||
|
|
|
@ -22,7 +22,6 @@ public:
|
||||||
Orientation();
|
Orientation();
|
||||||
|
|
||||||
void set(Orientation);
|
void set(Orientation);
|
||||||
//void setToPitchYawRoll(float pitch_change, float yaw_change, float roll_change);
|
|
||||||
void setToIdentity();
|
void setToIdentity();
|
||||||
|
|
||||||
void pitch(float pitch_change);
|
void pitch(float pitch_change);
|
||||||
|
|
Loading…
Reference in a new issue