summaryrefslogtreecommitdiff
path: root/Userland/Applications/3DFileViewer/WavefrontOBJLoader.cpp
AgeCommit message (Expand)Author
2023-03-24Applications: Convert `DeprecatedFile` usages to `LibFileSystem`Cameron Youell
2023-02-163DFileViewer: Port `MeshLoader` and its child to the new `Core::File`Lucas CHOLLET
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2022-12-063DFileViewer: Properly propagate errors from WavefrontOBJLoaderMaciej
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-10Applications: Support `.obj` polygons in `3DFileViewer`Jelle Raaijmakers
2021-12-12Userland: Use File::lines() range-based for loop where appropriateSahan Fernando
2021-11-133DFileViewer: Add 'normals' to Mesh constructorPedro Pereira
2021-11-133DFileViewer: Add vertex normal parsing to WavefrontOBJLoaderPedro Pereira
2021-05-263DFileViewer: Support textured modelsJesse Buhagiar
2021-05-203DFileViewer: Clean up file handlingGunnar Beutner
2021-05-193DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`Erik Biederstadt