stalgiag / p5.xr

a library that helps turn p5.js sketches into immersive experiences using WebXR
GNU Lesser General Public License v2.1
117 stars 25 forks source link

Implement eye() #63

Open stalgiag opened 5 years ago

stalgiag commented 5 years ago

Implement eye() which is equivalent to 'translate(eyePos)`

This is done to bring more parity with Processing-Android