Update advanced rendering composer signature to include scene and AO mask
This commit is contained in:
@@ -394,7 +394,9 @@ export function createAdvancedRenderingComposer(
|
||||
strength: distanceFogParameters.strength,
|
||||
horizonStrength: distanceFogParameters.horizonStrength
|
||||
}
|
||||
: null
|
||||
: null,
|
||||
scene,
|
||||
AO_WORLD_RENDER_LAYER_MASK
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user