mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Remove tabs, indent code properly
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
committed by
UbitUmarov
parent
e1ce7408da
commit
13dbbc2683
@@ -736,8 +736,8 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
|
||||
planeside |= vertflag[edge0.v].planetest;
|
||||
//if((vertflag[edge0.v].planetest & vertflag[edge1.v].planetest) == COPLANAR) {
|
||||
// assert(ecop==-1);
|
||||
// ecop=e;
|
||||
// assert(ecop==-1);
|
||||
// ecop=e;
|
||||
//}
|
||||
|
||||
if (vertflag[edge0.v].planetest == (2) && vertflag[edge1.v].planetest == (2))
|
||||
@@ -1398,8 +1398,8 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet
|
||||
bmin = float3.VectorMin(bmin, verts[i]);
|
||||
bmax = float3.VectorMax(bmax, verts[i]);
|
||||
}
|
||||
// float diameter = magnitude(bmax-bmin);
|
||||
// inflate *=diameter; // RELATIVE INFLATION
|
||||
// float diameter = magnitude(bmax-bmin);
|
||||
// inflate *=diameter; // RELATIVE INFLATION
|
||||
bmin -= new float3(inflate, inflate, inflate);
|
||||
bmax += new float3(inflate, inflate, inflate);
|
||||
for (i = 0; i < planes.Count; i++)
|
||||
|
||||
Reference in New Issue
Block a user