Make first stage of dispiro expansion cachable
This commit is contained in:
parent
e7627df03c
commit
70f41352c1
9 changed files with 102 additions and 115 deletions
|
@ -153,6 +153,7 @@ class DiSpiroGeometry extends GeometryBase {
|
|||
this.m_closed,
|
||||
this.m_biKnots.map(k => k.clone())
|
||||
);
|
||||
expander.initializeNormals();
|
||||
expander.iterateNormals();
|
||||
expander.iterateNormals();
|
||||
this.m_cachedExpansionResults = expander.expand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue