The one of everything example, this includes Javascript for blendshapes. WARNING: Recommended for JanusVR Native!
https://vesta.janusxr.org/files/guide/javascript/masterjs/blendjs.txt
#javascript
guide
Master Weapons Script
This script loads all the weapons in.
https://vesta.janusxr.org/files/guide/javascript/masterweapons/MasterWeapons.js
Link to assets: http://demos.janusxr.org/JavaScript/Master_Weapon_Script/assets.zip
#javascript
Move Object
Very basic example to have some object move around with Javascript.
https://vesta.janusxr.org/files/guide/javascript/moveobject/MovingSomething.js
#javascript
JS Keymapping
https://vesta.janusxr.org/files/guide/javascript/jskeymapping/3dControllerKeytest.js
#javascript
JS Performance Timer
https://vesta.janusxr.org/files/guide/javascript/jsfunctionperformance/JSperformanceTimer.js
#javascript
Gaze Teleport
Look at a place and teleport there.
https://vesta.janusxr.org/files/guide/javascript/gazeteleport/GazeTeleport.js
#javascript
Gaze Detection
This simple gaze setup involves checking what object your are seeing and activate an event if the object matches the JS_id.
https://vesta.janusxr.org/files/guide/javascript/gazedetection/gaze_test.js
#javascript
Flashlight
Torch / Flashlight example.
https://vesta.janusxr.org/files/guide/javascript/flashlight/torch.js
#javascript
clickball3
Ball sync
https://vesta.janusxr.org/files/guide/javascript/clickball/ballsync.js
#javascript
clickball1
Test using bullet physics and a simple ball.
https://vesta.janusxr.org/files/guide/javascript/clickball/ball.js
#javascript