Collision layers and entity rendering offsets

This commit is contained in:
2024-10-23 17:02:24 +02:00
parent 74675a4c77
commit 2bd500c6d6
4 changed files with 163 additions and 94 deletions

View File

@@ -69,6 +69,8 @@ Entity :: struct {
transform: Transform;
rendering_offset: Vector3;
snap_offset: Vector3;
snap_intervals: Vector3;