1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00
serenity/Userland/Applications/3DFileViewer
Timothy 1c78ff1b9f 3DFileViewer: Use unveil and FileSystemAccessServer
This will restrict 3DFileViewer's access to the file system.

3DFileViewer loads a texture based on the path of the model loaded, this
will request access to the texture file before loading.
2021-09-09 02:34:29 +02:00
..
CMakeLists.txt 3DFileViewer: Use unveil and FileSystemAccessServer 2021-09-09 02:34:29 +02:00
Common.h 3DFileViewer: Support textured models 2021-05-26 16:36:53 +04:30
main.cpp 3DFileViewer: Use unveil and FileSystemAccessServer 2021-09-09 02:34:29 +02:00
Mesh.cpp LibGL: Fix glTexCoord behaviour 2021-08-18 20:30:58 +02:00
Mesh.h 3DFileViewer: Add texture menu 2021-08-12 18:58:41 +02:00
MeshLoader.h 3DFileViewer: Clean up file handling 2021-05-20 22:22:56 +02:00
WavefrontOBJLoader.cpp 3DFileViewer: Support textured models 2021-05-26 16:36:53 +04:30
WavefrontOBJLoader.h 3DFileViewer: Clean up file handling 2021-05-20 22:22:56 +02:00