ladybird/Userland/Applications/3DFileViewer
Pedro Pereira 5fd58a2663 3DFileViewer: Add 'normals' to Mesh constructor
This change allows a Mesh object to be created with a vector of normals.
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: Add 'normals' to Mesh constructor 2021-11-13 12:52:22 +01:00
Mesh.h 3DFileViewer: Add 'normals' to Mesh constructor 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