mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
missing file
This commit is contained in:
@@ -715,6 +715,11 @@ namespace OpenSim.Region.Physics.Meshing
|
||||
return CreateMesh(primName, primShape, size, lod, isPhysical, true);
|
||||
}
|
||||
|
||||
public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex, bool forOde)
|
||||
{
|
||||
return CreateMesh(primName, primShape, size, lod, isPhysical, true);
|
||||
}
|
||||
|
||||
public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool shouldCache)
|
||||
{
|
||||
#if SPAM
|
||||
|
||||
Reference in New Issue
Block a user