View of /branches/os-0.6.9-post-fixes/ModularRex/RexParts/IRexPhysicsScene.cs
Parent Directory
|
Revision Log
Revision 65 -
(download)
(annotate)
Wed Feb 11 08:15:15 2009 UTC (4 years, 4 months ago) by tuco
Original Path: trunk/ModularRex/RexParts/IRexPhysicsScene.cs
File size: 290 byte(s)
Wed Feb 11 08:15:15 2009 UTC (4 years, 4 months ago) by tuco
Original Path: trunk/ModularRex/RexParts/IRexPhysicsScene.cs
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 |

