diff --git a/dart_filament/native/src/DartFilamentFFIApi.cpp b/dart_filament/native/src/DartFilamentFFIApi.cpp index 49942ac9..dfacd01a 100644 --- a/dart_filament/native/src/DartFilamentFFIApi.cpp +++ b/dart_filament/native/src/DartFilamentFFIApi.cpp @@ -107,9 +107,9 @@ public: std::cout << "Failed to make context current." << std::endl; return (FilamentViewer*)nullptr; } - glClearColor(0.0, 1.0, 0.0, 1.0); - glClear(GL_COLOR_BUFFER_BIT); - emscripten_webgl_commit_frame(); + // glClearColor(0.0, 1.0, 0.0, 1.0); + // glClear(GL_COLOR_BUFFER_BIT); + // emscripten_webgl_commit_frame(); _viewer = new FilamentViewer((void* const) emContext, loader, platform, uberArchivePath); MAIN_THREAD_EM_ASM({