View of /branches/os-0.6.9-post-fixes/ModularRex/RexParts/IRexPhysicsScene.cs
Parent Directory
|
Revision Log
Revision 341 -
(download)
(annotate)
Wed Mar 3 10:26:55 2010 UTC (3 years, 3 months ago) by mikkopa
File size: 300 byte(s)
Wed Mar 3 10:26:55 2010 UTC (3 years, 3 months ago) by mikkopa
File size: 300 byte(s)
Branched ModreX trunk to branch os-0.6.9-postfixes. This branch works with OpenSim branch 0.6.9-post-fixes and is to be considered as stable.
using System;
using OpenSim.Region.Physics.Manager;
using OpenMetaverse;
namespace ModularRex.RexParts
{
public interface IRexPhysicsScene
{
uint Raycast(Vector3 pos, Vector3 dir, float raylength, uint ignoreId);
void SetMaxFlightHeight(float maxheight);
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

