gre/gl-react

EXGL: ndarray textures bug

Open

#108 geöffnet am 12. Mai 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (160 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (3.000 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Steps to reproduce the behavior

open the colorscale example in cookbook-expo, select for instead heatmap compare with https://gl-react-cookbook.surge.sh/colorscale . result is totally different..

i'll investigate on a smaller code to reproduce the bug, but basically something is wrong in the texImage2D when sending a typed array.. we need to see if the diff options are supported correctly (gl.ALPHA, gl.LUMINANCE_ALPHA, gl.RGB, gl.RGBA) but it might be something around that

Contributor Guide