cables-gl / cables_docs

cables documentation docs.cables.gl
https://cables.gl/docs/docs
45 stars 16 forks source link

Prerender Ops will make rectangles disappear #907

Open multivitamin23 opened 1 week ago

multivitamin23 commented 1 week ago

Link to simple, reproducible example patch Example Patch

Describe the bug Using the "Prerender Ops" option of LoadingStatus will make a rectangle disappear.

How To Reproduce

  1. Open Example Patch in Editor and you will see no rectangle
  2. Change any of the Pivot or TexChoord option of the Rectange and reset it immediatly (to default) and the rectangle will appear.

Turn off "Prerender Ops" or delete the Material will solve the issue.

Platform Tested on Desktop, Firefox and Chrome I experienced the bug within cables editor and HTML export. The bug seem not to occur in cables patch preview.

Dev Tools Console warnings of an exported patch in firefox with "Prerender Ops" turned on:

_WEBGL_debug_rendererinfo is deprecated in Firefox and will be removed. Please use RENDERER. WebGL warning: texImage: Alpha-premult and y-flip are deprecated for non-DOM-Element uploads. Source-Map-Fehler: Error: request failed with status 404 Ressourcen-Adresse: https://beispieladresse.de/patches/example/js/patch.js Source-Map-Adresse: libs.core.js.map

pandrr commented 3 days ago

thanks, this option does not make any sense anymore. removed it on dev.cables.gl

thanks