ladybird/Userland/Applications/3DFileViewer
2023-06-11 09:40:17 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Common.h 3DFileViewer: Add vertex normal parsing to WavefrontOBJLoader 2021-11-13 12:52:22 +01:00
main.cpp Userland: Filter out unsupported file types in open dialogs in more apps 2023-06-11 09:40:17 +01:00
Mesh.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Mesh.h 3DFileViewer: Calculate face-normal from vertex-normals of the triangle 2021-11-13 12:52:22 +01:00
MeshLoader.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
WavefrontOBJLoader.cpp AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
WavefrontOBJLoader.h 3DFileViewer: Port MeshLoader and its child to the new Core::File 2023-02-16 10:56:01 +00:00