|
@@ -252,7 +252,7 @@ export class InstancedMesh extends AbstractMesh {
|
|
public get _positions(): Nullable<Vector3[]> {
|
|
public get _positions(): Nullable<Vector3[]> {
|
|
return this._sourceMesh._positions;
|
|
return this._sourceMesh._positions;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
public get _unIndexed(): boolean {
|
|
public get _unIndexed(): boolean {
|
|
return this._sourceMesh._unIndexed;
|
|
return this._sourceMesh._unIndexed;
|
|
}
|
|
}
|