ozzr / godot_terrain

Custom Godot Engine Build with Terrain Module
BSD 2-Clause "Simplified" License
115 stars 6 forks source link

Terrain render mask layers not working #8

Closed ozzr closed 2 years ago

ozzr commented 2 years ago

The Terrain render mask layers have no effects at all

ozzr commented 2 years ago

Fixed by changing the Terrain Node inheritance. Now instead of being child of VisualInstance class, it inherits from a ComplexInstance class that will serve as the base class for other future nodes implemented in the Terrain module