diff options
author | Jeff Ames | 2009-10-19 08:58:03 +0900 |
---|---|---|
committer | Jeff Ames | 2009-10-19 08:58:03 +0900 |
commit | 0d29614ca129a044f6fad01f5600c52a922b702c (patch) | |
tree | 2bb8093bb168a0aa9deffc33af4b66f5ce2d31bf /OpenSim/Region/Physics/Manager/IMesher.cs | |
parent | Add support for display of the script compilation errors in the script editor's (diff) | |
download | opensim-SC_OLD-0d29614ca129a044f6fad01f5600c52a922b702c.zip opensim-SC_OLD-0d29614ca129a044f6fad01f5600c52a922b702c.tar.gz opensim-SC_OLD-0d29614ca129a044f6fad01f5600c52a922b702c.tar.bz2 opensim-SC_OLD-0d29614ca129a044f6fad01f5600c52a922b702c.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Physics/Manager/IMesher.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/IMesher.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/IMesher.cs b/OpenSim/Region/Physics/Manager/IMesher.cs index ac14292..1a8c948 100644 --- a/OpenSim/Region/Physics/Manager/IMesher.cs +++ b/OpenSim/Region/Physics/Manager/IMesher.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Region.Physics.Manager | |||
48 | int[] getIndexListAsIntLocked(); | 48 | int[] getIndexListAsIntLocked(); |
49 | float[] getVertexListAsFloatLocked(); | 49 | float[] getVertexListAsFloatLocked(); |
50 | void getIndexListAsPtrToIntArray(out IntPtr indices, out int triStride, out int indexCount); | 50 | void getIndexListAsPtrToIntArray(out IntPtr indices, out int triStride, out int indexCount); |
51 | void getVertexListAsPtrToFloatArray( out IntPtr vertexList, out int vertexStride, out int vertexCount ); | 51 | void getVertexListAsPtrToFloatArray(out IntPtr vertexList, out int vertexStride, out int vertexCount); |
52 | void releaseSourceMeshData(); | 52 | void releaseSourceMeshData(); |
53 | void releasePinned(); | 53 | void releasePinned(); |
54 | void Append(IMesh newMesh); | 54 | void Append(IMesh newMesh); |