YoggieEngine/BarinkEngine
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
..
graphics Adding textures capabilities 2022-06-05 01:44:54 +02:00
Include Adding textures capabilities 2022-06-05 01:44:54 +02:00
Input Working on basic rendering #4 2022-06-04 18:26:58 +02:00
Scripting Made multiple managers for individual pieces 2022-05-28 18:49:08 +02:00
BarinkEngine.cpp Working on basic rendering #4 2022-06-04 18:26:58 +02:00
premake5.lua Adding textures capabilities 2022-06-05 01:44:54 +02:00
Scene.cpp Multiple changes to prepare for the basic render engine. 2022-05-28 21:19:16 +02:00