We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5552d81 commit efaba5bCopy full SHA for efaba5b
libs/soba/staging/src/lib/caustics.ts
@@ -155,8 +155,8 @@ export class NgtsCaustics {
155
height: this.resolution(),
156
settings: CAUSTIC_OPTIONS,
157
}));
158
- causticsTarget = injectFBO(this.causticsTargetParams);
159
- causticsTargetB = injectFBO(this.causticsTargetParams);
+ protected causticsTarget = injectFBO(this.causticsTargetParams);
+ protected causticsTargetB = injectFBO(this.causticsTargetParams);
160
161
private cameraHelper = injectHelper(
162
() => (this.debug() ? this.cameraRef().nativeElement : null),
0 commit comments