修复标注错误
This commit is contained in:
parent
36541f1617
commit
965ae43070
@ -153,20 +153,15 @@ export class SimpleBoard
|
|||||||
let mesh = new Mesh(ext.MeshGeometry, boardMaterial);
|
let mesh = new Mesh(ext.MeshGeometry, boardMaterial);
|
||||||
mesh.userData = ext.Normal;
|
mesh.userData = ext.Normal;
|
||||||
edges.forEach(e => e.userData = ext.Normal);
|
edges.forEach(e => e.userData = ext.Normal);
|
||||||
mesh.applyMatrix4(ext.OCSNoClone);
|
|
||||||
mesh.updateWorldMatrix(false, true);
|
|
||||||
|
|
||||||
// 自定义编号
|
// 自定义编号
|
||||||
|
|
||||||
// let o = this._CustomNumberTextEntity.GetDrawObjectFromRenderType(RenderType.Conceptual);
|
|
||||||
// if (o)
|
|
||||||
// {
|
|
||||||
// mesh.add(o);
|
|
||||||
// }
|
|
||||||
if (this._CustomNumber)
|
if (this._CustomNumber)
|
||||||
{
|
{
|
||||||
mesh.add(this.createCustomNo());
|
mesh.add(this.createCustomNo());
|
||||||
}
|
}
|
||||||
|
mesh.applyMatrix4(ext.OCSNoClone);
|
||||||
|
mesh.updateWorldMatrix(false, true);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return { mesh, edges };
|
return { mesh, edges };
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user