This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-15 01:46:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ebcd07ff33ccc609cc44bc3f5574cdf769ade66c
ladybird
/
Userland
/
Applications
/
3DFileViewer
History
Andrew Kaster
88957b42e9
3DFileViewer: Use AK::Time to accumulate frame and cycle counts
...
Let's accumulate frame times in AK::Time and only convert to ms for display.
2023-01-07 14:51:04 +01: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: Use AK::Time to accumulate frame and cycle counts
2023-01-07 14:51:04 +01: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: Properly propagate errors from WavefrontOBJLoader
2022-12-06 17:24:45 +00:00
WavefrontOBJLoader.cpp
3DFileViewer: Properly propagate errors from WavefrontOBJLoader
2022-12-06 17:24:45 +00:00
WavefrontOBJLoader.h
3DFileViewer: Properly propagate errors from WavefrontOBJLoader
2022-12-06 17:24:45 +00:00