mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:18:52 +02:00
Don't fade playback avatar when approaches observer
This commit is contained in:
parent
1b635d8c5e
commit
c5f384d8fb
1 changed files with 2 additions and 0 deletions
|
@ -297,6 +297,8 @@
|
||||||
playRecording = function (recording, position, orientation) {
|
playRecording = function (recording, position, orientation) {
|
||||||
Recording.loadRecording(recording, function (success) {
|
Recording.loadRecording(recording, function (success) {
|
||||||
if (success) {
|
if (success) {
|
||||||
|
Users.disableIgnoreRadius();
|
||||||
|
|
||||||
Agent.isAvatar = true;
|
Agent.isAvatar = true;
|
||||||
Avatar.position = position;
|
Avatar.position = position;
|
||||||
Avatar.orientation = orientation;
|
Avatar.orientation = orientation;
|
||||||
|
|
Loading…
Reference in a new issue