* WebGPURenderer: Fix instance meshes sharing same count * cover only instances meshes
@@ -263,7 +263,7 @@ export default class RenderObject {
if ( object.count > 1 ) {
- cacheKey += object.count + ',';
+ cacheKey += object.count + ',' + object.uuid + ',';
}