index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
3DFileViewer
/
WavefrontOBJLoader.cpp
Age
Commit message (
Expand
)
Author
2023-03-24
Applications: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-02-16
3DFileViewer: Port `MeshLoader` and its child to the new `Core::File`
Lucas CHOLLET
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2022-12-06
3DFileViewer: Properly propagate errors from WavefrontOBJLoader
Maciej
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-10
Applications: Support `.obj` polygons in `3DFileViewer`
Jelle Raaijmakers
2021-12-12
Userland: Use File::lines() range-based for loop where appropriate
Sahan Fernando
2021-11-13
3DFileViewer: Add 'normals' to Mesh constructor
Pedro Pereira
2021-11-13
3DFileViewer: Add vertex normal parsing to WavefrontOBJLoader
Pedro Pereira
2021-05-26
3DFileViewer: Support textured models
Jesse Buhagiar
2021-05-20
3DFileViewer: Clean up file handling
Gunnar Beutner
2021-05-19
3DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`
Erik Biederstadt