View of /trunk/ModularRex/RexParts/IRexPhysicsScene.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: 290 byte(s)
Wed Feb 11 08:15:15 2009 UTC (4 years, 3 months ago) by tuco
File size: 290 byte(s)
- own interface classes for adding collisionmeshes and other physics stuff - removed references to ode - cleaned up prebuild, added coremodule
using System;
using OpenSim.Region.Physics.Manager;
namespace ModularRex.RexParts
{
public interface IRexPhysicsScene
{
uint Raycast(PhysicsVector pos, PhysicsVector dir, float raylength, uint ignoreId);
void SetMaxFlightHeight(float maxheight);
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

