1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:47:45 +00:00
serenity/Userland/Applications/3DFileViewer
Lucas CHOLLET 851b887cd0 3DFileViewer: Set the window title name in load_file()
This patch allows two things:
 - Factorizing code that was in main and the open action
 - Displaying the full path of non-unveiled paths

Indeed, looking for the path of a fd is not allowed if the file isn't
unveiled. By setting the title in `load_file()` we are actually relying
on the value returned by `LibFSAC` who is actually authorized to
retrieve the entire path.
2023-02-16 10:56:01 +00: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 3DFileViewer: Set the window title name in load_file() 2023-02-16 10:56:01 +00: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 3DFileViewer: Port MeshLoader and its child to the new Core::File 2023-02-16 10:56:01 +00:00
WavefrontOBJLoader.cpp 3DFileViewer: Port MeshLoader and its child to the new Core::File 2023-02-16 10:56:01 +00:00
WavefrontOBJLoader.h 3DFileViewer: Port MeshLoader and its child to the new Core::File 2023-02-16 10:56:01 +00:00