KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2023-09-20 to 1 day

threejs fullsize resize

let ww:number = document.body.clientWidth; let hh:number = window.innerHeight; this.camera.aspect = ww / hh;//window.innerHeight; this.camera.updateProjectionMatrix(); this.renderer.setSize(ww, hh);

"FOOTER"