()
| 1350 | } |
| 1351 | |
| 1352 | resetMatrix() { |
| 1353 | this.states.setValue("uModelMatrix", this.states.uModelMatrix.clone()); |
| 1354 | this.states.uModelMatrix.reset(); |
| 1355 | this.states.setValue("uViewMatrix", this.states.uViewMatrix.clone()); |
| 1356 | this.states.uViewMatrix.set(this.states.curCamera.cameraMatrix); |
| 1357 | return this; |
| 1358 | } |
| 1359 | |
| 1360 | ////////////////////////////////////////////// |
| 1361 | // SHADER |
no test coverage detected