Previous WorldMatrixInstancedBuffer warnings in ffox

(I completely forgot what I came in to post =) )

Getting warnings in ffox console:
BJS - [13:01:10]: setting getter-only property "previousWorldMatrixInstancedBuffer"

Its triggering fairly regularly when I do operations on my meshes. I see some work on mesh.ts in src, I presume some PR on instances went thru ? Is there anything I should be concerned about ?

Adding @CraigFeldspar PR done

I also received this warning today out of the blue, using BJS v5.0.0-alpha.17 - WebGL2

That was a small fix, here’s the PR:

3 Likes

Thanks a lot !