ozzr / godot_terrain

Custom Godot Engine Build with Terrain Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terrain render mask layers not working

ozzr opened this issue · comments

commented

The Terrain render mask layers have no effects at all

commented

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