diff options
author | UbitUmarov | 2012-05-27 14:01:42 +0100 |
---|---|---|
committer | UbitUmarov | 2012-05-27 14:01:42 +0100 |
commit | f740c9522aa5fd57ffd2d01fa9c2e244113ac880 (patch) | |
tree | 95e84cee217a8e2a089c267ae7ee56beea437a41 /OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |
parent | also don't collide sculps or meshs if meshing is OFF (diff) | |
download | opensim-SC_OLD-f740c9522aa5fd57ffd2d01fa9c2e244113ac880.zip opensim-SC_OLD-f740c9522aa5fd57ffd2d01fa9c2e244113ac880.tar.gz opensim-SC_OLD-f740c9522aa5fd57ffd2d01fa9c2e244113ac880.tar.bz2 opensim-SC_OLD-f740c9522aa5fd57ffd2d01fa9c2e244113ac880.tar.xz |
Let OOB information usable outside ubitode
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 496e7ac..1bfe08b 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -504,8 +504,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
504 | } | 504 | } |
505 | } | 505 | } |
506 | } | 506 | } |
507 | /* | 507 | |
508 | public override Vector3 PrimOOBsize | 508 | public override Vector3 OOBsize |
509 | { | 509 | { |
510 | get | 510 | get |
511 | { | 511 | { |
@@ -513,7 +513,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
513 | } | 513 | } |
514 | } | 514 | } |
515 | 515 | ||
516 | public override Vector3 PrimOOBoffset | 516 | public override Vector3 OOBoffset |
517 | { | 517 | { |
518 | get | 518 | get |
519 | { | 519 | { |
@@ -521,14 +521,14 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
521 | } | 521 | } |
522 | } | 522 | } |
523 | 523 | ||
524 | public override float PrimOOBRadiusSQ | 524 | public override float OOBRadiusSQ |
525 | { | 525 | { |
526 | get | 526 | get |
527 | { | 527 | { |
528 | return primOOBradiusSQ; | 528 | return primOOBradiusSQ; |
529 | } | 529 | } |
530 | } | 530 | } |
531 | */ | 531 | |
532 | public override PrimitiveBaseShape Shape | 532 | public override PrimitiveBaseShape Shape |
533 | { | 533 | { |
534 | set | 534 | set |