kevzettler / react-regl

React Fiber Reconciler Renderer for Regl WebGL
http://kevzettler.com/react-regl/
196 stars 24 forks source link

instanced-mesh example has bugged rendering in storybook #46

Open kevzettler opened 1 year ago

kevzettler commented 1 year ago

after the major version of 5.0.0 the instanced-mesh example has some rendering issues Screen Shot 2023-01-28 at 1 25 44 PM

This appears to be a by product of storybook, or the camera module in the example. If you resize the storybook window there are frame pops where it renders correctly. If I disable the camera updates the bunnys render correctly. I verified on the main regl repository that this issue doesn't exist so its not caused the the update to regl latest version