Browse Source

Document Firefox WebGL being slow on Linux and workaround (#4628)

Hugo Locurcio 4 years ago
parent
commit
1778f47c8f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      getting_started/workflow/export/exporting_for_web.rst

+ 7 - 0
getting_started/workflow/export/exporting_for_web.rst

@@ -26,6 +26,13 @@ in the user's browser.
                :ref:`iOS' native export functionality <doc_exporting_for_ios>`
                instead, as it will also result in better performance.
 
+.. note::
+
+    If you use Linux, due to
+    `poor Firefox WebGL performance <https://bugzilla.mozilla.org/show_bug.cgi?id=1010527>`__,
+    it's recommended to play the exported project using a Chromium-based browser
+    instead of Firefox.
+
 WebGL 2
 -------