mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
fix cilinder and cone physics mesh
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user