Add post processing

This commit is contained in:
Joshua Seigler 2018-10-11 04:24:57 -04:00
parent f6494780c3
commit c6580a8fe7
8 changed files with 123 additions and 45 deletions

View file

@ -40,8 +40,8 @@ class Eyeball extends THREE.Object3D {
}
onUpdate() {
this.rotation.x += props.rotation;
this.rotation.y += props.rotation;
// this.rotation.x += props.rotation;
// this.rotation.y += props.rotation;
}
}