mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
use the default Avatar destructor, comment out unused consts in Head
This commit is contained in:
parent
a1ea7b58dd
commit
c214e9b179
2 changed files with 4 additions and 5 deletions
|
@ -76,7 +76,6 @@ enum AvatarJointID
|
|||
class Avatar : public AvatarData {
|
||||
public:
|
||||
Avatar(bool isMine);
|
||||
~Avatar();
|
||||
Avatar(const Avatar &otherAvatar);
|
||||
Avatar* clone() const;
|
||||
|
||||
|
|
|
@ -297,10 +297,10 @@ void Head::render(bool lookingInMirror) {
|
|||
glPopMatrix();
|
||||
|
||||
// Mouth
|
||||
const float MIN_LOUDNESS_SCALE_WIDTH = 0.7f;
|
||||
const float WIDTH_SENSITIVITY = 60.f;
|
||||
const float HEIGHT_SENSITIVITY = 30.f;
|
||||
const float MIN_LOUDNESS_SCALE_HEIGHT = 1.0f;
|
||||
// const float MIN_LOUDNESS_SCALE_WIDTH = 0.7f;
|
||||
// const float WIDTH_SENSITIVITY = 60.f;
|
||||
// const float HEIGHT_SENSITIVITY = 30.f;
|
||||
// const float MIN_LOUDNESS_SCALE_HEIGHT = 1.0f;
|
||||
glPushMatrix();
|
||||
glTranslatef(0,-0.35,0.75);
|
||||
glColor3f(0,0,0);
|
||||
|
|
Loading…
Reference in a new issue