* Killed 4 more warnings (at 16 now)

0.6.0-stable
Teravus Ovares 2008-03-06 09:41:34 +00:00
parent 1410210b84
commit 0cb4e401ad
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,8 @@ namespace OpenSim.Region.Physics.Meshing
public Mesh Extrude(Mesh m)
{
startParameter = float.MinValue;
stopParameter = float.MaxValue;
// Currently only works for iSteps=1;
Mesh result = new Mesh();

View File

@ -124,7 +124,7 @@ namespace OpenSim.Region.Physics.OdePlugin
Quaternion rotation, IMesh mesh, PrimitiveBaseShape pbs, bool pisPhysical, CollisionLocker dode)
{
_target_velocity = new PhysicsVector(0, 0, 0);
gc = GCHandle.Alloc(prim_geom, GCHandleType.Pinned);
ode = dode;
_velocity = new PhysicsVector();