Dengine/src
Doyle Thai 17dc6cc6fc Fix degenerate tris showing up in certain configs
Occasionally with the right orientation, degenerate triangles will appear as
they are no longer zero-area triangles which OGL can cull during rendering. The
issue comes from having to manually ensure each primitive in the rendering
pipeline sent to the render groups were correctly marked with degenerate
vertexes.

Instead, we can now just pass the vertex points straight through, using
a begin() and end() structure which will append the start and ending degenerate
vertexes for us.
2016-11-17 21:03:55 +11:00
..
include/Dengine Fix degenerate tris showing up in certain configs 2016-11-17 21:03:55 +11:00
.clang-format Switch developing game to asteroids, start project 2016-11-09 22:36:41 +11:00
AssetManager.c Rename rect members from pos, size to min, max 2016-11-16 16:57:24 +11:00
Asteroid.c Fix degenerate tris showing up in certain configs 2016-11-17 21:03:55 +11:00
Audio.c Switch mem allocation to custom memory block 2016-09-24 14:43:59 +10:00
build.bat Switch developing game to asteroids, start project 2016-11-09 22:36:41 +11:00
Common.c Add draft better string library implementation 2016-09-07 23:33:01 +10:00
Debug.c Asteroid data merged to entity and display 2016-11-17 18:15:36 +11:00
dengine.c Add proper wireframe mode, rotation to triangle 2016-11-12 00:22:09 +11:00
Entity.c Rename rect members from pos, size to min, max 2016-11-16 16:57:24 +11:00
MemoryArena.c Switch mem allocation to custom memory block 2016-09-24 14:43:59 +10:00
Platform.c Switch developing game to asteroids, start project 2016-11-09 22:36:41 +11:00
Renderer.c Fix degenerate tris showing up in certain configs 2016-11-17 21:03:55 +11:00
Shader.c Simplify shaders, enable coloring of primitives 2016-11-12 01:17:30 +11:00
static_check.bat Add utility scripts for finding todos and statics 2016-07-20 17:15:31 +10:00
String.c Switch mem allocation to custom memory block 2016-09-24 14:43:59 +10:00
Texture.c Draft implementation of hash tabled textures 2016-08-27 04:15:13 +10:00
todo_check.bat Add utility scripts for finding todos and statics 2016-07-20 17:15:31 +10:00
UserInterface.c Rename rect members from pos, size to min, max 2016-11-16 16:57:24 +11:00