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

