mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Killed 4 more warnings (at 16 now)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user