MCPcopy Create free account
hub / github.com/SuboptimalEng/three-js-tutorials / render

Method render

05-lighting/src/lib/SceneInit.js:90–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 render() {
91 // NOTE: Update uniform data on each render.
92 // this.uniforms.u_time.value += this.clock.getDelta();
93 this.renderer.render(this.scene, this.camera);
94 }
95
96 onWindowResize() {
97 this.camera.aspect = window.innerWidth / window.innerHeight;

Callers 2

animateMethod · 0.95
main.jsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected