mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:47:11 +02:00
remove unused variable, function
This commit is contained in:
parent
83026fa2ca
commit
9c8a4828f2
2 changed files with 0 additions and 8 deletions
|
@ -424,11 +424,6 @@ void MyAvatar::updateFromGyros(float deltaTime) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static TextRenderer* textRenderer() {
|
|
||||||
static TextRenderer* renderer = new TextRenderer(SANS_FONT_FAMILY, 24, -1, false, TextRenderer::SHADOW_EFFECT);
|
|
||||||
return renderer;
|
|
||||||
}
|
|
||||||
|
|
||||||
void MyAvatar::renderDebugBodyPoints() {
|
void MyAvatar::renderDebugBodyPoints() {
|
||||||
glm::vec3 torsoPosition(getPosition());
|
glm::vec3 torsoPosition(getPosition());
|
||||||
glm::vec3 headPosition(getHead()->getEyePosition());
|
glm::vec3 headPosition(getHead()->getEyePosition());
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
#include <GeometryUtil.h>
|
#include <GeometryUtil.h>
|
||||||
|
|
||||||
|
|
||||||
// When converting between fixed and float, use this as the radix.
|
|
||||||
const int fingerVectorRadix = 4;
|
|
||||||
|
|
||||||
HandData::HandData(AvatarData* owningAvatar) :
|
HandData::HandData(AvatarData* owningAvatar) :
|
||||||
_owningAvatarData(owningAvatar)
|
_owningAvatarData(owningAvatar)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue