mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 15:02:10 +02:00
fixed comment on Eve position
This commit is contained in:
parent
aeb545656e
commit
63cee4b284
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ int main(int argc, const char* argv[]) {
|
|||
// pick a random point inside a 10x10 grid
|
||||
|
||||
eve.setPosition(glm::vec3(randFloatInRange(-RANDOM_POSITION_MAX_DIMENSION, RANDOM_POSITION_MAX_DIMENSION),
|
||||
0.32,
|
||||
0.32, // this is the same as the pelvis standing height (as of 4/26/13)
|
||||
randFloatInRange(-RANDOM_POSITION_MAX_DIMENSION, RANDOM_POSITION_MAX_DIMENSION)));
|
||||
|
||||
// face any instance of eve down the z-axis
|
||||
|
@ -122,7 +122,7 @@ int main(int argc, const char* argv[]) {
|
|||
|
||||
// put her hand out so somebody can shake it
|
||||
eve.setHandPosition(glm::vec3(eve.getPosition()[0] - 0.2,
|
||||
0.2, // this is the same as the pelvis standing height (as of 4/26/13)
|
||||
0.2,
|
||||
eve.getPosition()[2] + 0.1));
|
||||
// read eve's audio data
|
||||
AudioInjector eveAudioInjector("/etc/highfidelity/eve/resources/eve.raw");
|
||||
|
|
Loading…
Reference in a new issue