AgnosiaEngine/src
2024-12-04 23:11:15 -06:00
..
graphics Implemented basic normal-dot product shading, preparing for more complex methods such as Blinn-Phong and PBR 2024-12-04 23:11:15 -06:00
shaders Implemented basic normal-dot product shading, preparing for more complex methods such as Blinn-Phong and PBR 2024-12-04 23:11:15 -06:00
agnosiaimgui.cpp Implemented basic normal-dot product shading, preparing for more complex methods such as Blinn-Phong and PBR 2024-12-04 23:11:15 -06:00
agnosiaimgui.h Major refactoring, removed the usage of the global header and replaced with getters and setters. Cleaned up headers and what is included. 2024-11-24 18:12:29 -06:00
devicelibrary.cpp Multiple Object renderinggit add .git add . Completely revamped the model loading system using Model class instances, uses a Material class to build textures, clean slated descriptor sets for bindless rendering, significantly shortening the amount of code needed to load VkImage, VkImageView, and VkSampler. Added multiple texture rendering, abstracted out model loading process to automatically collect all Model instances and render for each object. 2024-12-03 01:57:55 -06:00
devicelibrary.h Major refactoring, removed the usage of the global header and replaced with getters and setters. Cleaned up headers and what is included. 2024-11-24 18:12:29 -06:00
entrypoint.cpp Implemented basic normal-dot product shading, preparing for more complex methods such as Blinn-Phong and PBR 2024-12-04 23:11:15 -06:00
entrypoint.h Replaced Index and Vertex buffer descriptions using descriptor sets with the VMA Library, massively simplifying the creation of the Vertex and Index buffer, and uses push constants 2024-11-27 15:54:35 -06:00
main.cpp Replaced Index and Vertex buffer descriptions using descriptor sets with the VMA Library, massively simplifying the creation of the Vertex and Index buffer, and uses push constants 2024-11-27 15:54:35 -06:00
types.h Implemented basic normal-dot product shading, preparing for more complex methods such as Blinn-Phong and PBR 2024-12-04 23:11:15 -06:00