utsuboco / r3f-perf

Easily monitor your ThreeJS performances.
https://codesandbox.io/s/perlin-cubes-r3f-perf-wtp9t?file=/src/App.js
MIT License
573 stars 21 forks source link

various "unsupported GPOS table" log in console #52

Open callumbooth opened 3 months ago

callumbooth commented 3 months ago

Hi,

I'm seeing the following errors when the r3f-perf -> component is rendered.

unsupported GPOS table LookupType 8 format 2
unsupported GPOS table LookupType 5 format 1
unsupported GSUB table LookupType 6 format 2
unsupported GSUB table LookupType 6 format 1
unsupported GPOS table LookupType 8 format 2
unsupported GPOS table LookupType 5 format 1
unsupported GSUB table LookupType 6 format 2
unsupported GSUB table LookupType 6 format 1

I've created a small sandbox https://codesandbox.io/p/sandbox/r3f-perf-gpos-repro-tqz5kw.

Repro steps:

  1. Open the sandbox
  2. Open the browser console
  3. See the console logs.
  4. Remove the component,
  5. See unsupported GPOS table logs no longer appear

This doesn't seem to be breaking anything but is annoying to see issues as I wasn't sure if it was my application causing the issues before I narrowed it down to this lib.

sctgraham commented 2 weeks ago

Same here