mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Meshmerizer: remember to add the copied hull verts to the list of hulls.
This commit is contained in:
@@ -893,6 +893,7 @@ namespace OpenSim.Region.Physics.Meshing
|
||||
List<Vector3> verts = new List<Vector3>();
|
||||
foreach (var vert in hull)
|
||||
verts.Add(vert * size);
|
||||
hulls.Add(verts);
|
||||
}
|
||||
|
||||
return hulls;
|
||||
|
||||
Reference in New Issue
Block a user