repo: janusweb
action: commit
revision: 
path_from: 
revision_from: d1e1d2fce0dfdb50742cd58c497c3c0fca2f4e6d:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit d1e1d2fce0dfdb50742cd58c497c3c0fca2f4e6d
Author: James Baicoianu 
Date:   Sun Jul 16 22:16:18 2017 -0700

    Added player.localToWorld and player.worldToLocal

diff --git a/scripts/janusplayer.js b/scripts/janusplayer.js
index f50fea67cb608785f57b4b23e150e8988697aef2..
index ..734f2ef71f5e1b1b6eb21040c0f469f1ed253c77 100644
--- a/scripts/janusplayer.js
+++ b/scripts/janusplayer.js
@@ -398,6 +398,9 @@ elation.require(['engine.things.player', 'janusweb.external.JanusVOIP', 'ui.butt
         hand1_p3:      ['property', 'hands.right.p3'],
         hand1_p4:      ['property', 'hands.right.p4'],
         url:           ['property', 'parent.currentroom.url'],
+
+        localToWorld:  ['function', 'localToWorld'],
+        worldToLocal:  ['function', 'worldToLocal'],
       });
       return proxy;
     }

-----END OF PAGE-----