Sungun Park

Results 2 comments of Sungun Park

Took a look at the sample and could reproduce it. Refreshing sometimes turns it to normal as the author mentioned. Also this parquet demo has the same issue. https://google.github.io/filament/webgl/parquet.html

In ImGuiHelper.cpp, we can pass a different value via `io.Fonts->AddFontFromFileTTF(fontPath.c_str(), 16.0f);` to change the font. To do this dynamically, we may want to call `ClearFonts()` before readd the font again,...