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 f048731 commit d377bc8Copy full SHA for d377bc8
libs/soba/materials/src/lib/mesh-transmission-material.ts
@@ -51,7 +51,7 @@ export type NgtsMeshTransmissionMaterialOptions = Partial<NgtThreeElements['ngt-
51
/** Refraction samples, default: 6 */
52
samples: number;
53
/** Buffer scene background (can be a texture, a cubetexture or a color), default: null */
54
- background?: THREE.Texture | THREE.Color;
+ background?: THREE.Texture | THREE.Color | null;
55
};
56
57
const defaultOptions: NgtsMeshTransmissionMaterialOptions = {
0 commit comments