|
@@ -706,7 +706,7 @@ export class Geometry implements IGetSetVerticesData {
|
|
this._extend = {
|
|
this._extend = {
|
|
minimum: this._boundingInfo.minimum.clone(),
|
|
minimum: this._boundingInfo.minimum.clone(),
|
|
maximum: this._boundingInfo.maximum.clone()
|
|
maximum: this._boundingInfo.maximum.clone()
|
|
- }
|
|
|
|
|
|
+ };
|
|
} else {
|
|
} else {
|
|
if (!data) {
|
|
if (!data) {
|
|
data = this.getVerticesData(VertexBuffer.PositionKind)!;
|
|
data = this.getVerticesData(VertexBuffer.PositionKind)!;
|