YoggieEngine/SandboxApplication
Nigel Barink 16b61986a1 Adding textures capabilities
* Added Texures to the two sample cubes
* Modified mesh structure
	- mesh now contains indices and vertices
	- Vertices contain vertices and uv's (later on they will also
	contain normals)

Solution definitely not perfect and needs improvement.
2022-06-05 01:44:54 +02:00
..
Cube.mtl Incorrectly loading a model, Adding a VertexArray abstraction 2022-05-04 23:25:18 +02:00
Cube.obj Incorrectly loading a model, Adding a VertexArray abstraction 2022-05-04 23:25:18 +02:00
GUI.cpp Adding textures capabilities 2022-06-05 01:44:54 +02:00
GUI.h Adding textures capabilities 2022-06-05 01:44:54 +02:00
Sandbox.cpp Adding textures capabilities 2022-06-05 01:44:54 +02:00
script.lua Basic rectangle drawing 2022-04-30 20:20:07 +02:00
sponza.gltf Added Gorrilla-Audio and Tinygltf Library 2022-05-04 11:11:57 +02:00
Util.cpp Clean up of sandbox 2022-05-29 15:23:08 +02:00
Util.h Clean up of sandbox 2022-05-29 15:23:08 +02:00