* Killed 4 more warnings (at 16 now)
parent
1410210b84
commit
0cb4e401ad
|
@ -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();
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue