You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experimentation I have been unable to make InstancedMesh work. I could not find an example. I am using LÖVE 11.5 on Windows.
Working with the code in instanced_mesh.lua I ran into issues with love.graphics.newMesh() vertexformat/attributes (perhaps related to LÖVE versioning?).
Thanks for this very nice library.
In my experimentation I have been unable to make InstancedMesh work. I could not find an example. I am using LÖVE 11.5 on Windows.
Working with the code in instanced_mesh.lua I ran into issues with love.graphics.newMesh() vertexformat/attributes (perhaps related to LÖVE versioning?).
For example, I have modified:
to:
..and for testing, modified attribute management with hard coded values accordingly, such as:
There may be remaining steps I omitted with shader value updates for the instanced draw, I haven't got there. I am applying the shader:
A usage example would be much appreciated.
Thanks again for the work put into this.
The text was updated successfully, but these errors were encountered: