mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Removed a statement that crashes the Meshmerizer if you don't have a specific /dev/ folder
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Region.Physics.Meshing
|
|||||||
// Setting baseDir to a path will enable the dumping of raw files
|
// Setting baseDir to a path will enable the dumping of raw files
|
||||||
// raw files can be imported by blender so a visual inspection of the results can be done
|
// raw files can be imported by blender so a visual inspection of the results can be done
|
||||||
// const string baseDir = "rawFiles";
|
// const string baseDir = "rawFiles";
|
||||||
private const string baseDir = "rawFiles";
|
private const string baseDir = null;
|
||||||
|
|
||||||
private static void IntersectionParameterPD(PhysicsVector p1, PhysicsVector r1, PhysicsVector p2,
|
private static void IntersectionParameterPD(PhysicsVector p1, PhysicsVector r1, PhysicsVector p2,
|
||||||
PhysicsVector r2, ref float lambda, ref float mu)
|
PhysicsVector r2, ref float lambda, ref float mu)
|
||||||
|
|||||||
Reference in New Issue
Block a user