aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/PrimMesher.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-15 17:19:02 +0000
committerJustin Clarke Casey2008-10-15 17:19:02 +0000
commitb1248004f094eb06facb06888b8446ed91bc968e (patch)
tree46658154018c30ed6c9751c81dfe61f7850c1551 /OpenSim/Region/Physics/Meshing/PrimMesher.cs
parent* refactor: Remove OutPacket from the IClientAPI (diff)
downloadopensim-SC_OLD-b1248004f094eb06facb06888b8446ed91bc968e.zip
opensim-SC_OLD-b1248004f094eb06facb06888b8446ed91bc968e.tar.gz
opensim-SC_OLD-b1248004f094eb06facb06888b8446ed91bc968e.tar.bz2
opensim-SC_OLD-b1248004f094eb06facb06888b8446ed91bc968e.tar.xz
* minor: remove some warnings
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/PrimMesher.cs')
-rw-r--r--OpenSim/Region/Physics/Meshing/PrimMesher.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs
index d49ac44..ade4034 100644
--- a/OpenSim/Region/Physics/Meshing/PrimMesher.cs
+++ b/OpenSim/Region/Physics/Meshing/PrimMesher.cs
@@ -891,7 +891,7 @@ namespace PrimMesher
891 public bool calcVertexNormals = false; 891 public bool calcVertexNormals = false;
892 private bool normalsProcessed = false; 892 private bool normalsProcessed = false;
893 893
894 private List<Coord> edgeNormals; 894 //private List<Coord> edgeNormals;
895 895
896 public string ParamsToDisplayString() 896 public string ParamsToDisplayString()
897 { 897 {
@@ -964,8 +964,8 @@ namespace PrimMesher
964 964
965 float length = this.pathCutEnd - this.pathCutBegin; 965 float length = this.pathCutEnd - this.pathCutBegin;
966 normalsProcessed = false; 966 normalsProcessed = false;
967 if (this.calcVertexNormals) 967 //if (this.calcVertexNormals)
968 this.edgeNormals = new List<Coord>(); 968 // this.edgeNormals = new List<Coord>();
969 969
970#if VIEWER 970#if VIEWER
971 if (this.sides == 3) 971 if (this.sides == 3)