serenity/Userland/Applications/3DFileViewer
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Common.h 3DFileViewer: Add vertex normal parsing to WavefrontOBJLoader 2021-11-13 12:52:22 +01:00
main.cpp 3DFileViewer: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
Mesh.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Mesh.h 3DFileViewer: Calculate face-normal from vertex-normals of the triangle 2021-11-13 12:52:22 +01:00
MeshLoader.h 3DFileViewer: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
WavefrontOBJLoader.cpp 3DFileViewer: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
WavefrontOBJLoader.h 3DFileViewer: Use ByteString for file paths 2024-01-29 23:14:39 +00:00