aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager/IMesher.cs
diff options
context:
space:
mode:
authorubit2012-10-13 23:37:25 +0200
committerubit2012-10-13 23:37:25 +0200
commit0886d99f1b02129cfd9a1be5b4b6cd07d8a47060 (patch)
tree9f594c4e1f237e168814dc3acc55efebd7acf9e0 /OpenSim/Region/Physics/Manager/IMesher.cs
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parent add mesh cache expire on region startup. Expires will be relative to (diff)
downloadopensim-SC_OLD-0886d99f1b02129cfd9a1be5b4b6cd07d8a47060.zip
opensim-SC_OLD-0886d99f1b02129cfd9a1be5b4b6cd07d8a47060.tar.gz
opensim-SC_OLD-0886d99f1b02129cfd9a1be5b4b6cd07d8a47060.tar.bz2
opensim-SC_OLD-0886d99f1b02129cfd9a1be5b4b6cd07d8a47060.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/Manager/IMesher.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Manager/IMesher.cs b/OpenSim/Region/Physics/Manager/IMesher.cs
index 21a5fa0..ecc2918 100644
--- a/OpenSim/Region/Physics/Manager/IMesher.cs
+++ b/OpenSim/Region/Physics/Manager/IMesher.cs
@@ -41,6 +41,7 @@ namespace OpenSim.Region.Physics.Manager
41 IMesh GetMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex); 41 IMesh GetMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex);
42 void ReleaseMesh(IMesh mesh); 42 void ReleaseMesh(IMesh mesh);
43 void ExpireReleaseMeshs(); 43 void ExpireReleaseMeshs();
44 void ExpireFileCache();
44 } 45 }
45 46
46 // Values for level of detail to be passed to the mesher. 47 // Values for level of detail to be passed to the mesher.