repo: janusweb action: commit revision: path_from: revision_from: 65a8964b902fb7e70c5b6d94d2718fc73d8e2808: path_to: revision_to:
commit 65a8964b902fb7e70c5b6d94d2718fc73d8e2808 Author: James BaicoianuDate: Wed Apr 1 11:09:19 2020 -0700 Rearranged object proxy attributes diff --git a/scripts/janusbase.js b/scripts/janusbase.js
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -319,24 +319,22 @@ elation.require(['engine.things.generic', 'utils.template', 'janusweb.parts'], f
parts: ['property', 'jsparts'],
js_id: ['property', 'js_id'],
pos: ['property', 'position'],
+ rotation: ['property', 'rotation'],
+ scale: ['property', 'scale'],
+ //rotation_order: ['property', 'rotation_order'],
+ col: ['property', 'color'],
+
vel: ['property', 'velocity'],
accel: ['property', 'acceleration'],
mass: ['property', 'mass'],
restitution:['property', 'restitution'],
- scale: ['property', 'scale'],
- col: ['property', 'color'],
opacity: ['property', 'opacity'],
alphatest: ['property', 'alphatest'],
- fwd: ['property', 'zdir'],
- xdir: ['property', 'xdir'],
- ydir: ['property', 'ydir'],
- zdir: ['property', 'zdir'],
- rotation: ['property', 'rotation'],
- rotation_order: ['property', 'rotation_order'],
sync: ['property', 'sync'],
+ autosync: ['property', 'autosync'],
locked: ['property', 'locked'],
visible: ['property', 'visible'],
- tagName: ['property', 'tag'],
+ //tagName: ['property', 'tag'],
billboard: ['property', 'billboard'],
className: ['property', 'className'],
classList: ['property', 'classList'],
@@ -353,6 +351,14 @@ elation.require(['engine.things.generic', 'utils.template', 'janusweb.parts'], f
collision_trigger: [ 'property', 'collision_trigger'],
collision_radius: [ 'property', 'collision_radius'],
+ rotate_deg_per_sec: [ 'property', 'rotate_deg_per_sec'],
+ rotate_axis: [ 'property', 'rotate_axis'],
+
+ fwd: ['property', 'zdir'],
+ xdir: ['property', 'xdir'],
+ ydir: ['property', 'ydir'],
+ zdir: ['property', 'zdir'],
+
onupdate: ['callback', 'update'],
onchange: ['callback', 'change'],
oncollision: ['callback', 'collision'],
-----END OF PAGE-----