Scene picking, shadow mapping adjustments

This commit is contained in:
2024-10-17 23:54:44 +02:00
parent 221be140bf
commit 8ee000ab74
6 changed files with 94 additions and 70 deletions

View File

@@ -173,7 +173,7 @@ ui_box_make :: (flags: UI_Box_Flags, hash: u32) -> *UI_Box {
if parent != null {
parent.num_children += 1;
//actual_hash += parent.hash;
actual_hash += parent.hash * xx parent.num_children;
//actual_hash += xx (parent.num_children*2);
}