repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 9fa52f89ffd53cb4affb97f26a77a7b1dedf0320:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 9fa52f89ffd53cb4affb97f26a77a7b1dedf0320
Author: James Baicoianu 
Date:   Wed Nov 3 14:19:17 2021 -0700

    Added oncollision to list of properties

diff --git a/scripts/janusbase.js b/scripts/janusbase.js
index 471b0d371e7105189d5bad88ea40186b09720ee2..
index ..9d8d04d83f6724557d557af40306b756b9eb2b51 100644
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -54,6 +54,7 @@ elation.require(['engine.things.generic', 'utils.template', 'janusweb.parts'], f
         ongazeleave: { type: 'callback' },
         ongazeprogress: { type: 'callback' },
         ongazeactivate: { type: 'callback' },
+        oncollision: { type: 'callback' },
       });
       this.lastframevalues = {
         position: new THREE.Vector3(0,0,0),

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