Rendering::Primitives

Add Cylinder primitive (without top and bottom face)
Update Sphere primitive
This commit is contained in:
EIntemporel
2022-11-14 23:17:23 +01:00
parent e73ae48d89
commit 5f6ec82849
3 changed files with 188 additions and 39 deletions

View File

@@ -54,5 +54,7 @@
<file alias="sphere_fs">../src/noggit/rendering/glsl/sphere_frag.glsl</file>
<file alias="square_vs">../src/noggit/rendering/glsl/square_vert.glsl</file>
<file alias="square_fs">../src/noggit/rendering/glsl/square_frag.glsl</file>
<file alias="cylinder_vs">../src/noggit/rendering/glsl/cylinder_vert.glsl</file>
<file alias="cylinder_fs">../src/noggit/rendering/glsl/cylinder_frag.glsl</file>
</qresource>
</RCC>