mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
3DFileViewer: Move the example model into the home directory
This commit is contained in:
parent
1e0d855fdf
commit
728e6dad73
Notes:
sideshowbarker
2024-07-18 17:40:33 +09:00
Author: https://github.com/gunnarbeutner
Commit: 728e6dad73
Pull-request: https://github.com/SerenityOS/serenity/pull/7323
2 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ private:
|
||||||
glEndList();
|
glEndList();
|
||||||
|
|
||||||
// Load the teapot
|
// Load the teapot
|
||||||
m_mesh = m_mesh_loader->load("/res/gl/teapot.obj");
|
m_mesh = m_mesh_loader->load("/home/anon/Documents/3D Models/teapot.obj");
|
||||||
|
|
||||||
dbgln("3DFileViewer: teapot mesh has {} triangles.", m_mesh->triangle_count());
|
dbgln("3DFileViewer: teapot mesh has {} triangles.", m_mesh->triangle_count());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue