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
Call model(myModel, 1) where the second parameter is correctly an instance count
Currently, the parameterData.json and the YUIDocs for model() in loading.js do not reflect the ability to add an instance count for custom instancing shaders. I noticed this whilst working on the p5.strands tutorial. I have fixed this on my local branch, by updating the two files above. This gives us a false negative when using the instance count.
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!
Uh oh!
There was an error while loading. Please reload this page.
Most appropriate sub-area of p5.js?
p5.js version
v2.0.2
Web browser and version
n/a
Operating system
n/a
Steps to reproduce this
Steps:
model(myModel, 1)
where the second parameter is correctly an instancecount
Currently, the
parameterData.json
and the YUIDocs formodel()
inloading.js
do not reflect the ability to add an instance count for custom instancing shaders. I noticed this whilst working on the p5.strands tutorial. I have fixed this on my local branch, by updating the two files above. This gives us a false negative when using the instance count.The text was updated successfully, but these errors were encountered: