diff options
author | UbitUmarov | 2019-01-31 12:03:14 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-31 12:03:14 +0000 |
commit | 44e6f45ed6c28c2d5a2cb29db55d2a1565f1d50f (patch) | |
tree | 8a8031d2459780523fc78a43d16adb9013a477e5 /OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs | |
parent | cosmetics (diff) | |
download | opensim-SC-44e6f45ed6c28c2d5a2cb29db55d2a1565f1d50f.zip opensim-SC-44e6f45ed6c28c2d5a2cb29db55d2a1565f1d50f.tar.gz opensim-SC-44e6f45ed6c28c2d5a2cb29db55d2a1565f1d50f.tar.bz2 opensim-SC-44e6f45ed6c28c2d5a2cb29db55d2a1565f1d50f.tar.xz |
cosmetics
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs index 1b2f41a..6950f2d 100644 --- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs +++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs | |||
@@ -945,7 +945,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
945 | #endif | 945 | #endif |
946 | try | 946 | try |
947 | { | 947 | { |
948 | primMesh.ExtrudeLinear(); | 948 | primMesh.Extrude(PathType.Linear); ; |
949 | } | 949 | } |
950 | catch (Exception ex) | 950 | catch (Exception ex) |
951 | { | 951 | { |
@@ -978,7 +978,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
978 | #endif | 978 | #endif |
979 | try | 979 | try |
980 | { | 980 | { |
981 | primMesh.ExtrudeCircular(); | 981 | primMesh.Extrude(PathType.Circular); |
982 | } | 982 | } |
983 | catch (Exception ex) | 983 | catch (Exception ex) |
984 | { | 984 | { |