aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Extruder.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Extruder.cs')
-rw-r--r--OpenSim/Region/Physics/Meshing/Extruder.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Extruder.cs b/OpenSim/Region/Physics/Meshing/Extruder.cs
index 086261b..a2c275c 100644
--- a/OpenSim/Region/Physics/Meshing/Extruder.cs
+++ b/OpenSim/Region/Physics/Meshing/Extruder.cs
@@ -45,6 +45,8 @@ namespace OpenSim.Region.Physics.Meshing
45 45
46 public Mesh Extrude(Mesh m) 46 public Mesh Extrude(Mesh m)
47 { 47 {
48 startParameter = float.MinValue;
49 stopParameter = float.MaxValue;
48 // Currently only works for iSteps=1; 50 // Currently only works for iSteps=1;
49 Mesh result = new Mesh(); 51 Mesh result = new Mesh();
50 52