summaryrefslogtreecommitdiff
path: root/engine/src/util.rs
AgeCommit message (Expand)Author
2024-08-21refactor(engine): fix clippy lintsHampusM
2024-08-16perf(engine): create OpenGL objects as needed instead of each frameHampusM
2024-05-22refactor(engine): make PointLight non-exhaustive & add builderHampusM
2024-05-18refactor(engine): fix clippy lintsHampusM
2024-05-12feat(engine): add global material ambient color offsettingHampusM
2024-05-12fix(engine): check Wavefront obj statement argument countsHampusM
2024-05-01feat(engine): add basic Wavefront obj file parsingHampusM