nmfisher / flutter_filament

3D rendering layer for Flutter/Filament
Other
44 stars 7 forks source link

Runtime error on Windows #1

Closed LukasPoque closed 6 months ago

LukasPoque commented 7 months ago

If you move the camera with the middle click of the mouse on Windows, this error occurs:

in void __cdecl utils::panic(const char *,const char *,int,const char *) noexcept:32
in file F:\Projects\filament\libs\utils\src\debug.cpp
reason: F:\Projects\filament\filament\src\ShadowMap.cpp:1158: failed assertion `transpose(viewMatrix)[3] == float4(0, 0, 0, 1)'

This happens even with nothing else loaded or activated (no skybox, background, glb etc. needs to be loaded). Just move the mouse (very) fast while holding the middle button.

LukasPoque commented 6 months ago

This one is fixed in the last versions.