Age | Commit message (Collapse) | Author |
|
|
|
|
|
also some api improvements
closes #2
related: #7
|
|
|
|
|
|
stockton-passes is mostly just a stand-in until this is
properly separated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also a bunch of supporting changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requires faces to be sorted by depth to work properly, which isn't currently happening
|
|
|
|
|
|
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.
|
|
|
|
the room is now the right way up! yay!
|
|
unfortunately this also starts using an unstable feature - generic_associated_types
see rust-lang/rust#44265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also some minor changes to types because of deprecation
and a bunch of readability improvements
|
|
|
|
|
|
|
|
|