Open Lord-McSweeney opened 1 year ago
Progressed by #11811.
This now spams the error RustError(Unimplemented("Texture format RgbaHalfFloat"))
Progressed by #13407; this now needs Matrix3D.pointAt
.
Stubbing pointAt
progresses it up to the drawTriangles
call, where it panics- see #13421
This now renders with the latest Ruffle (however, the large square doesn't render in the 4 top panels).
Describe the bug
https://raw.githubusercontent.com/matrix3d/matrix3d.github.io/master/assets/gl3d/test_light/FlashShader.swf displays a white screen because
(was implemented) andflash.display.Stage3D.requestContext3DMatchingProfiles
(was implemented)flash.geom.Matrix3D.copyColumnTo
flash.geom.Matrix3D.copyColumnFrom
is not yet implemented.Expected behavior
The SWF runs without showing errors.
Affected platform
Browser's extension
Operating system
Linux
Browser
Chrome 108
Additional information
No response