mirror of
https://github.com/seigler/webgl-threejs-hello
synced 2025-07-27 17:56:17 +00:00
⚡ Add post processing
This commit is contained in:
parent
f6494780c3
commit
c6580a8fe7
8 changed files with 123 additions and 45 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue