Diff of /trunk/ModularRex/RexParts/Rex_BuiltIn_Commands.cs
Parent Directory
|
Revision Log
|
Patch
| 416 |
tempignoreid = System.Convert.ToUInt32(vIgnoreId, 10); |
tempignoreid = System.Convert.ToUInt32(vIgnoreId, 10); |
| 417 |
|
|
| 418 |
if(World.PhysicsScene is IRexPhysicsScene) |
if(World.PhysicsScene is IRexPhysicsScene) |
| 419 |
collid = ((IRexPhysicsScene)World.PhysicsScene).Raycast(new PhysicsVector((float)vPos.x, (float)vPos.y, (float)vPos.z), new PhysicsVector((float)vDir.x, (float)vDir.y, (float)vDir.z), vLength, tempignoreid); |
collid = ((IRexPhysicsScene)World.PhysicsScene).Raycast(new Vector3((float)vPos.x, (float)vPos.y, (float)vPos.z), new Vector3((float)vDir.x, (float)vDir.y, (float)vDir.z), vLength, tempignoreid); |
| 420 |
|
|
| 421 |
return collid.ToString(); |
return collid.ToString(); |
| 422 |
} |
} |
|
|
Legend:
| Removed from v.242 |
|
| changed lines |
| |
Added in v.243 |
|
|
