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 a01b8dc commit ed2fb54Copy full SHA for ed2fb54
libs/soba/materials/src/lib/mesh-portal-material.ts
@@ -156,7 +156,7 @@ export class ManagePortalScene {
156
157
export interface NgtsMeshPortalMaterialOptions extends Partial<NgtShaderMaterial> {
158
/** Mix the portals own scene with the world scene, 0 = world scene render,
159
- * 0.5 = both scenes render, 1 = portal scene renders, defaults to 0 */
+ * 0.5 = both scenes render, 1 = portal scene renders, defaults to 0. */
160
blend: number;
161
/** Edge fade blur, 0 = no blur (default) */
162
blur: number;
0 commit comments