bindCamera method
Binds the camera
Implementation
void bindCamera(Camera camera) {
this.camera = camera;
setDisplaySize(camera.pixelWidth, camera.pixelHeight);
}
Binds the camera
void bindCamera(Camera camera) {
this.camera = camera;
setDisplaySize(camera.pixelWidth, camera.pixelHeight);
}