The largest chat community for React professionals
THISTHISclass WhatEverYouCanImagine {
constructor() {
window.addEventListener("resize", this.onWindowResize);
}
private onWindowResize() {
this.resizeRendererToViewport();
this.resizeCameraAspect();
}
}class WhatEverYouCanImagine {
constructor() {
window.addEventListener("resize", this.onWindowResize);
}
private onWindowResize() {
this.resizeRendererToViewport();
this.resizeCameraAspect();
}
}