Annotation of /trunk/ModularRex/RexParts/IRexPhysicsScene.cs
Parent Directory
|
Revision Log
Revision 65 - (view) (download)
| 1 : | tuco | 65 | using System; |
| 2 : | using OpenSim.Region.Physics.Manager; | ||
| 3 : | |||
| 4 : | namespace ModularRex.RexParts | ||
| 5 : | { | ||
| 6 : | public interface IRexPhysicsScene | ||
| 7 : | { | ||
| 8 : | uint Raycast(PhysicsVector pos, PhysicsVector dir, float raylength, uint ignoreId); | ||
| 9 : | void SetMaxFlightHeight(float maxheight); | ||
| 10 : | } | ||
| 11 : | } |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

