Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuboptimalEng/three-js-tutorials
/ onWindowResize
Method
onWindowResize
04-dat-gui/src/lib/SceneInit.js:94–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
onWindowResize() {
95
this.camera.aspect = window.innerWidth / window.innerHeight;
96
this.camera.updateProjectionMatrix();
97
this.renderer.setSize(window.innerWidth, window.innerHeight);
98
}
99
}
Callers
1
initialize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected