diff options
author | Dahlia Trimble | 2008-08-27 23:37:14 +0000 |
---|---|---|
committer | Dahlia Trimble | 2008-08-27 23:37:14 +0000 |
commit | e593a333c75baeaf5e188a3fc8a4c48641686cd6 (patch) | |
tree | 56cc6b6c6365df28281ba02691e557f015f3698e /OpenSim/Region/Physics/Manager | |
parent | Thank you, salahazar, for a patch that corrects the behavior of (diff) | |
download | opensim-SC_OLD-e593a333c75baeaf5e188a3fc8a4c48641686cd6.zip opensim-SC_OLD-e593a333c75baeaf5e188a3fc8a4c48641686cd6.tar.gz opensim-SC_OLD-e593a333c75baeaf5e188a3fc8a4c48641686cd6.tar.bz2 opensim-SC_OLD-e593a333c75baeaf5e188a3fc8a4c48641686cd6.tar.xz |
adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data after conversion to pinned lists.
Diffstat (limited to 'OpenSim/Region/Physics/Manager')
-rw-r--r-- | OpenSim/Region/Physics/Manager/IMesher.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Manager/IMesher.cs b/OpenSim/Region/Physics/Manager/IMesher.cs index 0042c40..fa13787 100644 --- a/OpenSim/Region/Physics/Manager/IMesher.cs +++ b/OpenSim/Region/Physics/Manager/IMesher.cs | |||
@@ -47,6 +47,7 @@ namespace OpenSim.Region.Physics.Manager | |||
47 | int[] getIndexListAsInt(); | 47 | int[] getIndexListAsInt(); |
48 | int[] getIndexListAsIntLocked(); | 48 | int[] getIndexListAsIntLocked(); |
49 | float[] getVertexListAsFloatLocked(); | 49 | float[] getVertexListAsFloatLocked(); |
50 | void releaseSourceMeshData(); | ||
50 | void releasePinned(); | 51 | void releasePinned(); |
51 | } | 52 | } |
52 | } | 53 | } |