MCPcopy Create free account
hub / github.com/OpenReplicant/ProtoReplicant / onWindowResize

Function onWindowResize

vrm-ui/script.js:442–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440window.addEventListener( 'resize', onWindowResize, false );
441
442function onWindowResize(){
443
444 camera.aspect = window.innerWidth / window.innerHeight;
445 camera.updateProjectionMatrix();
446
447 renderer.setSize( window.innerWidth, window.innerHeight );
448
449}
450// interface handling
451
452var talktime = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected