Add outline pass to cubes

This commit is contained in:
Hugo Mårdbrink 2025-08-27 00:16:42 +02:00
parent 1852cf3a7f
commit 2ee22c118c
10 changed files with 425 additions and 108 deletions

View file

@ -37,7 +37,8 @@ MeshComponent :: struct {
}
MaterialID :: enum {
Grid,
Cube,
Outline,
}
MaterialComponent :: struct {