unconed / mathbox

Presentation-quality WebGL math graphing
MIT License
1.33k stars 109 forks source link

replace RGBFormat with explicit undefined #68

Closed ChristopherChudzicki closed 1 year ago

ChristopherChudzicki commented 1 year ago

RGBFormat was removed in ThreeJS r137. Replacing with explicit undefined silences some build warnings and preserves existing behavior (including any bugs)

See https://github.com/unconed/mathbox/issues/64