Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-25 | feat(render): drawing with multiple texture arrays | tcmal | |
requires faces to be sorted by depth to work properly, which isn't currently happening | |||
2024-08-25 | feat(render) WIP: textures, using a fixed size texture array | tcmal | |
currently using an 8 long texture array with seperate samplers. also move to a trait for resolving textures from the bsp file rather than adding them manually. currently stuck with one static implementation though. this means all textures in the file are loaded when the map is. not currently drawing with anything other than the first texture array, so files with >8 textures will fail. | |||
2024-08-25 | refactor(render): use push constants for vp matrix | tcmal | |
2024-08-25 | feat(render): 3D projection | tcmal | |
2024-08-25 | feat(render): texture store | tcmal | |
2024-08-25 | feat(render): Resize vertex buffers and rainbow triangles example | tcmal | |
2024-08-25 | feat(render): add draw triangles function | tcmal | |