diff options
author | Teravus Ovares | 2008-03-06 09:41:34 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-03-06 09:41:34 +0000 |
commit | 0cb4e401ad9bed5b82d4ca438fa89ab2443337f8 (patch) | |
tree | b7916d3c360ee5dc973865582640710b2d63b227 /OpenSim/Region/Physics/Meshing/Extruder.cs | |
parent | * Four more warnings, etc etc. (diff) | |
download | opensim-SC_OLD-0cb4e401ad9bed5b82d4ca438fa89ab2443337f8.zip opensim-SC_OLD-0cb4e401ad9bed5b82d4ca438fa89ab2443337f8.tar.gz opensim-SC_OLD-0cb4e401ad9bed5b82d4ca438fa89ab2443337f8.tar.bz2 opensim-SC_OLD-0cb4e401ad9bed5b82d4ca438fa89ab2443337f8.tar.xz |
* Killed 4 more warnings (at 16 now)
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Extruder.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Extruder.cs | 2 |
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 | ||