mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 02:51:25 +00:00
Implement decals
Also implemented decal atlas, so projectors and other stuff can be added. Sidenote: Had to make RID hashable, so some unrelated includes changed in order to include it in hashfuncs.h
This commit is contained in:
parent
451d5bd492
commit
5944eb6e7f
35 changed files with 1654 additions and 67 deletions
|
|
@ -39,6 +39,7 @@ void LightClusterBuilder::begin(const Transform &p_view_transform, const CameraM
|
|||
//reset counts
|
||||
light_count = 0;
|
||||
refprobe_count = 0;
|
||||
decal_count = 0;
|
||||
item_count = 0;
|
||||
sort_id_count = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue