View of /trunk/ModularRex/RexParts/IRexPhysicsActor.cs
Parent Directory
|
Revision Log
Revision 65 -
(download)
(annotate)
Wed Feb 11 08:15:15 2009 UTC (4 years, 3 months ago) by tuco
File size: 333 byte(s)
Wed Feb 11 08:15:15 2009 UTC (4 years, 3 months ago) by tuco
File size: 333 byte(s)
- own interface classes for adding collisionmeshes and other physics stuff - removed references to ode - cleaned up prebuild, added coremodule
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Region.Physics.Manager;
namespace ModularRex.RexParts
{
public interface IRexPhysicsActor
{
void SetCollisionMesh(byte[] meshdata, string meshname, bool scalemesh);
void SetBoundsScaling(bool vbScaleMesh);
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

