SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.76k stars 3.15k forks source link

GL Teapot demo: Not rendering anything #7299

Closed tomuta closed 3 years ago

tomuta commented 3 years ago

Looks like this broke very recently. I am just getting a black screen now. Looks like it's loading the data file at least.

GLTeapot(31:31): Wavefront: Loading /res/gl/teapot.obj...
GLTeapot(31:31): Wavefront: Done.
GLTeapot(31:31): GLTeapot: teapot mesh has 6319 triangles.
linusg commented 3 years ago

GLTeapot no longer exists, it has been renamed and moved to Graphics -> 3D File Viewer.

tomuta commented 3 years ago

Hm why is it in the Demo menu, still?

linusg commented 3 years ago

Because the disk image now uses rsync and no longer completely rebuilds by default, as a result removed/moved files will remain until you get rid of them manually or delete and freshly build the image.

tomuta commented 3 years ago

Because the disk image now uses rsync and no longer completely rebuilds by default, as a result removed/moved files will remain until you get rid of them manually or delete and freshly build the image.

Oh missed that change, good to know!

linusg commented 3 years ago

For reference: #6591