skezo / Reticulum

A simple gaze interaction manager for VR in the browser with Three.js.
http://skezo.github.io/Reticulum/
61 stars 15 forks source link

Uncaught TypeError: Cannot set property 'x' of undefined with latest three.js #24

Closed timmeh4242 closed 7 years ago

timmeh4242 commented 7 years ago

See description. Lines 108 - 119 in reticulum.js throw the error. I've also altered line 58 to read as follows to get the rings displaying correctly:

var geometry = new THREE.RingGeometry( this.innerRadius, this.outerRadius, this.thetaSegments, this.phiSegments, this.thetaStart, Math.PI * 2 );

Possible to take a quick look with the recent changes to the engine and ring geometries? Cheers!

skezo commented 7 years ago

Thanks for reporting this. This should now be resolved