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
I am having the same issue. The GetPositionBuffer method is returning a single object with x and y properties instead of a buffer. I can confirm all particles are there when debugging but cannot render the particles due to GetPositionBuffer not working as expected.
I try to use liquid fun. GetPositionBuffer doesn't return a list:
I prints
undefined
.But it must return a list because C++ works like this:
Full example that includes the liquid fun lib library: get-position-buffer-box2dwasm-js.zip
index.js
index.html
The text was updated successfully, but these errors were encountered: