MaskPass constructor
MaskPass(
- dynamic scene,
- dynamic camera
Implementation
MaskPass(scene, camera) : super() {
this.scene = scene;
this.camera = camera;
this.clear = true;
this.needsSwap = false;
}