aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-11-18Starting on entity system...HEADmasterdec05eba
2021-11-18Implement .a3d model loader (amalgine specific format)dec05eba
2021-11-18Begin on physicsdec05eba
2021-11-18Fix rendering of characterdec05eba
2021-11-18Add third person camera (orbit camera)dec05eba
2021-11-18Fix rendering of texture with multiple framesdec05eba
2021-11-18Fix double freedec05eba
2021-11-18Load texture in obj model loader.. brokendec05eba
2021-11-18Add obj parserdec05eba
2021-11-18Use shader from file..dec05eba
2021-11-18Use external shaders instead of generating shader code from c++ code...dec05eba
2021-11-18Create Shader class as a base for vertex and pixel shaderdec05eba
2021-11-18Add texture loading (not usage) using SOILdec05eba
2021-11-18Add uniform (shader global variable)dec05eba
2021-11-18Add triangle typedec05eba
2021-11-18Fix compile error, wrong friend classdec05eba
2021-11-18Add device memory, device frame. Rendering worksdec05eba
2021-11-18Fix vertex and pixel shaderdec05eba
2021-11-18Added shader programdec05eba
2021-11-18Create shader using c++ codedec05eba