summaryrefslogtreecommitdiff
path: root/engine/src/object.rs
AgeCommit message (Collapse)Author
2023-11-20feat(engine): add materialsHampusM
2023-11-13fix(engine): make object translate function add to current posHampusM
2023-11-12chore(engine): add shader preprocessorHampusM
2023-11-02feat(engine): add texturingHampusM
2023-11-02refactor: replace Object new method with builderHampusM
2023-10-26style: increase max struct literal width to 36HampusM
2023-10-25feat(engine): add object position getterHampusM
2023-10-23feat(engine): add using element buffersHampusM
2023-10-22feat(engine): add translating & scaling objectsHampusM
2023-10-16feat(engine): store objects in engineHampusM
2023-10-13refactor(engine): move uses of OpenGL to OpenGL moduleHampusM
2023-10-12feat(engine): add vertex coloringHampusM
2023-10-08feat(engine): add Debug derivesHampusM
2023-10-07feat(engine): add ability to render trianglesHampusM