mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 14:47:51 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
2b5d23de5d
1 changed files with 0 additions and 2 deletions
|
@ -832,8 +832,6 @@ void display(void)
|
||||||
if (agent->getLinkedData() != NULL) {
|
if (agent->getLinkedData() != NULL) {
|
||||||
Head *agentHead = (Head *)agent->getLinkedData();
|
Head *agentHead = (Head *)agent->getLinkedData();
|
||||||
glPushMatrix();
|
glPushMatrix();
|
||||||
glm::vec3 pos = agentHead->getBodyPosition();
|
|
||||||
glTranslatef(pos.x, pos.y, pos.z);
|
|
||||||
agentHead->render(0);
|
agentHead->render(0);
|
||||||
glPopMatrix();
|
glPopMatrix();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue