I’ve been away from PlayCanvas for a while so I’ve been out of the loop in terms of engine updates yet my script which hardware-instances grass for terrain no longer works.
I followed the errors and made some changes, but still no luck.
I’ve been away from PlayCanvas for a while so I’ve been out of the loop in terms of engine updates yet my script which hardware-instances grass for terrain no longer works.
I followed the errors and made some changes, but still no luck.
Hi!
now instancing is passed through parameters 12, 13, 14, 15
use pc.VertexFormat.getDefaultInstancingFormat(this.app.graphicsDevice),
Hmm, noted! Thank you @Wagner and @Redb_Interactive