Floating Point Origin Offset
Altos supports Floating Point Origin Offsets.
The Demo includes an example of how to use this integration.
Usage
- Get a reference to the active sky director.
- Call the public SetOrigin method and pass in your offset.
void Update()
{
FindObjectOfType<AltosSkyDirector>().SetOrigin(offset);
}