Page cover image

πŸͺžReflections Module

Overview

Controls the reflections in the COZY system. This module allows you to write the current weather sphere to a cubemap dynamically based on a set time interval. Caution: this module is heavy and will cause performance issues on lighter hardware. We recommend only using it when absolutely necessary.

Key Features

Determine update frequency

Set reflections to render every frame, every n frames, when the Awake function is called, or via scripting.

Setup Layer Masks

We recommend keeping COZY on a separate layer from your other game objects so that it can render properly. However, the reflections module is not bound to render just this layer and can render as many layers as you need.

Last updated

Was this helpful?