fix cilinder and cone physics mesh

This commit is contained in:
UbitUmarov
2015-12-26 01:49:30 +00:00
parent 073877dcae
commit f92deb65f8

View File

@@ -1450,6 +1450,8 @@ namespace PrimMesher
int endVert = this.coords.Count;
if (!this.hasProfileCut)
{
if(numVerts > 5 && !hasHollow)
startVert++;
int i = startVert;
for (int l = 0; l < profile.numOuterVerts - 1; l++)
{