diff options
author | UbitUmarov | 2013-05-29 02:21:02 +0100 |
---|---|---|
committer | UbitUmarov | 2013-05-29 02:21:02 +0100 |
commit | 088284677019b959c2d140eedbd4e5d3baabe380 (patch) | |
tree | a5845d25c2b57d12361d3408cd03f9b2550da7fe /OpenSim/Region/Physics/Meshing | |
parent | missing files (diff) | |
download | opensim-SC-088284677019b959c2d140eedbd4e5d3baabe380.zip opensim-SC-088284677019b959c2d140eedbd4e5d3baabe380.tar.gz opensim-SC-088284677019b959c2d140eedbd4e5d3baabe380.tar.bz2 opensim-SC-088284677019b959c2d140eedbd4e5d3baabe380.tar.xz |
missing file
Diffstat (limited to 'OpenSim/Region/Physics/Meshing')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs index d181b78..a32f401 100644 --- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |||
@@ -715,6 +715,11 @@ namespace OpenSim.Region.Physics.Meshing | |||
715 | return CreateMesh(primName, primShape, size, lod, isPhysical, true); | 715 | return CreateMesh(primName, primShape, size, lod, isPhysical, true); |
716 | } | 716 | } |
717 | 717 | ||
718 | public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex, bool forOde) | ||
719 | { | ||
720 | return CreateMesh(primName, primShape, size, lod, isPhysical, true); | ||
721 | } | ||
722 | |||
718 | public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool shouldCache) | 723 | public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool shouldCache) |
719 | { | 724 | { |
720 | #if SPAM | 725 | #if SPAM |