@override Map<String, dynamic> toJson() { final result = super.toJson(); result['meshPerAttribute'] = meshPerAttribute; result['isInstancedBufferAttribute'] = true; return result; }