1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-14 15:37:35 +00:00
serenity/Userland/Applications/3DFileViewer
Pedro Pereira 15bc043114 3DFileViewer: Clean some code for increased readability on Mesh
This replaces all usages of 'm_triangle_list[i]' with 'triangle' in
order to improve readability of the code.
2021-11-13 12:52:22 +01:00
..
CMakeLists.txt 3DFileViewer: Use unveil and FileSystemAccessServer 2021-09-09 02:34:29 +02:00
Common.h 3DFileViewer: Add vertex normal parsing to WavefrontOBJLoader 2021-11-13 12:52:22 +01:00
main.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
Mesh.cpp 3DFileViewer: Clean some code for increased readability on Mesh 2021-11-13 12:52:22 +01:00
Mesh.h 3DFileViewer: Calculate face-normal from vertex-normals of the triangle 2021-11-13 12:52:22 +01:00
MeshLoader.h 3DFileViewer: Clean up file handling 2021-05-20 22:22:56 +02:00
WavefrontOBJLoader.cpp 3DFileViewer: Add 'normals' to Mesh constructor 2021-11-13 12:52:22 +01:00
WavefrontOBJLoader.h 3DFileViewer: Clean up file handling 2021-05-20 22:22:56 +02:00