aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Mesh.cs
diff options
context:
space:
mode:
authorRobert Adams2013-05-09 22:14:32 -0700
committerRobert Adams2013-05-09 22:14:32 -0700
commite8c01eff40bd3c72700014b696691360f8d67a64 (patch)
tree4f361ce39312d38738edc13107639ae46b81cc2d /OpenSim/Region/Physics/Meshing/Mesh.cs
parentvh: Remove BulletXNA from sources. (diff)
downloadopensim-SC_OLD-e8c01eff40bd3c72700014b696691360f8d67a64.zip
opensim-SC_OLD-e8c01eff40bd3c72700014b696691360f8d67a64.tar.gz
opensim-SC_OLD-e8c01eff40bd3c72700014b696691360f8d67a64.tar.bz2
opensim-SC_OLD-e8c01eff40bd3c72700014b696691360f8d67a64.tar.xz
vh: make a vertex fetching method in Mesher public for BulletSim reference.
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Mesh.cs')
-rw-r--r--OpenSim/Region/Physics/Meshing/Mesh.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Mesh.cs b/OpenSim/Region/Physics/Meshing/Mesh.cs
index f781ff9..bd8e306 100644
--- a/OpenSim/Region/Physics/Meshing/Mesh.cs
+++ b/OpenSim/Region/Physics/Meshing/Mesh.cs
@@ -152,7 +152,7 @@ namespace OpenSim.Region.Physics.Meshing
152 return result; 152 return result;
153 } 153 }
154 154
155 private float[] getVertexListAsFloat() 155 public float[] getVertexListAsFloat()
156 { 156 {
157 if (m_vertices == null) 157 if (m_vertices == null)
158 throw new NotSupportedException(); 158 throw new NotSupportedException();