diff options
author | UbitUmarov | 2017-01-05 19:32:57 +0000 |
---|---|---|
committer | UbitUmarov | 2017-01-05 19:32:57 +0000 |
commit | 254b26a7d51143d4e08229fa0b0fceabd76a41d0 (patch) | |
tree | 8ed65006e5dc04e69ceba67e31075a9e505e64f6 /OpenSim/Region/PhysicsModules | |
parent | Merge branch 'master' into httptests (diff) | |
parent | Massive tab and trailing space cleanup (diff) | |
download | opensim-SC-254b26a7d51143d4e08229fa0b0fceabd76a41d0.zip opensim-SC-254b26a7d51143d4e08229fa0b0fceabd76a41d0.tar.gz opensim-SC-254b26a7d51143d4e08229fa0b0fceabd76a41d0.tar.bz2 opensim-SC-254b26a7d51143d4e08229fa0b0fceabd76a41d0.tar.xz |
fix merge
Diffstat (limited to 'OpenSim/Region/PhysicsModules')
70 files changed, 3353 insertions, 3353 deletions
diff --git a/OpenSim/Region/PhysicsModules/BasicPhysics/BasicPhysicsActor.cs b/OpenSim/Region/PhysicsModules/BasicPhysics/BasicPhysicsActor.cs index 3944047..67d9207 100644 --- a/OpenSim/Region/PhysicsModules/BasicPhysics/BasicPhysicsActor.cs +++ b/OpenSim/Region/PhysicsModules/BasicPhysics/BasicPhysicsActor.cs | |||
@@ -268,23 +268,23 @@ namespace OpenSim.Region.PhysicsModule.BasicPhysics | |||
268 | set { return; } | 268 | set { return; } |
269 | } | 269 | } |
270 | 270 | ||
271 | public override Quaternion APIDTarget | 271 | public override Quaternion APIDTarget |
272 | { | 272 | { |
273 | set { return; } | 273 | set { return; } |
274 | } | 274 | } |
275 | 275 | ||
276 | public override bool APIDActive | 276 | public override bool APIDActive |
277 | { | 277 | { |
278 | set { return; } | 278 | set { return; } |
279 | } | 279 | } |
280 | 280 | ||
281 | public override float APIDStrength | 281 | public override float APIDStrength |
282 | { | 282 | { |
283 | set { return; } | 283 | set { return; } |
284 | } | 284 | } |
285 | 285 | ||
286 | public override float APIDDamping | 286 | public override float APIDDamping |
287 | { | 287 | { |
288 | set { return; } | 288 | set { return; } |
289 | } | 289 | } |
290 | 290 | ||
diff --git a/OpenSim/Region/PhysicsModules/BasicPhysics/BasicPhysicsPrim.cs b/OpenSim/Region/PhysicsModules/BasicPhysics/BasicPhysicsPrim.cs index d2cd028..58c2581 100644 --- a/OpenSim/Region/PhysicsModules/BasicPhysics/BasicPhysicsPrim.cs +++ b/OpenSim/Region/PhysicsModules/BasicPhysics/BasicPhysicsPrim.cs | |||
@@ -281,23 +281,23 @@ namespace OpenSim.Region.PhysicsModule.BasicPhysics | |||
281 | set { return; } | 281 | set { return; } |
282 | } | 282 | } |
283 | 283 | ||
284 | public override Quaternion APIDTarget | 284 | public override Quaternion APIDTarget |
285 | { | 285 | { |
286 | set { return; } | 286 | set { return; } |
287 | } | 287 | } |
288 | 288 | ||
289 | public override bool APIDActive | 289 | public override bool APIDActive |
290 | { | 290 | { |
291 | set { return; } | 291 | set { return; } |
292 | } | 292 | } |
293 | 293 | ||
294 | public override float APIDStrength | 294 | public override float APIDStrength |
295 | { | 295 | { |
296 | set { return; } | 296 | set { return; } |
297 | } | 297 | } |
298 | 298 | ||
299 | public override float APIDDamping | 299 | public override float APIDDamping |
300 | { | 300 | { |
301 | set { return; } | 301 | set { return; } |
302 | } | 302 | } |
303 | 303 | ||
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSAPIUnman.cs b/OpenSim/Region/PhysicsModules/BulletS/BSAPIUnman.cs index c4a923c..42db7fe 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BSAPIUnman.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSAPIUnman.cs | |||
@@ -155,8 +155,8 @@ public BSAPIUnman(string paramName, BSScene physScene) | |||
155 | 155 | ||
156 | // Initialization and simulation | 156 | // Initialization and simulation |
157 | public override BulletWorld Initialize(Vector3 maxPosition, ConfigurationParameters parms, | 157 | public override BulletWorld Initialize(Vector3 maxPosition, ConfigurationParameters parms, |
158 | int maxCollisions, ref CollisionDesc[] collisionArray, | 158 | int maxCollisions, ref CollisionDesc[] collisionArray, |
159 | int maxUpdates, ref EntityProperties[] updateArray | 159 | int maxUpdates, ref EntityProperties[] updateArray |
160 | ) | 160 | ) |
161 | { | 161 | { |
162 | // Pin down the memory that will be used to pass object collisions and updates back from unmanaged code | 162 | // Pin down the memory that will be used to pass object collisions and updates back from unmanaged code |
@@ -1472,8 +1472,8 @@ public delegate void DebugLogCallback([MarshalAs(UnmanagedType.LPStr)]string msg | |||
1472 | // Initialization and simulation | 1472 | // Initialization and simulation |
1473 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] | 1473 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] |
1474 | public static extern IntPtr Initialize2(Vector3 maxPosition, IntPtr parms, | 1474 | public static extern IntPtr Initialize2(Vector3 maxPosition, IntPtr parms, |
1475 | int maxCollisions, IntPtr collisionArray, | 1475 | int maxCollisions, IntPtr collisionArray, |
1476 | int maxUpdates, IntPtr updateArray, | 1476 | int maxUpdates, IntPtr updateArray, |
1477 | DebugLogCallback logRoutine); | 1477 | DebugLogCallback logRoutine); |
1478 | 1478 | ||
1479 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] | 1479 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSAPIXNA.cs b/OpenSim/Region/PhysicsModules/BulletS/BSAPIXNA.cs index 887311d..37017b0 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BSAPIXNA.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSAPIXNA.cs | |||
@@ -815,161 +815,161 @@ private sealed class BulletConstraintXNA : BulletConstraint | |||
815 | public override bool SliderSetLimits(BulletConstraint pConstraint, int lowerUpper, int linAng, float val) | 815 | public override bool SliderSetLimits(BulletConstraint pConstraint, int lowerUpper, int linAng, float val) |
816 | { | 816 | { |
817 | SliderConstraint constraint = (pConstraint as BulletConstraintXNA).constrain as SliderConstraint; | 817 | SliderConstraint constraint = (pConstraint as BulletConstraintXNA).constrain as SliderConstraint; |
818 | switch (lowerUpper) | 818 | switch (lowerUpper) |
819 | { | 819 | { |
820 | case SLIDER_LOWER_LIMIT: | 820 | case SLIDER_LOWER_LIMIT: |
821 | switch (linAng) | 821 | switch (linAng) |
822 | { | 822 | { |
823 | case SLIDER_LINEAR: | 823 | case SLIDER_LINEAR: |
824 | constraint.SetLowerLinLimit(val); | 824 | constraint.SetLowerLinLimit(val); |
825 | break; | 825 | break; |
826 | case SLIDER_ANGULAR: | 826 | case SLIDER_ANGULAR: |
827 | constraint.SetLowerAngLimit(val); | 827 | constraint.SetLowerAngLimit(val); |
828 | break; | 828 | break; |
829 | } | 829 | } |
830 | break; | 830 | break; |
831 | case SLIDER_UPPER_LIMIT: | 831 | case SLIDER_UPPER_LIMIT: |
832 | switch (linAng) | 832 | switch (linAng) |
833 | { | 833 | { |
834 | case SLIDER_LINEAR: | 834 | case SLIDER_LINEAR: |
835 | constraint.SetUpperLinLimit(val); | 835 | constraint.SetUpperLinLimit(val); |
836 | break; | 836 | break; |
837 | case SLIDER_ANGULAR: | 837 | case SLIDER_ANGULAR: |
838 | constraint.SetUpperAngLimit(val); | 838 | constraint.SetUpperAngLimit(val); |
839 | break; | 839 | break; |
840 | } | 840 | } |
841 | break; | 841 | break; |
842 | } | 842 | } |
843 | return true; | 843 | return true; |
844 | } | 844 | } |
845 | public override bool SliderSet(BulletConstraint pConstraint, int softRestDamp, int dirLimOrtho, int linAng, float val) | 845 | public override bool SliderSet(BulletConstraint pConstraint, int softRestDamp, int dirLimOrtho, int linAng, float val) |
846 | { | 846 | { |
847 | SliderConstraint constraint = (pConstraint as BulletConstraintXNA).constrain as SliderConstraint; | 847 | SliderConstraint constraint = (pConstraint as BulletConstraintXNA).constrain as SliderConstraint; |
848 | switch (softRestDamp) | 848 | switch (softRestDamp) |
849 | { | 849 | { |
850 | case SLIDER_SET_SOFTNESS: | 850 | case SLIDER_SET_SOFTNESS: |
851 | switch (dirLimOrtho) | 851 | switch (dirLimOrtho) |
852 | { | 852 | { |
853 | case SLIDER_SET_DIRECTION: | 853 | case SLIDER_SET_DIRECTION: |
854 | switch (linAng) | 854 | switch (linAng) |
855 | { | 855 | { |
856 | case SLIDER_LINEAR: constraint.SetSoftnessDirLin(val); break; | 856 | case SLIDER_LINEAR: constraint.SetSoftnessDirLin(val); break; |
857 | case SLIDER_ANGULAR: constraint.SetSoftnessDirAng(val); break; | 857 | case SLIDER_ANGULAR: constraint.SetSoftnessDirAng(val); break; |
858 | } | 858 | } |
859 | break; | 859 | break; |
860 | case SLIDER_SET_LIMIT: | 860 | case SLIDER_SET_LIMIT: |
861 | switch (linAng) | 861 | switch (linAng) |
862 | { | 862 | { |
863 | case SLIDER_LINEAR: constraint.SetSoftnessLimLin(val); break; | 863 | case SLIDER_LINEAR: constraint.SetSoftnessLimLin(val); break; |
864 | case SLIDER_ANGULAR: constraint.SetSoftnessLimAng(val); break; | 864 | case SLIDER_ANGULAR: constraint.SetSoftnessLimAng(val); break; |
865 | } | 865 | } |
866 | break; | 866 | break; |
867 | case SLIDER_SET_ORTHO: | 867 | case SLIDER_SET_ORTHO: |
868 | switch (linAng) | 868 | switch (linAng) |
869 | { | 869 | { |
870 | case SLIDER_LINEAR: constraint.SetSoftnessOrthoLin(val); break; | 870 | case SLIDER_LINEAR: constraint.SetSoftnessOrthoLin(val); break; |
871 | case SLIDER_ANGULAR: constraint.SetSoftnessOrthoAng(val); break; | 871 | case SLIDER_ANGULAR: constraint.SetSoftnessOrthoAng(val); break; |
872 | } | 872 | } |
873 | break; | 873 | break; |
874 | } | 874 | } |
875 | break; | 875 | break; |
876 | case SLIDER_SET_RESTITUTION: | 876 | case SLIDER_SET_RESTITUTION: |
877 | switch (dirLimOrtho) | 877 | switch (dirLimOrtho) |
878 | { | 878 | { |
879 | case SLIDER_SET_DIRECTION: | 879 | case SLIDER_SET_DIRECTION: |
880 | switch (linAng) | 880 | switch (linAng) |
881 | { | 881 | { |
882 | case SLIDER_LINEAR: constraint.SetRestitutionDirLin(val); break; | 882 | case SLIDER_LINEAR: constraint.SetRestitutionDirLin(val); break; |
883 | case SLIDER_ANGULAR: constraint.SetRestitutionDirAng(val); break; | 883 | case SLIDER_ANGULAR: constraint.SetRestitutionDirAng(val); break; |
884 | } | 884 | } |
885 | break; | 885 | break; |
886 | case SLIDER_SET_LIMIT: | 886 | case SLIDER_SET_LIMIT: |
887 | switch (linAng) | 887 | switch (linAng) |
888 | { | 888 | { |
889 | case SLIDER_LINEAR: constraint.SetRestitutionLimLin(val); break; | 889 | case SLIDER_LINEAR: constraint.SetRestitutionLimLin(val); break; |
890 | case SLIDER_ANGULAR: constraint.SetRestitutionLimAng(val); break; | 890 | case SLIDER_ANGULAR: constraint.SetRestitutionLimAng(val); break; |
891 | } | 891 | } |
892 | break; | 892 | break; |
893 | case SLIDER_SET_ORTHO: | 893 | case SLIDER_SET_ORTHO: |
894 | switch (linAng) | 894 | switch (linAng) |
895 | { | 895 | { |
896 | case SLIDER_LINEAR: constraint.SetRestitutionOrthoLin(val); break; | 896 | case SLIDER_LINEAR: constraint.SetRestitutionOrthoLin(val); break; |
897 | case SLIDER_ANGULAR: constraint.SetRestitutionOrthoAng(val); break; | 897 | case SLIDER_ANGULAR: constraint.SetRestitutionOrthoAng(val); break; |
898 | } | 898 | } |
899 | break; | 899 | break; |
900 | } | 900 | } |
901 | break; | 901 | break; |
902 | case SLIDER_SET_DAMPING: | 902 | case SLIDER_SET_DAMPING: |
903 | switch (dirLimOrtho) | 903 | switch (dirLimOrtho) |
904 | { | 904 | { |
905 | case SLIDER_SET_DIRECTION: | 905 | case SLIDER_SET_DIRECTION: |
906 | switch (linAng) | 906 | switch (linAng) |
907 | { | 907 | { |
908 | case SLIDER_LINEAR: constraint.SetDampingDirLin(val); break; | 908 | case SLIDER_LINEAR: constraint.SetDampingDirLin(val); break; |
909 | case SLIDER_ANGULAR: constraint.SetDampingDirAng(val); break; | 909 | case SLIDER_ANGULAR: constraint.SetDampingDirAng(val); break; |
910 | } | 910 | } |
911 | break; | 911 | break; |
912 | case SLIDER_SET_LIMIT: | 912 | case SLIDER_SET_LIMIT: |
913 | switch (linAng) | 913 | switch (linAng) |
914 | { | 914 | { |
915 | case SLIDER_LINEAR: constraint.SetDampingLimLin(val); break; | 915 | case SLIDER_LINEAR: constraint.SetDampingLimLin(val); break; |
916 | case SLIDER_ANGULAR: constraint.SetDampingLimAng(val); break; | 916 | case SLIDER_ANGULAR: constraint.SetDampingLimAng(val); break; |
917 | } | 917 | } |
918 | break; | 918 | break; |
919 | case SLIDER_SET_ORTHO: | 919 | case SLIDER_SET_ORTHO: |
920 | switch (linAng) | 920 | switch (linAng) |
921 | { | 921 | { |
922 | case SLIDER_LINEAR: constraint.SetDampingOrthoLin(val); break; | 922 | case SLIDER_LINEAR: constraint.SetDampingOrthoLin(val); break; |
923 | case SLIDER_ANGULAR: constraint.SetDampingOrthoAng(val); break; | 923 | case SLIDER_ANGULAR: constraint.SetDampingOrthoAng(val); break; |
924 | } | 924 | } |
925 | break; | 925 | break; |
926 | } | 926 | } |
927 | break; | 927 | break; |
928 | } | 928 | } |
929 | return true; | 929 | return true; |
930 | } | 930 | } |
931 | public override bool SliderMotorEnable(BulletConstraint pConstraint, int linAng, float numericTrueFalse) | 931 | public override bool SliderMotorEnable(BulletConstraint pConstraint, int linAng, float numericTrueFalse) |
932 | { | 932 | { |
933 | SliderConstraint constraint = (pConstraint as BulletConstraintXNA).constrain as SliderConstraint; | 933 | SliderConstraint constraint = (pConstraint as BulletConstraintXNA).constrain as SliderConstraint; |
934 | switch (linAng) | 934 | switch (linAng) |
935 | { | 935 | { |
936 | case SLIDER_LINEAR: | 936 | case SLIDER_LINEAR: |
937 | constraint.SetPoweredLinMotor(numericTrueFalse == 0.0 ? false : true); | 937 | constraint.SetPoweredLinMotor(numericTrueFalse == 0.0 ? false : true); |
938 | break; | 938 | break; |
939 | case SLIDER_ANGULAR: | 939 | case SLIDER_ANGULAR: |
940 | constraint.SetPoweredAngMotor(numericTrueFalse == 0.0 ? false : true); | 940 | constraint.SetPoweredAngMotor(numericTrueFalse == 0.0 ? false : true); |
941 | break; | 941 | break; |
942 | } | 942 | } |
943 | return true; | 943 | return true; |
944 | } | 944 | } |
945 | public override bool SliderMotor(BulletConstraint pConstraint, int forceVel, int linAng, float val) | 945 | public override bool SliderMotor(BulletConstraint pConstraint, int forceVel, int linAng, float val) |
946 | { | 946 | { |
947 | SliderConstraint constraint = (pConstraint as BulletConstraintXNA).constrain as SliderConstraint; | 947 | SliderConstraint constraint = (pConstraint as BulletConstraintXNA).constrain as SliderConstraint; |
948 | switch (forceVel) | 948 | switch (forceVel) |
949 | { | 949 | { |
950 | case SLIDER_MOTOR_VELOCITY: | 950 | case SLIDER_MOTOR_VELOCITY: |
951 | switch (linAng) | 951 | switch (linAng) |
952 | { | 952 | { |
953 | case SLIDER_LINEAR: | 953 | case SLIDER_LINEAR: |
954 | constraint.SetTargetLinMotorVelocity(val); | 954 | constraint.SetTargetLinMotorVelocity(val); |
955 | break; | 955 | break; |
956 | case SLIDER_ANGULAR: | 956 | case SLIDER_ANGULAR: |
957 | constraint.SetTargetAngMotorVelocity(val); | 957 | constraint.SetTargetAngMotorVelocity(val); |
958 | break; | 958 | break; |
959 | } | 959 | } |
960 | break; | 960 | break; |
961 | case SLIDER_MAX_MOTOR_FORCE: | 961 | case SLIDER_MAX_MOTOR_FORCE: |
962 | switch (linAng) | 962 | switch (linAng) |
963 | { | 963 | { |
964 | case SLIDER_LINEAR: | 964 | case SLIDER_LINEAR: |
965 | constraint.SetMaxLinMotorForce(val); | 965 | constraint.SetMaxLinMotorForce(val); |
966 | break; | 966 | break; |
967 | case SLIDER_ANGULAR: | 967 | case SLIDER_ANGULAR: |
968 | constraint.SetMaxAngMotorForce(val); | 968 | constraint.SetMaxAngMotorForce(val); |
969 | break; | 969 | break; |
970 | } | 970 | } |
971 | break; | 971 | break; |
972 | } | 972 | } |
973 | return true; | 973 | return true; |
974 | } | 974 | } |
975 | 975 | ||
@@ -1197,20 +1197,20 @@ private sealed class BulletConstraintXNA : BulletConstraint | |||
1197 | }; | 1197 | }; |
1198 | /* | 1198 | /* |
1199 | m_mass = mass; | 1199 | m_mass = mass; |
1200 | m_motionState =motionState; | 1200 | m_motionState =motionState; |
1201 | m_collisionShape = collisionShape; | 1201 | m_collisionShape = collisionShape; |
1202 | m_localInertia = localInertia; | 1202 | m_localInertia = localInertia; |
1203 | m_linearDamping = 0f; | 1203 | m_linearDamping = 0f; |
1204 | m_angularDamping = 0f; | 1204 | m_angularDamping = 0f; |
1205 | m_friction = 0.5f; | 1205 | m_friction = 0.5f; |
1206 | m_restitution = 0f; | 1206 | m_restitution = 0f; |
1207 | m_linearSleepingThreshold = 0.8f; | 1207 | m_linearSleepingThreshold = 0.8f; |
1208 | m_angularSleepingThreshold = 1f; | 1208 | m_angularSleepingThreshold = 1f; |
1209 | m_additionalDamping = false; | 1209 | m_additionalDamping = false; |
1210 | m_additionalDampingFactor = 0.005f; | 1210 | m_additionalDampingFactor = 0.005f; |
1211 | m_additionalLinearDampingThresholdSqr = 0.01f; | 1211 | m_additionalLinearDampingThresholdSqr = 0.01f; |
1212 | m_additionalAngularDampingThresholdSqr = 0.01f; | 1212 | m_additionalAngularDampingThresholdSqr = 0.01f; |
1213 | m_additionalAngularDampingFactor = 0.01f; | 1213 | m_additionalAngularDampingFactor = 0.01f; |
1214 | m_startWorldTransform = IndexedMatrix.Identity; | 1214 | m_startWorldTransform = IndexedMatrix.Identity; |
1215 | */ | 1215 | */ |
1216 | body.SetUserPointer(pLocalID); | 1216 | body.SetUserPointer(pLocalID); |
@@ -2172,7 +2172,7 @@ private sealed class BulletConstraintXNA : BulletConstraint | |||
2172 | } | 2172 | } |
2173 | 2173 | ||
2174 | public override BulletShape CreateTerrainShape(uint id, Vector3 size, float minHeight, float maxHeight, float[] heightMap, | 2174 | public override BulletShape CreateTerrainShape(uint id, Vector3 size, float minHeight, float maxHeight, float[] heightMap, |
2175 | float scaleFactor, float collisionMargin) | 2175 | float scaleFactor, float collisionMargin) |
2176 | { | 2176 | { |
2177 | const int upAxis = 2; | 2177 | const int upAxis = 2; |
2178 | HeightfieldTerrainShape terrainShape = new HeightfieldTerrainShape((int)size.X, (int)size.Y, | 2178 | HeightfieldTerrainShape terrainShape = new HeightfieldTerrainShape((int)size.X, (int)size.Y, |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSActorMoveToTarget.cs b/OpenSim/Region/PhysicsModules/BulletS/BSActorMoveToTarget.cs index 87cf972..f2019ae 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BSActorMoveToTarget.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSActorMoveToTarget.cs | |||
@@ -205,7 +205,7 @@ public class BSActorMoveToTarget : BSActor | |||
205 | addedForce = correctionVector / timeStep; | 205 | addedForce = correctionVector / timeStep; |
206 | // Remove the existing velocity (only the moveToTarget force counts) | 206 | // Remove the existing velocity (only the moveToTarget force counts) |
207 | addedForce -= m_controllingPrim.RawVelocity; | 207 | addedForce -= m_controllingPrim.RawVelocity; |
208 | // Overcome gravity. | 208 | // Overcome gravity. |
209 | addedForce -= m_controllingPrim.Gravity; | 209 | addedForce -= m_controllingPrim.Gravity; |
210 | 210 | ||
211 | // Add enough force to overcome the mass of the object | 211 | // Add enough force to overcome the mass of the object |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSApiTemplate.cs b/OpenSim/Region/PhysicsModules/BulletS/BSApiTemplate.cs index 7756b10..816189f 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/BSApiTemplate.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSApiTemplate.cs | |||
@@ -36,16 +36,16 @@ namespace OpenSim.Region.PhysicsModule.BulletS { | |||
36 | // Constraint type values as defined by Bullet | 36 | // Constraint type values as defined by Bullet |
37 | public enum ConstraintType : int | 37 | public enum ConstraintType : int |
38 | { | 38 | { |
39 | POINT2POINT_CONSTRAINT_TYPE = 3, | 39 | POINT2POINT_CONSTRAINT_TYPE = 3, |
40 | HINGE_CONSTRAINT_TYPE, | 40 | HINGE_CONSTRAINT_TYPE, |
41 | CONETWIST_CONSTRAINT_TYPE, | 41 | CONETWIST_CONSTRAINT_TYPE, |
42 | D6_CONSTRAINT_TYPE, | 42 | D6_CONSTRAINT_TYPE, |
43 | SLIDER_CONSTRAINT_TYPE, | 43 | SLIDER_CONSTRAINT_TYPE, |
44 | CONTACT_CONSTRAINT_TYPE, | 44 | CONTACT_CONSTRAINT_TYPE, |
45 | D6_SPRING_CONSTRAINT_TYPE, | 45 | D6_SPRING_CONSTRAINT_TYPE, |
46 | GEAR_CONSTRAINT_TYPE, // added in Bullet 2.82 | 46 | GEAR_CONSTRAINT_TYPE, // added in Bullet 2.82 |
47 | FIXED_CONSTRAINT_TYPE, // added in Bullet 2.82 | 47 | FIXED_CONSTRAINT_TYPE, // added in Bullet 2.82 |
48 | MAX_CONSTRAINT_TYPE, // last type defined by Bullet | 48 | MAX_CONSTRAINT_TYPE, // last type defined by Bullet |
49 | // | 49 | // |
50 | BS_FIXED_CONSTRAINT_TYPE = 1234 // BulletSim constraint that is fixed and unmoving | 50 | BS_FIXED_CONSTRAINT_TYPE = 1234 // BulletSim constraint that is fixed and unmoving |
51 | } | 51 | } |
@@ -54,25 +54,25 @@ public enum ConstraintType : int | |||
54 | [StructLayout(LayoutKind.Sequential)] | 54 | [StructLayout(LayoutKind.Sequential)] |
55 | public struct ConvexHull | 55 | public struct ConvexHull |
56 | { | 56 | { |
57 | Vector3 Offset; | 57 | Vector3 Offset; |
58 | int VertexCount; | 58 | int VertexCount; |
59 | Vector3[] Vertices; | 59 | Vector3[] Vertices; |
60 | } | 60 | } |
61 | public enum BSPhysicsShapeType | 61 | public enum BSPhysicsShapeType |
62 | { | 62 | { |
63 | SHAPE_UNKNOWN = 0, | 63 | SHAPE_UNKNOWN = 0, |
64 | SHAPE_CAPSULE = 1, | 64 | SHAPE_CAPSULE = 1, |
65 | SHAPE_BOX = 2, | 65 | SHAPE_BOX = 2, |
66 | SHAPE_CONE = 3, | 66 | SHAPE_CONE = 3, |
67 | SHAPE_CYLINDER = 4, | 67 | SHAPE_CYLINDER = 4, |
68 | SHAPE_SPHERE = 5, | 68 | SHAPE_SPHERE = 5, |
69 | SHAPE_MESH = 6, | 69 | SHAPE_MESH = 6, |
70 | SHAPE_HULL = 7, | 70 | SHAPE_HULL = 7, |
71 | // following defined by BulletSim | 71 | // following defined by BulletSim |
72 | SHAPE_GROUNDPLANE = 20, | 72 | SHAPE_GROUNDPLANE = 20, |
73 | SHAPE_TERRAIN = 21, | 73 | SHAPE_TERRAIN = 21, |
74 | SHAPE_COMPOUND = 22, | 74 | SHAPE_COMPOUND = 22, |
75 | SHAPE_HEIGHTMAP = 23, | 75 | SHAPE_HEIGHTMAP = 23, |
76 | SHAPE_AVATAR = 24, | 76 | SHAPE_AVATAR = 24, |
77 | SHAPE_CONVEXHULL= 25, | 77 | SHAPE_CONVEXHULL= 25, |
78 | SHAPE_GIMPACT = 26, | 78 | SHAPE_GIMPACT = 26, |
@@ -180,16 +180,16 @@ public struct ConfigurationParameters | |||
180 | public float collisionMargin; | 180 | public float collisionMargin; |
181 | public float gravity; | 181 | public float gravity; |
182 | 182 | ||
183 | public float maxPersistantManifoldPoolSize; | 183 | public float maxPersistantManifoldPoolSize; |
184 | public float maxCollisionAlgorithmPoolSize; | 184 | public float maxCollisionAlgorithmPoolSize; |
185 | public float shouldDisableContactPoolDynamicAllocation; | 185 | public float shouldDisableContactPoolDynamicAllocation; |
186 | public float shouldForceUpdateAllAabbs; | 186 | public float shouldForceUpdateAllAabbs; |
187 | public float shouldRandomizeSolverOrder; | 187 | public float shouldRandomizeSolverOrder; |
188 | public float shouldSplitSimulationIslands; | 188 | public float shouldSplitSimulationIslands; |
189 | public float shouldEnableFrictionCaching; | 189 | public float shouldEnableFrictionCaching; |
190 | public float numberOfSolverIterations; | 190 | public float numberOfSolverIterations; |
191 | public float useSingleSidedMeshes; | 191 | public float useSingleSidedMeshes; |
192 | public float globalContactBreakingThreshold; | 192 | public float globalContactBreakingThreshold; |
193 | 193 | ||
194 | public float physicsLoggingFrames; | 194 | public float physicsLoggingFrames; |
195 | 195 | ||
@@ -202,30 +202,30 @@ public struct ConfigurationParameters | |||
202 | public struct HACDParams | 202 | public struct HACDParams |
203 | { | 203 | { |
204 | // usual default values | 204 | // usual default values |
205 | public float maxVerticesPerHull; // 100 | 205 | public float maxVerticesPerHull; // 100 |
206 | public float minClusters; // 2 | 206 | public float minClusters; // 2 |
207 | public float compacityWeight; // 0.1 | 207 | public float compacityWeight; // 0.1 |
208 | public float volumeWeight; // 0.0 | 208 | public float volumeWeight; // 0.0 |
209 | public float concavity; // 100 | 209 | public float concavity; // 100 |
210 | public float addExtraDistPoints; // false | 210 | public float addExtraDistPoints; // false |
211 | public float addNeighboursDistPoints; // false | 211 | public float addNeighboursDistPoints; // false |
212 | public float addFacesPoints; // false | 212 | public float addFacesPoints; // false |
213 | public float shouldAdjustCollisionMargin; // false | 213 | public float shouldAdjustCollisionMargin; // false |
214 | // VHACD | 214 | // VHACD |
215 | public float whichHACD; // zero if Bullet HACD, non-zero says VHACD | 215 | public float whichHACD; // zero if Bullet HACD, non-zero says VHACD |
216 | // http://kmamou.blogspot.ca/2014/12/v-hacd-20-parameters-description.html | 216 | // http://kmamou.blogspot.ca/2014/12/v-hacd-20-parameters-description.html |
217 | public float vHACDresolution; // 100,000 max number of voxels generated during voxelization stage | 217 | public float vHACDresolution; // 100,000 max number of voxels generated during voxelization stage |
218 | public float vHACDdepth; // 20 max number of clipping stages | 218 | public float vHACDdepth; // 20 max number of clipping stages |
219 | public float vHACDconcavity; // 0.0025 maximum concavity | 219 | public float vHACDconcavity; // 0.0025 maximum concavity |
220 | public float vHACDplaneDownsampling; // 4 granularity of search for best clipping plane | 220 | public float vHACDplaneDownsampling; // 4 granularity of search for best clipping plane |
221 | public float vHACDconvexHullDownsampling; // 4 precision of hull gen process | 221 | public float vHACDconvexHullDownsampling; // 4 precision of hull gen process |
222 | public float vHACDalpha; // 0.05 bias toward clipping along symmetry planes | 222 | public float vHACDalpha; // 0.05 bias toward clipping along symmetry planes |
223 | public float vHACDbeta; // 0.05 bias toward clipping along revolution axis | 223 | public float vHACDbeta; // 0.05 bias toward clipping along revolution axis |
224 | public float vHACDgamma; // 0.00125 max concavity when merging | 224 | public float vHACDgamma; // 0.00125 max concavity when merging |
225 | public float vHACDpca; // 0 on/off normalizing mesh before decomp | 225 | public float vHACDpca; // 0 on/off normalizing mesh before decomp |
226 | public float vHACDmode; // 0 0:voxel based, 1: tetrahedron based | 226 | public float vHACDmode; // 0 0:voxel based, 1: tetrahedron based |
227 | public float vHACDmaxNumVerticesPerCH; // 64 max triangles per convex hull | 227 | public float vHACDmaxNumVerticesPerCH; // 64 max triangles per convex hull |
228 | public float vHACDminVolumePerCH; // 0.0001 sampling of generated convex hulls | 228 | public float vHACDminVolumePerCH; // 0.0001 sampling of generated convex hulls |
229 | } | 229 | } |
230 | 230 | ||
231 | // The states a bullet collision object can have | 231 | // The states a bullet collision object can have |
@@ -322,8 +322,8 @@ public abstract string BulletEngineVersion { get; protected set;} | |||
322 | 322 | ||
323 | // Initialization and simulation | 323 | // Initialization and simulation |
324 | public abstract BulletWorld Initialize(Vector3 maxPosition, ConfigurationParameters parms, | 324 | public abstract BulletWorld Initialize(Vector3 maxPosition, ConfigurationParameters parms, |
325 | int maxCollisions, ref CollisionDesc[] collisionArray, | 325 | int maxCollisions, ref CollisionDesc[] collisionArray, |
326 | int maxUpdates, ref EntityProperties[] updateArray | 326 | int maxUpdates, ref EntityProperties[] updateArray |
327 | ); | 327 | ); |
328 | 328 | ||
329 | public abstract int PhysicsStep(BulletWorld world, float timeStep, int maxSubSteps, float fixedTimeStep, | 329 | public abstract int PhysicsStep(BulletWorld world, float timeStep, int maxSubSteps, float fixedTimeStep, |
@@ -398,7 +398,7 @@ public abstract void DestroyObject(BulletWorld sim, BulletBody obj); | |||
398 | public abstract BulletShape CreateGroundPlaneShape(UInt32 id, float height, float collisionMargin); | 398 | public abstract BulletShape CreateGroundPlaneShape(UInt32 id, float height, float collisionMargin); |
399 | 399 | ||
400 | public abstract BulletShape CreateTerrainShape(UInt32 id, Vector3 size, float minHeight, float maxHeight, float[] heightMap, | 400 | public abstract BulletShape CreateTerrainShape(UInt32 id, Vector3 size, float minHeight, float maxHeight, float[] heightMap, |
401 | float scaleFactor, float collisionMargin); | 401 | float scaleFactor, float collisionMargin); |
402 | 402 | ||
403 | // ===================================================================================== | 403 | // ===================================================================================== |
404 | // Constraint creation and helper routines | 404 | // Constraint creation and helper routines |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs b/OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs index 6322695..57f03fb 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs | |||
@@ -64,9 +64,9 @@ public sealed class BSCharacter : BSPhysObject | |||
64 | private OMV.Vector3 _PIDTarget; | 64 | private OMV.Vector3 _PIDTarget; |
65 | private float _PIDTau; | 65 | private float _PIDTau; |
66 | 66 | ||
67 | // public override OMV.Vector3 RawVelocity | 67 | // public override OMV.Vector3 RawVelocity |
68 | // { get { return base.RawVelocity; } | 68 | // { get { return base.RawVelocity; } |
69 | // set { | 69 | // set { |
70 | // if (value != base.RawVelocity) | 70 | // if (value != base.RawVelocity) |
71 | // Util.PrintCallStack(); | 71 | // Util.PrintCallStack(); |
72 | // Console.WriteLine("Set rawvel to {0}", value); | 72 | // Console.WriteLine("Set rawvel to {0}", value); |
@@ -82,7 +82,7 @@ public sealed class BSCharacter : BSPhysObject | |||
82 | : base(parent_scene, localID, avName, "BSCharacter") | 82 | : base(parent_scene, localID, avName, "BSCharacter") |
83 | { | 83 | { |
84 | _physicsActorType = (int)ActorTypes.Agent; | 84 | _physicsActorType = (int)ActorTypes.Agent; |
85 | RawPosition = pos; | 85 | RawPosition = pos; |
86 | 86 | ||
87 | _flying = isFlying; | 87 | _flying = isFlying; |
88 | RawOrientation = OMV.Quaternion.Identity; | 88 | RawOrientation = OMV.Quaternion.Identity; |
@@ -819,7 +819,7 @@ public sealed class BSCharacter : BSPhysObject | |||
819 | // 0.001m/s. Bullet introduces a lot of jitter in the velocity which causes many | 819 | // 0.001m/s. Bullet introduces a lot of jitter in the velocity which causes many |
820 | // extra updates. | 820 | // extra updates. |
821 | // | 821 | // |
822 | // XXX: Contrary to the above comment, setting an update threshold here above 0.4 actually introduces jitter to | 822 | // XXX: Contrary to the above comment, setting an update threshold here above 0.4 actually introduces jitter to |
823 | // avatar movement rather than removes it. The larger the threshold, the bigger the jitter. | 823 | // avatar movement rather than removes it. The larger the threshold, the bigger the jitter. |
824 | // This is most noticeable in level flight and can be seen with | 824 | // This is most noticeable in level flight and can be seen with |
825 | // the "show updates" option in a viewer. With an update threshold, the RawVelocity cycles between a lower | 825 | // the "show updates" option in a viewer. With an update threshold, the RawVelocity cycles between a lower |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSDynamics.cs b/OpenSim/Region/PhysicsModules/BulletS/BSDynamics.cs index 313c961..c4ccdbe 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/BSDynamics.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSDynamics.cs | |||
@@ -125,8 +125,8 @@ namespace OpenSim.Region.PhysicsModule.BulletS | |||
125 | 125 | ||
126 | // Just some recomputed constants: | 126 | // Just some recomputed constants: |
127 | #pragma warning disable 414 | 127 | #pragma warning disable 414 |
128 | static readonly float TwoPI = ((float)Math.PI) * 2f; | 128 | static readonly float TwoPI = ((float)Math.PI) * 2f; |
129 | static readonly float FourPI = ((float)Math.PI) * 4f; | 129 | static readonly float FourPI = ((float)Math.PI) * 4f; |
130 | static readonly float PIOverFour = ((float)Math.PI) / 4f; | 130 | static readonly float PIOverFour = ((float)Math.PI) / 4f; |
131 | static readonly float PIOverTwo = ((float)Math.PI) / 2f; | 131 | static readonly float PIOverTwo = ((float)Math.PI) / 2f; |
132 | #pragma warning restore 414 | 132 | #pragma warning restore 414 |
@@ -1595,7 +1595,7 @@ namespace OpenSim.Region.PhysicsModule.BulletS | |||
1595 | // in that direction. | 1595 | // in that direction. |
1596 | // TODO: implement reference frame. | 1596 | // TODO: implement reference frame. |
1597 | public void ComputeAngularDeflection() | 1597 | public void ComputeAngularDeflection() |
1598 | { | 1598 | { |
1599 | 1599 | ||
1600 | if (BSParam.VehicleEnableAngularDeflection && m_angularDeflectionEfficiency != 0 && VehicleForwardSpeed > 0.2) | 1600 | if (BSParam.VehicleEnableAngularDeflection && m_angularDeflectionEfficiency != 0 && VehicleForwardSpeed > 0.2) |
1601 | { | 1601 | { |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSLinkset.cs b/OpenSim/Region/PhysicsModules/BulletS/BSLinkset.cs index e73f0e8..13c1361 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BSLinkset.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSLinkset.cs | |||
@@ -319,7 +319,7 @@ public abstract class BSLinkset | |||
319 | public virtual bool AllPartsComplete | 319 | public virtual bool AllPartsComplete |
320 | { | 320 | { |
321 | get { | 321 | get { |
322 | bool ret = true; | 322 | bool ret = true; |
323 | this.ForEachMember((member) => | 323 | this.ForEachMember((member) => |
324 | { | 324 | { |
325 | if ((!member.IsInitialized) || member.IsIncomplete || member.PrimAssetState == BSPhysObject.PrimAssetCondition.Waiting) | 325 | if ((!member.IsInitialized) || member.IsIncomplete || member.PrimAssetState == BSPhysObject.PrimAssetCondition.Waiting) |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSParam.cs b/OpenSim/Region/PhysicsModules/BulletS/BSParam.cs index 28df2d9..352c03e 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BSParam.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSParam.cs | |||
@@ -90,8 +90,8 @@ public static class BSParam | |||
90 | public static float DeactivationTime { get; private set; } | 90 | public static float DeactivationTime { get; private set; } |
91 | public static float LinearSleepingThreshold { get; private set; } | 91 | public static float LinearSleepingThreshold { get; private set; } |
92 | public static float AngularSleepingThreshold { get; private set; } | 92 | public static float AngularSleepingThreshold { get; private set; } |
93 | public static float CcdMotionThreshold { get; private set; } | 93 | public static float CcdMotionThreshold { get; private set; } |
94 | public static float CcdSweptSphereRadius { get; private set; } | 94 | public static float CcdSweptSphereRadius { get; private set; } |
95 | public static float ContactProcessingThreshold { get; private set; } | 95 | public static float ContactProcessingThreshold { get; private set; } |
96 | 96 | ||
97 | public static bool ShouldMeshSculptedPrim { get; private set; } // cause scuplted prims to get meshed | 97 | public static bool ShouldMeshSculptedPrim { get; private set; } // cause scuplted prims to get meshed |
@@ -119,14 +119,14 @@ public static class BSParam | |||
119 | public static float Gravity { get; private set; } | 119 | public static float Gravity { get; private set; } |
120 | 120 | ||
121 | // Physics Engine operation | 121 | // Physics Engine operation |
122 | public static float MaxPersistantManifoldPoolSize { get; private set; } | 122 | public static float MaxPersistantManifoldPoolSize { get; private set; } |
123 | public static float MaxCollisionAlgorithmPoolSize { get; private set; } | 123 | public static float MaxCollisionAlgorithmPoolSize { get; private set; } |
124 | public static bool ShouldDisableContactPoolDynamicAllocation { get; private set; } | 124 | public static bool ShouldDisableContactPoolDynamicAllocation { get; private set; } |
125 | public static bool ShouldForceUpdateAllAabbs { get; private set; } | 125 | public static bool ShouldForceUpdateAllAabbs { get; private set; } |
126 | public static bool ShouldRandomizeSolverOrder { get; private set; } | 126 | public static bool ShouldRandomizeSolverOrder { get; private set; } |
127 | public static bool ShouldSplitSimulationIslands { get; private set; } | 127 | public static bool ShouldSplitSimulationIslands { get; private set; } |
128 | public static bool ShouldEnableFrictionCaching { get; private set; } | 128 | public static bool ShouldEnableFrictionCaching { get; private set; } |
129 | public static float NumberOfSolverIterations { get; private set; } | 129 | public static float NumberOfSolverIterations { get; private set; } |
130 | public static bool UseSingleSidedMeshes { get; private set; } | 130 | public static bool UseSingleSidedMeshes { get; private set; } |
131 | public static float GlobalContactBreakingThreshold { get; private set; } | 131 | public static float GlobalContactBreakingThreshold { get; private set; } |
132 | public static float PhysicsUnmanLoggingFrames { get; private set; } | 132 | public static float PhysicsUnmanLoggingFrames { get; private set; } |
@@ -149,19 +149,19 @@ public static class BSParam | |||
149 | public static float AvatarFlyingGroundMargin { get; private set; } | 149 | public static float AvatarFlyingGroundMargin { get; private set; } |
150 | public static float AvatarFlyingGroundUpForce { get; private set; } | 150 | public static float AvatarFlyingGroundUpForce { get; private set; } |
151 | public static float AvatarTerminalVelocity { get; private set; } | 151 | public static float AvatarTerminalVelocity { get; private set; } |
152 | public static float AvatarContactProcessingThreshold { get; private set; } | 152 | public static float AvatarContactProcessingThreshold { get; private set; } |
153 | public static float AvatarAddForcePushFactor { get; private set; } | 153 | public static float AvatarAddForcePushFactor { get; private set; } |
154 | public static float AvatarStopZeroThreshold { get; private set; } | 154 | public static float AvatarStopZeroThreshold { get; private set; } |
155 | public static float AvatarStopZeroThresholdSquared { get; private set; } | 155 | public static float AvatarStopZeroThresholdSquared { get; private set; } |
156 | public static int AvatarJumpFrames { get; private set; } | 156 | public static int AvatarJumpFrames { get; private set; } |
157 | public static float AvatarBelowGroundUpCorrectionMeters { get; private set; } | 157 | public static float AvatarBelowGroundUpCorrectionMeters { get; private set; } |
158 | public static float AvatarStepHeight { get; private set; } | 158 | public static float AvatarStepHeight { get; private set; } |
159 | public static float AvatarStepAngle { get; private set; } | 159 | public static float AvatarStepAngle { get; private set; } |
160 | public static float AvatarStepGroundFudge { get; private set; } | 160 | public static float AvatarStepGroundFudge { get; private set; } |
161 | public static float AvatarStepApproachFactor { get; private set; } | 161 | public static float AvatarStepApproachFactor { get; private set; } |
162 | public static float AvatarStepForceFactor { get; private set; } | 162 | public static float AvatarStepForceFactor { get; private set; } |
163 | public static float AvatarStepUpCorrectionFactor { get; private set; } | 163 | public static float AvatarStepUpCorrectionFactor { get; private set; } |
164 | public static int AvatarStepSmoothingSteps { get; private set; } | 164 | public static int AvatarStepSmoothingSteps { get; private set; } |
165 | 165 | ||
166 | // Vehicle parameters | 166 | // Vehicle parameters |
167 | public static float VehicleMaxLinearVelocity { get; private set; } | 167 | public static float VehicleMaxLinearVelocity { get; private set; } |
@@ -193,31 +193,31 @@ public static class BSParam | |||
193 | public static float CSHullVolumeConservationThresholdPercent { get; private set; } | 193 | public static float CSHullVolumeConservationThresholdPercent { get; private set; } |
194 | public static int CSHullMaxVertices { get; private set; } | 194 | public static int CSHullMaxVertices { get; private set; } |
195 | public static float CSHullMaxSkinWidth { get; private set; } | 195 | public static float CSHullMaxSkinWidth { get; private set; } |
196 | public static float BHullMaxVerticesPerHull { get; private set; } // 100 | 196 | public static float BHullMaxVerticesPerHull { get; private set; } // 100 |
197 | public static float BHullMinClusters { get; private set; } // 2 | 197 | public static float BHullMinClusters { get; private set; } // 2 |
198 | public static float BHullCompacityWeight { get; private set; } // 0.1 | 198 | public static float BHullCompacityWeight { get; private set; } // 0.1 |
199 | public static float BHullVolumeWeight { get; private set; } // 0.0 | 199 | public static float BHullVolumeWeight { get; private set; } // 0.0 |
200 | public static float BHullConcavity { get; private set; } // 100 | 200 | public static float BHullConcavity { get; private set; } // 100 |
201 | public static bool BHullAddExtraDistPoints { get; private set; } // false | 201 | public static bool BHullAddExtraDistPoints { get; private set; } // false |
202 | public static bool BHullAddNeighboursDistPoints { get; private set; } // false | 202 | public static bool BHullAddNeighboursDistPoints { get; private set; } // false |
203 | public static bool BHullAddFacesPoints { get; private set; } // false | 203 | public static bool BHullAddFacesPoints { get; private set; } // false |
204 | public static bool BHullShouldAdjustCollisionMargin { get; private set; } // false | 204 | public static bool BHullShouldAdjustCollisionMargin { get; private set; } // false |
205 | public static float WhichHACD { get; private set; } // zero if Bullet HACD, non-zero says VHACD | 205 | public static float WhichHACD { get; private set; } // zero if Bullet HACD, non-zero says VHACD |
206 | // Parameters for VHACD 2.0: http://code.google.com/p/v-hacd | 206 | // Parameters for VHACD 2.0: http://code.google.com/p/v-hacd |
207 | // To enable, set both ShouldUseBulletHACD=true and WhichHACD=1 | 207 | // To enable, set both ShouldUseBulletHACD=true and WhichHACD=1 |
208 | // http://kmamou.blogspot.ca/2014/12/v-hacd-20-parameters-description.html | 208 | // http://kmamou.blogspot.ca/2014/12/v-hacd-20-parameters-description.html |
209 | public static float VHACDresolution { get; private set; } // 100,000 max number of voxels generated during voxelization stage | 209 | public static float VHACDresolution { get; private set; } // 100,000 max number of voxels generated during voxelization stage |
210 | public static float VHACDdepth { get; private set; } // 20 max number of clipping stages | 210 | public static float VHACDdepth { get; private set; } // 20 max number of clipping stages |
211 | public static float VHACDconcavity { get; private set; } // 0.0025 maximum concavity | 211 | public static float VHACDconcavity { get; private set; } // 0.0025 maximum concavity |
212 | public static float VHACDplaneDownsampling { get; private set; } // 4 granularity of search for best clipping plane | 212 | public static float VHACDplaneDownsampling { get; private set; } // 4 granularity of search for best clipping plane |
213 | public static float VHACDconvexHullDownsampling { get; private set; } // 4 precision of hull gen process | 213 | public static float VHACDconvexHullDownsampling { get; private set; } // 4 precision of hull gen process |
214 | public static float VHACDalpha { get; private set; } // 0.05 bias toward clipping along symmetry planes | 214 | public static float VHACDalpha { get; private set; } // 0.05 bias toward clipping along symmetry planes |
215 | public static float VHACDbeta { get; private set; } // 0.05 bias toward clipping along revolution axis | 215 | public static float VHACDbeta { get; private set; } // 0.05 bias toward clipping along revolution axis |
216 | public static float VHACDgamma { get; private set; } // 0.00125 max concavity when merging | 216 | public static float VHACDgamma { get; private set; } // 0.00125 max concavity when merging |
217 | public static float VHACDpca { get; private set; } // 0 on/off normalizing mesh before decomp | 217 | public static float VHACDpca { get; private set; } // 0 on/off normalizing mesh before decomp |
218 | public static float VHACDmode { get; private set; } // 0 0:voxel based, 1: tetrahedron based | 218 | public static float VHACDmode { get; private set; } // 0 0:voxel based, 1: tetrahedron based |
219 | public static float VHACDmaxNumVerticesPerCH { get; private set; } // 64 max triangles per convex hull | 219 | public static float VHACDmaxNumVerticesPerCH { get; private set; } // 64 max triangles per convex hull |
220 | public static float VHACDminVolumePerCH { get; private set; } // 0.0001 sampling of generated convex hulls | 220 | public static float VHACDminVolumePerCH { get; private set; } // 0.0001 sampling of generated convex hulls |
221 | 221 | ||
222 | // Linkset implementation parameters | 222 | // Linkset implementation parameters |
223 | public static float LinksetImplementation { get; private set; } | 223 | public static float LinksetImplementation { get; private set; } |
@@ -579,7 +579,7 @@ public static class BSParam | |||
579 | (s,v) => { ContactProcessingThreshold = v;}, | 579 | (s,v) => { ContactProcessingThreshold = v;}, |
580 | (s,o) => { s.PE.SetContactProcessingThreshold(o.PhysBody, ContactProcessingThreshold); } ), | 580 | (s,o) => { s.PE.SetContactProcessingThreshold(o.PhysBody, ContactProcessingThreshold); } ), |
581 | 581 | ||
582 | new ParameterDefn<float>("TerrainImplementation", "Type of shape to use for terrain (0=heightmap, 1=mesh)", | 582 | new ParameterDefn<float>("TerrainImplementation", "Type of shape to use for terrain (0=heightmap, 1=mesh)", |
583 | (float)BSTerrainPhys.TerrainImplementation.Heightmap ), | 583 | (float)BSTerrainPhys.TerrainImplementation.Heightmap ), |
584 | new ParameterDefn<int>("TerrainMeshMagnification", "Number of times the 256x256 heightmap is multiplied to create the terrain mesh" , | 584 | new ParameterDefn<int>("TerrainMeshMagnification", "Number of times the 256x256 heightmap is multiplied to create the terrain mesh" , |
585 | 2 ), | 585 | 2 ), |
@@ -631,31 +631,31 @@ public static class BSParam | |||
631 | 2.0f ), | 631 | 2.0f ), |
632 | new ParameterDefn<float>("AvatarTerminalVelocity", "Terminal Velocity of falling avatar", | 632 | new ParameterDefn<float>("AvatarTerminalVelocity", "Terminal Velocity of falling avatar", |
633 | -54.0f ), | 633 | -54.0f ), |
634 | new ParameterDefn<float>("AvatarContactProcessingThreshold", "Distance from capsule to check for collisions", | 634 | new ParameterDefn<float>("AvatarContactProcessingThreshold", "Distance from capsule to check for collisions", |
635 | 0.1f ), | 635 | 0.1f ), |
636 | new ParameterDefn<float>("AvatarAddForcePushFactor", "BSCharacter.AddForce is multiplied by this and mass to be like other physics engines", | 636 | new ParameterDefn<float>("AvatarAddForcePushFactor", "BSCharacter.AddForce is multiplied by this and mass to be like other physics engines", |
637 | 0.315f ), | 637 | 0.315f ), |
638 | new ParameterDefn<float>("AvatarStopZeroThreshold", "Movement velocity below which avatar is assumed to be stopped", | 638 | new ParameterDefn<float>("AvatarStopZeroThreshold", "Movement velocity below which avatar is assumed to be stopped", |
639 | 0.45f, | 639 | 0.45f, |
640 | (s) => { return (float)AvatarStopZeroThreshold; }, | 640 | (s) => { return (float)AvatarStopZeroThreshold; }, |
641 | (s,v) => { AvatarStopZeroThreshold = v; AvatarStopZeroThresholdSquared = v * v; } ), | 641 | (s,v) => { AvatarStopZeroThreshold = v; AvatarStopZeroThresholdSquared = v * v; } ), |
642 | new ParameterDefn<float>("AvatarBelowGroundUpCorrectionMeters", "Meters to move avatar up if it seems to be below ground", | 642 | new ParameterDefn<float>("AvatarBelowGroundUpCorrectionMeters", "Meters to move avatar up if it seems to be below ground", |
643 | 1.0f ), | 643 | 1.0f ), |
644 | new ParameterDefn<int>("AvatarJumpFrames", "Number of frames to allow jump forces. Changes jump height.", | 644 | new ParameterDefn<int>("AvatarJumpFrames", "Number of frames to allow jump forces. Changes jump height.", |
645 | 4 ), | 645 | 4 ), |
646 | new ParameterDefn<float>("AvatarStepHeight", "Height of a step obstacle to consider step correction", | 646 | new ParameterDefn<float>("AvatarStepHeight", "Height of a step obstacle to consider step correction", |
647 | 0.999f ) , | 647 | 0.999f ) , |
648 | new ParameterDefn<float>("AvatarStepAngle", "The angle (in radians) for a vertical surface to be considered a step", | 648 | new ParameterDefn<float>("AvatarStepAngle", "The angle (in radians) for a vertical surface to be considered a step", |
649 | 0.3f ) , | 649 | 0.3f ) , |
650 | new ParameterDefn<float>("AvatarStepGroundFudge", "Fudge factor subtracted from avatar base when comparing collision height", | 650 | new ParameterDefn<float>("AvatarStepGroundFudge", "Fudge factor subtracted from avatar base when comparing collision height", |
651 | 0.1f ) , | 651 | 0.1f ) , |
652 | new ParameterDefn<float>("AvatarStepApproachFactor", "Factor to control angle of approach to step (0=straight on)", | 652 | new ParameterDefn<float>("AvatarStepApproachFactor", "Factor to control angle of approach to step (0=straight on)", |
653 | 2f ), | 653 | 2f ), |
654 | new ParameterDefn<float>("AvatarStepForceFactor", "Controls the amount of force up applied to step up onto a step", | 654 | new ParameterDefn<float>("AvatarStepForceFactor", "Controls the amount of force up applied to step up onto a step", |
655 | 0f ), | 655 | 0f ), |
656 | new ParameterDefn<float>("AvatarStepUpCorrectionFactor", "Multiplied by height of step collision to create up movement at step", | 656 | new ParameterDefn<float>("AvatarStepUpCorrectionFactor", "Multiplied by height of step collision to create up movement at step", |
657 | 0.8f ), | 657 | 0.8f ), |
658 | new ParameterDefn<int>("AvatarStepSmoothingSteps", "Number of frames after a step collision that we continue walking up stairs", | 658 | new ParameterDefn<int>("AvatarStepSmoothingSteps", "Number of frames after a step collision that we continue walking up stairs", |
659 | 1 ), | 659 | 1 ), |
660 | 660 | ||
661 | new ParameterDefn<float>("VehicleMaxLinearVelocity", "Maximum velocity magnitude that can be assigned to a vehicle", | 661 | new ParameterDefn<float>("VehicleMaxLinearVelocity", "Maximum velocity magnitude that can be assigned to a vehicle", |
@@ -699,131 +699,131 @@ public static class BSParam | |||
699 | new ParameterDefn<bool>("VehicleEnableAngularBanking", "Turn on/off vehicle angular banking effect", | 699 | new ParameterDefn<bool>("VehicleEnableAngularBanking", "Turn on/off vehicle angular banking effect", |
700 | true ), | 700 | true ), |
701 | 701 | ||
702 | new ParameterDefn<float>("MaxPersistantManifoldPoolSize", "Number of manifolds pooled (0 means default of 4096)", | 702 | new ParameterDefn<float>("MaxPersistantManifoldPoolSize", "Number of manifolds pooled (0 means default of 4096)", |
703 | 0f, | 703 | 0f, |
704 | (s) => { return MaxPersistantManifoldPoolSize; }, | 704 | (s) => { return MaxPersistantManifoldPoolSize; }, |
705 | (s,v) => { MaxPersistantManifoldPoolSize = v; s.UnmanagedParams[0].maxPersistantManifoldPoolSize = v; } ), | 705 | (s,v) => { MaxPersistantManifoldPoolSize = v; s.UnmanagedParams[0].maxPersistantManifoldPoolSize = v; } ), |
706 | new ParameterDefn<float>("MaxCollisionAlgorithmPoolSize", "Number of collisions pooled (0 means default of 4096)", | 706 | new ParameterDefn<float>("MaxCollisionAlgorithmPoolSize", "Number of collisions pooled (0 means default of 4096)", |
707 | 0f, | 707 | 0f, |
708 | (s) => { return MaxCollisionAlgorithmPoolSize; }, | 708 | (s) => { return MaxCollisionAlgorithmPoolSize; }, |
709 | (s,v) => { MaxCollisionAlgorithmPoolSize = v; s.UnmanagedParams[0].maxCollisionAlgorithmPoolSize = v; } ), | 709 | (s,v) => { MaxCollisionAlgorithmPoolSize = v; s.UnmanagedParams[0].maxCollisionAlgorithmPoolSize = v; } ), |
710 | new ParameterDefn<bool>("ShouldDisableContactPoolDynamicAllocation", "Enable to allow large changes in object count", | 710 | new ParameterDefn<bool>("ShouldDisableContactPoolDynamicAllocation", "Enable to allow large changes in object count", |
711 | false, | 711 | false, |
712 | (s) => { return ShouldDisableContactPoolDynamicAllocation; }, | 712 | (s) => { return ShouldDisableContactPoolDynamicAllocation; }, |
713 | (s,v) => { ShouldDisableContactPoolDynamicAllocation = v; | 713 | (s,v) => { ShouldDisableContactPoolDynamicAllocation = v; |
714 | s.UnmanagedParams[0].shouldDisableContactPoolDynamicAllocation = NumericBool(v); } ), | 714 | s.UnmanagedParams[0].shouldDisableContactPoolDynamicAllocation = NumericBool(v); } ), |
715 | new ParameterDefn<bool>("ShouldForceUpdateAllAabbs", "Enable to recomputer AABBs every simulator step", | 715 | new ParameterDefn<bool>("ShouldForceUpdateAllAabbs", "Enable to recomputer AABBs every simulator step", |
716 | false, | 716 | false, |
717 | (s) => { return ShouldForceUpdateAllAabbs; }, | 717 | (s) => { return ShouldForceUpdateAllAabbs; }, |
718 | (s,v) => { ShouldForceUpdateAllAabbs = v; s.UnmanagedParams[0].shouldForceUpdateAllAabbs = NumericBool(v); } ), | 718 | (s,v) => { ShouldForceUpdateAllAabbs = v; s.UnmanagedParams[0].shouldForceUpdateAllAabbs = NumericBool(v); } ), |
719 | new ParameterDefn<bool>("ShouldRandomizeSolverOrder", "Enable for slightly better stacking interaction", | 719 | new ParameterDefn<bool>("ShouldRandomizeSolverOrder", "Enable for slightly better stacking interaction", |
720 | true, | 720 | true, |
721 | (s) => { return ShouldRandomizeSolverOrder; }, | 721 | (s) => { return ShouldRandomizeSolverOrder; }, |
722 | (s,v) => { ShouldRandomizeSolverOrder = v; s.UnmanagedParams[0].shouldRandomizeSolverOrder = NumericBool(v); } ), | 722 | (s,v) => { ShouldRandomizeSolverOrder = v; s.UnmanagedParams[0].shouldRandomizeSolverOrder = NumericBool(v); } ), |
723 | new ParameterDefn<bool>("ShouldSplitSimulationIslands", "Enable splitting active object scanning islands", | 723 | new ParameterDefn<bool>("ShouldSplitSimulationIslands", "Enable splitting active object scanning islands", |
724 | true, | 724 | true, |
725 | (s) => { return ShouldSplitSimulationIslands; }, | 725 | (s) => { return ShouldSplitSimulationIslands; }, |
726 | (s,v) => { ShouldSplitSimulationIslands = v; s.UnmanagedParams[0].shouldSplitSimulationIslands = NumericBool(v); } ), | 726 | (s,v) => { ShouldSplitSimulationIslands = v; s.UnmanagedParams[0].shouldSplitSimulationIslands = NumericBool(v); } ), |
727 | new ParameterDefn<bool>("ShouldEnableFrictionCaching", "Enable friction computation caching", | 727 | new ParameterDefn<bool>("ShouldEnableFrictionCaching", "Enable friction computation caching", |
728 | true, | 728 | true, |
729 | (s) => { return ShouldEnableFrictionCaching; }, | 729 | (s) => { return ShouldEnableFrictionCaching; }, |
730 | (s,v) => { ShouldEnableFrictionCaching = v; s.UnmanagedParams[0].shouldEnableFrictionCaching = NumericBool(v); } ), | 730 | (s,v) => { ShouldEnableFrictionCaching = v; s.UnmanagedParams[0].shouldEnableFrictionCaching = NumericBool(v); } ), |
731 | new ParameterDefn<float>("NumberOfSolverIterations", "Number of internal iterations (0 means default)", | 731 | new ParameterDefn<float>("NumberOfSolverIterations", "Number of internal iterations (0 means default)", |
732 | 0f, // zero says use Bullet default | 732 | 0f, // zero says use Bullet default |
733 | (s) => { return NumberOfSolverIterations; }, | 733 | (s) => { return NumberOfSolverIterations; }, |
734 | (s,v) => { NumberOfSolverIterations = v; s.UnmanagedParams[0].numberOfSolverIterations = v; } ), | 734 | (s,v) => { NumberOfSolverIterations = v; s.UnmanagedParams[0].numberOfSolverIterations = v; } ), |
735 | new ParameterDefn<bool>("UseSingleSidedMeshes", "Whether to compute collisions based on single sided meshes.", | 735 | new ParameterDefn<bool>("UseSingleSidedMeshes", "Whether to compute collisions based on single sided meshes.", |
736 | true, | 736 | true, |
737 | (s) => { return UseSingleSidedMeshes; }, | 737 | (s) => { return UseSingleSidedMeshes; }, |
738 | (s,v) => { UseSingleSidedMeshes = v; s.UnmanagedParams[0].useSingleSidedMeshes = NumericBool(v); } ), | 738 | (s,v) => { UseSingleSidedMeshes = v; s.UnmanagedParams[0].useSingleSidedMeshes = NumericBool(v); } ), |
739 | new ParameterDefn<float>("GlobalContactBreakingThreshold", "Amount of shape radius before breaking a collision contact (0 says Bullet default (0.2))", | 739 | new ParameterDefn<float>("GlobalContactBreakingThreshold", "Amount of shape radius before breaking a collision contact (0 says Bullet default (0.2))", |
740 | 0f, | 740 | 0f, |
741 | (s) => { return GlobalContactBreakingThreshold; }, | 741 | (s) => { return GlobalContactBreakingThreshold; }, |
742 | (s,v) => { GlobalContactBreakingThreshold = v; s.UnmanagedParams[0].globalContactBreakingThreshold = v; } ), | 742 | (s,v) => { GlobalContactBreakingThreshold = v; s.UnmanagedParams[0].globalContactBreakingThreshold = v; } ), |
743 | new ParameterDefn<float>("PhysicsUnmanLoggingFrames", "If non-zero, frames between output of detailed unmanaged physics statistics", | 743 | new ParameterDefn<float>("PhysicsUnmanLoggingFrames", "If non-zero, frames between output of detailed unmanaged physics statistics", |
744 | 0f, | 744 | 0f, |
745 | (s) => { return PhysicsUnmanLoggingFrames; }, | 745 | (s) => { return PhysicsUnmanLoggingFrames; }, |
746 | (s,v) => { PhysicsUnmanLoggingFrames = v; s.UnmanagedParams[0].physicsLoggingFrames = v; } ), | 746 | (s,v) => { PhysicsUnmanLoggingFrames = v; s.UnmanagedParams[0].physicsLoggingFrames = v; } ), |
747 | 747 | ||
748 | new ParameterDefn<int>("CSHullMaxDepthSplit", "CS impl: max depth to split for hull. 1-10 but > 7 is iffy", | 748 | new ParameterDefn<int>("CSHullMaxDepthSplit", "CS impl: max depth to split for hull. 1-10 but > 7 is iffy", |
749 | 7 ), | 749 | 7 ), |
750 | new ParameterDefn<int>("CSHullMaxDepthSplitForSimpleShapes", "CS impl: max depth setting for simple prim shapes", | 750 | new ParameterDefn<int>("CSHullMaxDepthSplitForSimpleShapes", "CS impl: max depth setting for simple prim shapes", |
751 | 2 ), | 751 | 2 ), |
752 | new ParameterDefn<float>("CSHullConcavityThresholdPercent", "CS impl: concavity threshold percent (0-20)", | 752 | new ParameterDefn<float>("CSHullConcavityThresholdPercent", "CS impl: concavity threshold percent (0-20)", |
753 | 5f ), | 753 | 5f ), |
754 | new ParameterDefn<float>("CSHullVolumeConservationThresholdPercent", "percent volume conservation to collapse hulls (0-30)", | 754 | new ParameterDefn<float>("CSHullVolumeConservationThresholdPercent", "percent volume conservation to collapse hulls (0-30)", |
755 | 5f ), | 755 | 5f ), |
756 | new ParameterDefn<int>("CSHullMaxVertices", "CS impl: maximum number of vertices in output hulls. Keep < 50.", | 756 | new ParameterDefn<int>("CSHullMaxVertices", "CS impl: maximum number of vertices in output hulls. Keep < 50.", |
757 | 32 ), | 757 | 32 ), |
758 | new ParameterDefn<float>("CSHullMaxSkinWidth", "CS impl: skin width to apply to output hulls.", | 758 | new ParameterDefn<float>("CSHullMaxSkinWidth", "CS impl: skin width to apply to output hulls.", |
759 | 0f ), | 759 | 0f ), |
760 | 760 | ||
761 | new ParameterDefn<float>("BHullMaxVerticesPerHull", "Bullet impl: max number of vertices per created hull", | 761 | new ParameterDefn<float>("BHullMaxVerticesPerHull", "Bullet impl: max number of vertices per created hull", |
762 | 200f ), | 762 | 200f ), |
763 | new ParameterDefn<float>("BHullMinClusters", "Bullet impl: minimum number of hulls to create per mesh", | 763 | new ParameterDefn<float>("BHullMinClusters", "Bullet impl: minimum number of hulls to create per mesh", |
764 | 10f ), | 764 | 10f ), |
765 | new ParameterDefn<float>("BHullCompacityWeight", "Bullet impl: weight factor for how compact to make hulls", | 765 | new ParameterDefn<float>("BHullCompacityWeight", "Bullet impl: weight factor for how compact to make hulls", |
766 | 20f ), | 766 | 20f ), |
767 | new ParameterDefn<float>("BHullVolumeWeight", "Bullet impl: weight factor for volume in created hull", | 767 | new ParameterDefn<float>("BHullVolumeWeight", "Bullet impl: weight factor for volume in created hull", |
768 | 0.1f ), | 768 | 0.1f ), |
769 | new ParameterDefn<float>("BHullConcavity", "Bullet impl: weight factor for how convex a created hull can be", | 769 | new ParameterDefn<float>("BHullConcavity", "Bullet impl: weight factor for how convex a created hull can be", |
770 | 10f ), | 770 | 10f ), |
771 | new ParameterDefn<bool>("BHullAddExtraDistPoints", "Bullet impl: whether to add extra vertices for long distance vectors", | 771 | new ParameterDefn<bool>("BHullAddExtraDistPoints", "Bullet impl: whether to add extra vertices for long distance vectors", |
772 | true ), | 772 | true ), |
773 | new ParameterDefn<bool>("BHullAddNeighboursDistPoints", "Bullet impl: whether to add extra vertices between neighbor hulls", | 773 | new ParameterDefn<bool>("BHullAddNeighboursDistPoints", "Bullet impl: whether to add extra vertices between neighbor hulls", |
774 | true ), | 774 | true ), |
775 | new ParameterDefn<bool>("BHullAddFacesPoints", "Bullet impl: whether to add extra vertices to break up hull faces", | 775 | new ParameterDefn<bool>("BHullAddFacesPoints", "Bullet impl: whether to add extra vertices to break up hull faces", |
776 | true ), | 776 | true ), |
777 | new ParameterDefn<bool>("BHullShouldAdjustCollisionMargin", "Bullet impl: whether to shrink resulting hulls to account for collision margin", | 777 | new ParameterDefn<bool>("BHullShouldAdjustCollisionMargin", "Bullet impl: whether to shrink resulting hulls to account for collision margin", |
778 | false ), | 778 | false ), |
779 | 779 | ||
780 | new ParameterDefn<float>("WhichHACD", "zero if Bullet HACD, non-zero says VHACD", | 780 | new ParameterDefn<float>("WhichHACD", "zero if Bullet HACD, non-zero says VHACD", |
781 | 0f ), | 781 | 0f ), |
782 | new ParameterDefn<float>("VHACDresolution", "max number of voxels generated during voxelization stage", | 782 | new ParameterDefn<float>("VHACDresolution", "max number of voxels generated during voxelization stage", |
783 | 100000f ), | 783 | 100000f ), |
784 | new ParameterDefn<float>("VHACDdepth", "max number of clipping stages", | 784 | new ParameterDefn<float>("VHACDdepth", "max number of clipping stages", |
785 | 20f ), | 785 | 20f ), |
786 | new ParameterDefn<float>("VHACDconcavity", "maximum concavity", | 786 | new ParameterDefn<float>("VHACDconcavity", "maximum concavity", |
787 | 0.0025f ), | 787 | 0.0025f ), |
788 | new ParameterDefn<float>("VHACDplaneDownsampling", "granularity of search for best clipping plane", | 788 | new ParameterDefn<float>("VHACDplaneDownsampling", "granularity of search for best clipping plane", |
789 | 4f ), | 789 | 4f ), |
790 | new ParameterDefn<float>("VHACDconvexHullDownsampling", "precision of hull gen process", | 790 | new ParameterDefn<float>("VHACDconvexHullDownsampling", "precision of hull gen process", |
791 | 4f ), | 791 | 4f ), |
792 | new ParameterDefn<float>("VHACDalpha", "bias toward clipping along symmetry planes", | 792 | new ParameterDefn<float>("VHACDalpha", "bias toward clipping along symmetry planes", |
793 | 0.05f ), | 793 | 0.05f ), |
794 | new ParameterDefn<float>("VHACDbeta", "bias toward clipping along revolution axis", | 794 | new ParameterDefn<float>("VHACDbeta", "bias toward clipping along revolution axis", |
795 | 0.05f ), | 795 | 0.05f ), |
796 | new ParameterDefn<float>("VHACDgamma", "max concavity when merging", | 796 | new ParameterDefn<float>("VHACDgamma", "max concavity when merging", |
797 | 0.00125f ), | 797 | 0.00125f ), |
798 | new ParameterDefn<float>("VHACDpca", "on/off normalizing mesh before decomp", | 798 | new ParameterDefn<float>("VHACDpca", "on/off normalizing mesh before decomp", |
799 | 0f ), | 799 | 0f ), |
800 | new ParameterDefn<float>("VHACDmode", "0:voxel based, 1: tetrahedron based", | 800 | new ParameterDefn<float>("VHACDmode", "0:voxel based, 1: tetrahedron based", |
801 | 0f ), | 801 | 0f ), |
802 | new ParameterDefn<float>("VHACDmaxNumVerticesPerCH", "max triangles per convex hull", | 802 | new ParameterDefn<float>("VHACDmaxNumVerticesPerCH", "max triangles per convex hull", |
803 | 64f ), | 803 | 64f ), |
804 | new ParameterDefn<float>("VHACDminVolumePerCH", "sampling of generated convex hulls", | 804 | new ParameterDefn<float>("VHACDminVolumePerCH", "sampling of generated convex hulls", |
805 | 0.0001f ), | 805 | 0.0001f ), |
806 | 806 | ||
807 | new ParameterDefn<float>("LinksetImplementation", "Type of linkset implementation (0=Constraint, 1=Compound, 2=Manual)", | 807 | new ParameterDefn<float>("LinksetImplementation", "Type of linkset implementation (0=Constraint, 1=Compound, 2=Manual)", |
808 | (float)BSLinkset.LinksetImplementation.Compound ), | 808 | (float)BSLinkset.LinksetImplementation.Compound ), |
809 | new ParameterDefn<bool>("LinksetOffsetCenterOfMass", "If 'true', compute linkset center-of-mass and offset linkset position to account for same", | 809 | new ParameterDefn<bool>("LinksetOffsetCenterOfMass", "If 'true', compute linkset center-of-mass and offset linkset position to account for same", |
810 | true ), | 810 | true ), |
811 | new ParameterDefn<bool>("LinkConstraintUseFrameOffset", "For linksets built with constraints, enable frame offsetFor linksets built with constraints, enable frame offset.", | 811 | new ParameterDefn<bool>("LinkConstraintUseFrameOffset", "For linksets built with constraints, enable frame offsetFor linksets built with constraints, enable frame offset.", |
812 | false ), | 812 | false ), |
813 | new ParameterDefn<bool>("LinkConstraintEnableTransMotor", "Whether to enable translational motor on linkset constraints", | 813 | new ParameterDefn<bool>("LinkConstraintEnableTransMotor", "Whether to enable translational motor on linkset constraints", |
814 | true ), | 814 | true ), |
815 | new ParameterDefn<float>("LinkConstraintTransMotorMaxVel", "Maximum velocity to be applied by translational motor in linkset constraints", | 815 | new ParameterDefn<float>("LinkConstraintTransMotorMaxVel", "Maximum velocity to be applied by translational motor in linkset constraints", |
816 | 5.0f ), | 816 | 5.0f ), |
817 | new ParameterDefn<float>("LinkConstraintTransMotorMaxForce", "Maximum force to be applied by translational motor in linkset constraints", | 817 | new ParameterDefn<float>("LinkConstraintTransMotorMaxForce", "Maximum force to be applied by translational motor in linkset constraints", |
818 | 0.1f ), | 818 | 0.1f ), |
819 | new ParameterDefn<float>("LinkConstraintCFM", "Amount constraint can be violated. 0=no violation, 1=infinite. Default=0.1", | 819 | new ParameterDefn<float>("LinkConstraintCFM", "Amount constraint can be violated. 0=no violation, 1=infinite. Default=0.1", |
820 | 0.1f ), | 820 | 0.1f ), |
821 | new ParameterDefn<float>("LinkConstraintERP", "Amount constraint is corrected each tick. 0=none, 1=all. Default = 0.2", | 821 | new ParameterDefn<float>("LinkConstraintERP", "Amount constraint is corrected each tick. 0=none, 1=all. Default = 0.2", |
822 | 0.1f ), | 822 | 0.1f ), |
823 | new ParameterDefn<float>("LinkConstraintSolverIterations", "Number of solver iterations when computing constraint. (0 = Bullet default)", | 823 | new ParameterDefn<float>("LinkConstraintSolverIterations", "Number of solver iterations when computing constraint. (0 = Bullet default)", |
824 | 40 ), | 824 | 40 ), |
825 | 825 | ||
826 | new ParameterDefn<float>("DebugNumber", "A console setable number sometimes used for debugging", | 826 | new ParameterDefn<float>("DebugNumber", "A console setable number sometimes used for debugging", |
827 | 1.0f ), | 827 | 1.0f ), |
828 | 828 | ||
829 | new ParameterDefn<int>("PhysicsMetricFrames", "Frames between outputting detailed phys metrics. (0 is off)", | 829 | new ParameterDefn<int>("PhysicsMetricFrames", "Frames between outputting detailed phys metrics. (0 is off)", |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs b/OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs index a846869..6aa24d5 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs | |||
@@ -317,10 +317,10 @@ public abstract class BSPhysObject : PhysicsActor | |||
317 | 317 | ||
318 | public virtual bool ForceBodyShapeRebuild(bool inTaintTime) { return false; } | 318 | public virtual bool ForceBodyShapeRebuild(bool inTaintTime) { return false; } |
319 | 319 | ||
320 | public override bool PIDActive | 320 | public override bool PIDActive |
321 | { | 321 | { |
322 | get { return MoveToTargetActive; } | 322 | get { return MoveToTargetActive; } |
323 | set { MoveToTargetActive = value; } | 323 | set { MoveToTargetActive = value; } |
324 | } | 324 | } |
325 | 325 | ||
326 | public override OMV.Vector3 PIDTarget { set { MoveToTargetTarget = value; } } | 326 | public override OMV.Vector3 PIDTarget { set { MoveToTargetTarget = value; } } |
@@ -572,7 +572,7 @@ public abstract class BSPhysObject : PhysicsActor | |||
572 | newContact.RelativeSpeed = -OMV.Vector3.Dot(relvel, contactNormal); | 572 | newContact.RelativeSpeed = -OMV.Vector3.Dot(relvel, contactNormal); |
573 | // DetailLog("{0},{1}.Collision.AddCollider,vel={2},contee.vel={3},relvel={4},relspeed={5}", | 573 | // DetailLog("{0},{1}.Collision.AddCollider,vel={2},contee.vel={3},relvel={4},relspeed={5}", |
574 | // LocalID, TypeName, RawVelocity, (collidee == null ? OMV.Vector3.Zero : collidee.RawVelocity), relvel, newContact.RelativeSpeed); | 574 | // LocalID, TypeName, RawVelocity, (collidee == null ? OMV.Vector3.Zero : collidee.RawVelocity), relvel, newContact.RelativeSpeed); |
575 | 575 | ||
576 | lock (PhysScene.CollisionLock) | 576 | lock (PhysScene.CollisionLock) |
577 | { | 577 | { |
578 | CollisionCollection.AddCollider(collideeLocalID, newContact); | 578 | CollisionCollection.AddCollider(collideeLocalID, newContact); |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs b/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs index db2b9db..b153761 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs | |||
@@ -1144,14 +1144,14 @@ public class BSPrim : BSPhysObject | |||
1144 | } | 1144 | } |
1145 | } | 1145 | } |
1146 | 1146 | ||
1147 | public override bool PIDActive | 1147 | public override bool PIDActive |
1148 | { | 1148 | { |
1149 | get | 1149 | get |
1150 | { | 1150 | { |
1151 | return MoveToTargetActive; | 1151 | return MoveToTargetActive; |
1152 | } | 1152 | } |
1153 | 1153 | ||
1154 | set | 1154 | set |
1155 | { | 1155 | { |
1156 | MoveToTargetActive = value; | 1156 | MoveToTargetActive = value; |
1157 | 1157 | ||
@@ -1179,13 +1179,13 @@ public class BSPrim : BSPhysObject | |||
1179 | // if the actor exists, tell it to refresh its values. | 1179 | // if the actor exists, tell it to refresh its values. |
1180 | actor.Refresh(); | 1180 | actor.Refresh(); |
1181 | } | 1181 | } |
1182 | 1182 | ||
1183 | } | 1183 | } |
1184 | } | 1184 | } |
1185 | // Used for llSetHoverHeight and maybe vehicle height | 1185 | // Used for llSetHoverHeight and maybe vehicle height |
1186 | // Hover Height will override MoveTo target's Z | 1186 | // Hover Height will override MoveTo target's Z |
1187 | public override bool PIDHoverActive { | 1187 | public override bool PIDHoverActive { |
1188 | get | 1188 | get |
1189 | { | 1189 | { |
1190 | return base.HoverActive; | 1190 | return base.HoverActive; |
1191 | } | 1191 | } |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs b/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs index ee57f0c..7ff0a07 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs | |||
@@ -351,12 +351,12 @@ namespace OpenSim.Region.PhysicsModule.BulletS | |||
351 | if (BSParam.UseSeparatePhysicsThread) | 351 | if (BSParam.UseSeparatePhysicsThread) |
352 | { | 352 | { |
353 | // The physics simulation should happen independently of the heartbeat loop | 353 | // The physics simulation should happen independently of the heartbeat loop |
354 | m_physicsThread | 354 | m_physicsThread |
355 | = WorkManager.StartThread( | 355 | = WorkManager.StartThread( |
356 | BulletSPluginPhysicsThread, | 356 | BulletSPluginPhysicsThread, |
357 | string.Format("{0} ({1})", BulletEngineName, RegionName), | 357 | string.Format("{0} ({1})", BulletEngineName, RegionName), |
358 | ThreadPriority.Normal, | 358 | ThreadPriority.Normal, |
359 | true, | 359 | true, |
360 | true); | 360 | true); |
361 | } | 361 | } |
362 | } | 362 | } |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/ExtendedPhysics.cs b/OpenSim/Region/PhysicsModules/BulletS/ExtendedPhysics.cs index 2ba3c5a..ab5d4849 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/ExtendedPhysics.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/ExtendedPhysics.cs | |||
@@ -136,7 +136,7 @@ namespace OpenSim.Region.PhysicsModule.BulletS | |||
136 | 136 | ||
137 | return; | 137 | return; |
138 | } | 138 | } |
139 | 139 | ||
140 | // Register as LSL functions all the [ScriptInvocation] marked methods. | 140 | // Register as LSL functions all the [ScriptInvocation] marked methods. |
141 | Comms.RegisterScriptInvocations(this); | 141 | Comms.RegisterScriptInvocations(this); |
142 | Comms.RegisterConstants(this); | 142 | Comms.RegisterConstants(this); |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/BulletS/Properties/AssemblyInfo.cs index 6ed7af1..91ce468 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/Properties/AssemblyInfo.cs | |||
@@ -3,7 +3,7 @@ using System.Runtime.CompilerServices; | |||
3 | using System.Runtime.InteropServices; | 3 | using System.Runtime.InteropServices; |
4 | using Mono.Addins; | 4 | using Mono.Addins; |
5 | 5 | ||
6 | // General Information about an assembly is controlled through the following | 6 | // General Information about an assembly is controlled through the following |
7 | // set of attributes. Change these attribute values to modify the information | 7 | // set of attributes. Change these attribute values to modify the information |
8 | // associated with an assembly. | 8 | // associated with an assembly. |
9 | [assembly: AssemblyTitle("OpenSim.Region.Physics.BulletSPlugin")] | 9 | [assembly: AssemblyTitle("OpenSim.Region.Physics.BulletSPlugin")] |
@@ -15,8 +15,8 @@ using Mono.Addins; | |||
15 | [assembly: AssemblyTrademark("")] | 15 | [assembly: AssemblyTrademark("")] |
16 | [assembly: AssemblyCulture("")] | 16 | [assembly: AssemblyCulture("")] |
17 | 17 | ||
18 | // Setting ComVisible to false makes the types in this assembly not visible | 18 | // Setting ComVisible to false makes the types in this assembly not visible |
19 | // to COM components. If you need to access a type in this assembly from | 19 | // to COM components. If you need to access a type in this assembly from |
20 | // COM, set the ComVisible attribute to true on that type. | 20 | // COM, set the ComVisible attribute to true on that type. |
21 | [assembly: ComVisible(false)] | 21 | [assembly: ComVisible(false)] |
22 | 22 | ||
@@ -26,7 +26,7 @@ using Mono.Addins; | |||
26 | // Version information for an assembly consists of the following four values: | 26 | // Version information for an assembly consists of the following four values: |
27 | // | 27 | // |
28 | // Major Version | 28 | // Major Version |
29 | // Minor Version | 29 | // Minor Version |
30 | // Build Number | 30 | // Build Number |
31 | // Revision | 31 | // Revision |
32 | // | 32 | // |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/Tests/BulletSimTestsUtil.cs b/OpenSim/Region/PhysicsModules/BulletS/Tests/BulletSimTestsUtil.cs index 109e19c..3e8c1cd 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/Tests/BulletSimTestsUtil.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/Tests/BulletSimTestsUtil.cs | |||
@@ -80,7 +80,7 @@ public static class BulletSimTestsUtil | |||
80 | } | 80 | } |
81 | 81 | ||
82 | Vector3 regionExtent = new Vector3(Constants.RegionSize, Constants.RegionSize, Constants.RegionHeight); | 82 | Vector3 regionExtent = new Vector3(Constants.RegionSize, Constants.RegionSize, Constants.RegionHeight); |
83 | 83 | ||
84 | RegionInfo info = new RegionInfo(); | 84 | RegionInfo info = new RegionInfo(); |
85 | info.RegionName = "BSTestRegion"; | 85 | info.RegionName = "BSTestRegion"; |
86 | info.RegionSizeX = info.RegionSizeY = info.RegionSizeZ = Constants.RegionSize; | 86 | info.RegionSizeX = info.RegionSizeY = info.RegionSizeZ = Constants.RegionSize; |
diff --git a/OpenSim/Region/PhysicsModules/BulletS/Tests/HullCreation.cs b/OpenSim/Region/PhysicsModules/BulletS/Tests/HullCreation.cs index c0cf19a..c2be568 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/Tests/HullCreation.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/Tests/HullCreation.cs | |||
@@ -146,7 +146,7 @@ public class HullCreation : OpenSimTestCase | |||
146 | uint torusLocalID = 125; | 146 | uint torusLocalID = 125; |
147 | PhysicsScene.AddPrimShape("testTorus", pbs, pos, size, rot, isPhys, torusLocalID); | 147 | PhysicsScene.AddPrimShape("testTorus", pbs, pos, size, rot, isPhys, torusLocalID); |
148 | BSPrim primTypeTorus = (BSPrim)PhysicsScene.PhysObjects[torusLocalID]; | 148 | BSPrim primTypeTorus = (BSPrim)PhysicsScene.PhysObjects[torusLocalID]; |
149 | 149 | ||
150 | // The actual prim shape creation happens at taint time | 150 | // The actual prim shape creation happens at taint time |
151 | PhysicsScene.ProcessTaints(); | 151 | PhysicsScene.ProcessTaints(); |
152 | 152 | ||
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/CTri.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/CTri.cs index 3d81439..bd1f75e 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/CTri.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/CTri.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
@@ -246,13 +246,13 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
246 | } | 246 | } |
247 | 247 | ||
248 | private static float DistToPt(float3 p, float4 plane) | 248 | private static float DistToPt(float3 p, float4 plane) |
249 | { | 249 | { |
250 | float x = p.x; | 250 | float x = p.x; |
251 | float y = p.y; | 251 | float y = p.y; |
252 | float z = p.z; | 252 | float z = p.z; |
253 | float d = x*plane.x + y*plane.y + z*plane.z + plane.w; | 253 | float d = x*plane.x + y*plane.y + z*plane.z + plane.w; |
254 | return d; | 254 | return d; |
255 | } | 255 | } |
256 | 256 | ||
257 | private static void intersect(float3 p1, float3 p2, ref float3 split, float4 plane) | 257 | private static void intersect(float3 p1, float3 p2, ref float3 split, float4 plane) |
258 | { | 258 | { |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Concavity.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Concavity.cs index 6a98535..0d22d71 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Concavity.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Concavity.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexBuilder.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexBuilder.cs index 4480036..810e95d 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexBuilder.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexBuilder.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexDecomposition.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexDecomposition.cs index e6dc98a..a382f9d 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexDecomposition.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexDecomposition.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexResult.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexResult.cs index 09129ed..300fed3 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexResult.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/ConvexResult.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullClasses.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullClasses.cs index 7d342d1..73fb252 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullClasses.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullClasses.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs index 66457ac..6e73fd5 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullUtils.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullUtils.cs index 72f2d6d..cf7161a 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullUtils.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullUtils.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
@@ -763,7 +763,7 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
763 | } | 763 | } |
764 | else if ((vertflag[edge0.v].planetest | vertflag[edge1.v].planetest) == (0)) | 764 | else if ((vertflag[edge0.v].planetest | vertflag[edge1.v].planetest) == (0)) |
765 | { | 765 | { |
766 | // both endpoints coplanar | 766 | // both endpoints coplanar |
767 | // must check a 3rd point to see if UNDER | 767 | // must check a 3rd point to see if UNDER |
768 | int e2 = e1 + 1; | 768 | int e2 = e1 + 1; |
769 | if (e2 >= convex.edges.Count || convex.edges[e2].p != currentplane) | 769 | if (e2 >= convex.edges.Count || convex.edges[e2].p != currentplane) |
@@ -792,7 +792,7 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
792 | } | 792 | } |
793 | else if (vertflag[edge0.v].planetest == (1) && vertflag[edge1.v].planetest == (2)) | 793 | else if (vertflag[edge0.v].planetest == (1) && vertflag[edge1.v].planetest == (2)) |
794 | { | 794 | { |
795 | // first is under 2nd is over | 795 | // first is under 2nd is over |
796 | 796 | ||
797 | edgeflag[e0].undermap = (short)under_edge_count; | 797 | edgeflag[e0].undermap = (short)under_edge_count; |
798 | tmpunderedges[under_edge_count].v = vertflag[edge0.v].undermap; | 798 | tmpunderedges[under_edge_count].v = vertflag[edge0.v].undermap; |
@@ -815,7 +815,7 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
815 | vout = vertcountunder++; | 815 | vout = vertcountunder++; |
816 | } | 816 | } |
817 | under_edge_count++; | 817 | under_edge_count++; |
818 | /// hmmm something to think about: i might be able to output this edge regarless of | 818 | /// hmmm something to think about: i might be able to output this edge regarless of |
819 | // wheter or not we know v-in yet. ok i;ll try this now: | 819 | // wheter or not we know v-in yet. ok i;ll try this now: |
820 | tmpunderedges[under_edge_count].v = (byte)vout; | 820 | tmpunderedges[under_edge_count].v = (byte)vout; |
821 | tmpunderedges[under_edge_count].p = (byte)underplanescount; | 821 | tmpunderedges[under_edge_count].p = (byte)underplanescount; |
@@ -834,7 +834,7 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
834 | } | 834 | } |
835 | else if (vertflag[edge0.v].planetest == (0) && vertflag[edge1.v].planetest == (2)) | 835 | else if (vertflag[edge0.v].planetest == (0) && vertflag[edge1.v].planetest == (2)) |
836 | { | 836 | { |
837 | // first is coplanar 2nd is over | 837 | // first is coplanar 2nd is over |
838 | 838 | ||
839 | edgeflag[e0].undermap = -1; | 839 | edgeflag[e0].undermap = -1; |
840 | vout = vertflag[edge0.v].undermap; | 840 | vout = vertflag[edge0.v].undermap; |
@@ -858,7 +858,7 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
858 | } | 858 | } |
859 | else if (vertflag[edge0.v].planetest == (2) && vertflag[edge1.v].planetest == (1)) | 859 | else if (vertflag[edge0.v].planetest == (2) && vertflag[edge1.v].planetest == (1)) |
860 | { | 860 | { |
861 | // first is over next is under | 861 | // first is over next is under |
862 | // new vertex!!! | 862 | // new vertex!!! |
863 | Debug.Assert(vin == -1); | 863 | Debug.Assert(vin == -1); |
864 | if (e0 < edge0.ea) | 864 | if (e0 < edge0.ea) |
@@ -901,7 +901,7 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
901 | } | 901 | } |
902 | else if (vertflag[edge0.v].planetest == (2) && vertflag[edge1.v].planetest == (0)) | 902 | else if (vertflag[edge0.v].planetest == (2) && vertflag[edge1.v].planetest == (0)) |
903 | { | 903 | { |
904 | // first is over next is coplanar | 904 | // first is over next is coplanar |
905 | 905 | ||
906 | edgeflag[e0].undermap = -1; | 906 | edgeflag[e0].undermap = -1; |
907 | vin = vertflag[edge1.v].undermap; | 907 | vin = vertflag[edge1.v].undermap; |
@@ -1543,7 +1543,7 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
1543 | public static bool ComputeHull(List<float3> vertices, out List<int> indices) | 1543 | public static bool ComputeHull(List<float3> vertices, out List<int> indices) |
1544 | { | 1544 | { |
1545 | List<HullTriangle> tris = new List<HullTriangle>(); | 1545 | List<HullTriangle> tris = new List<HullTriangle>(); |
1546 | 1546 | ||
1547 | bool ret = calchull(vertices, out indices, 0, tris); | 1547 | bool ret = calchull(vertices, out indices, 0, tris); |
1548 | if (ret == false) | 1548 | if (ret == false) |
1549 | { | 1549 | { |
@@ -1636,7 +1636,7 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
1636 | addPoint(ref vcount, vertices, x2, y2, z2); | 1636 | addPoint(ref vcount, vertices, x2, y2, z2); |
1637 | addPoint(ref vcount, vertices, x1, y2, z2); | 1637 | addPoint(ref vcount, vertices, x1, y2, z2); |
1638 | 1638 | ||
1639 | return true; // return cube | 1639 | return true; // return cube |
1640 | } | 1640 | } |
1641 | else | 1641 | else |
1642 | { | 1642 | { |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Plane.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Plane.cs index f58cad6..0f10e5f 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Plane.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Plane.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/PlaneTri.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/PlaneTri.cs index 8f08ddf..5915c29 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/PlaneTri.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/PlaneTri.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs index e9ff26e..9b418d6 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||
@@ -2,7 +2,7 @@ | |||
2 | using System.Runtime.CompilerServices; | 2 | using System.Runtime.CompilerServices; |
3 | using System.Runtime.InteropServices; | 3 | using System.Runtime.InteropServices; |
4 | 4 | ||
5 | // General Information about an assembly is controlled through the following | 5 | // General Information about an assembly is controlled through the following |
6 | // set of attributes. Change these attribute values to modify the information | 6 | // set of attributes. Change these attribute values to modify the information |
7 | // associated with an assembly. | 7 | // associated with an assembly. |
8 | [assembly: AssemblyTitle("ConvexDecompositionDotNet")] | 8 | [assembly: AssemblyTitle("ConvexDecompositionDotNet")] |
@@ -14,8 +14,8 @@ using System.Runtime.InteropServices; | |||
14 | [assembly: AssemblyTrademark("")] | 14 | [assembly: AssemblyTrademark("")] |
15 | [assembly: AssemblyCulture("")] | 15 | [assembly: AssemblyCulture("")] |
16 | 16 | ||
17 | // Setting ComVisible to false makes the types in this assembly not visible | 17 | // Setting ComVisible to false makes the types in this assembly not visible |
18 | // to COM components. If you need to access a type in this assembly from | 18 | // to COM components. If you need to access a type in this assembly from |
19 | // COM, set the ComVisible attribute to true on that type. | 19 | // COM, set the ComVisible attribute to true on that type. |
20 | [assembly: ComVisible(false)] | 20 | [assembly: ComVisible(false)] |
21 | 21 | ||
@@ -25,11 +25,11 @@ using System.Runtime.InteropServices; | |||
25 | // Version information for an assembly consists of the following four values: | 25 | // Version information for an assembly consists of the following four values: |
26 | // | 26 | // |
27 | // Major Version | 27 | // Major Version |
28 | // Minor Version | 28 | // Minor Version |
29 | // Build Number | 29 | // Build Number |
30 | // Revision | 30 | // Revision |
31 | // | 31 | // |
32 | // You can specify all the values or you can default the Build and Revision Numbers | 32 | // You can specify all the values or you can default the Build and Revision Numbers |
33 | // by using the '*' as shown below: | 33 | // by using the '*' as shown below: |
34 | // [assembly: AssemblyVersion("1.0.*")] | 34 | // [assembly: AssemblyVersion("1.0.*")] |
35 | [assembly: AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)] | 35 | [assembly: AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)] |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Quaternion.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Quaternion.cs index 2d72117..571677d 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Quaternion.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Quaternion.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
@@ -126,9 +126,9 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
126 | } | 126 | } |
127 | 127 | ||
128 | public static Quaternion operator *(Quaternion a, float b) | 128 | public static Quaternion operator *(Quaternion a, float b) |
129 | { | 129 | { |
130 | return new Quaternion(a.x *b, a.y *b, a.z *b, a.w *b); | 130 | return new Quaternion(a.x *b, a.y *b, a.z *b, a.w *b); |
131 | } | 131 | } |
132 | 132 | ||
133 | public static Quaternion normalize(Quaternion a) | 133 | public static Quaternion normalize(Quaternion a) |
134 | { | 134 | { |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/SplitPlane.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/SplitPlane.cs index cc5f99c..d8c10c7 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/SplitPlane.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/SplitPlane.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/VertexLookup.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/VertexLookup.cs index da2255e..915bec6 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/VertexLookup.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/VertexLookup.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float2.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float2.cs index 2a58ec4..c2c8940 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float2.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float2.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float3.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float3.cs index 64a9ef8..1ea003b 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float3.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float3.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float3x3.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float3x3.cs index 266ed0b..4b6cd5d 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float3x3.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float3x3.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float4.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float4.cs index 058934d..1f2ab02 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float4.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float4.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float4x4.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float4x4.cs index 58f4f58..85a8cf1 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float4x4.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/float4x4.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
@@ -127,88 +127,88 @@ namespace OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet | |||
127 | } | 127 | } |
128 | 128 | ||
129 | public static float4x4 Inverse(float4x4 m) | 129 | public static float4x4 Inverse(float4x4 m) |
130 | { | 130 | { |
131 | float4x4 d = new float4x4(); | 131 | float4x4 d = new float4x4(); |
132 | //float dst = d.x.x; | 132 | //float dst = d.x.x; |
133 | float[] tmp = new float[12]; // temp array for pairs | 133 | float[] tmp = new float[12]; // temp array for pairs |
134 | float[] src = new float[16]; // array of transpose source matrix | 134 | float[] src = new float[16]; // array of transpose source matrix |
135 | float det; // determinant | 135 | float det; // determinant |
136 | // transpose matrix | 136 | // transpose matrix |
137 | for (int i = 0; i < 4; i++) | 137 | for (int i = 0; i < 4; i++) |
138 | { | 138 | { |
139 | src[i] = m[i].x; | 139 | src[i] = m[i].x; |
140 | src[i + 4] = m[i].y; | 140 | src[i + 4] = m[i].y; |
141 | src[i + 8] = m[i].z; | 141 | src[i + 8] = m[i].z; |
142 | src[i + 12] = m[i].w; | 142 | src[i + 12] = m[i].w; |
143 | } | 143 | } |
144 | // calculate pairs for first 8 elements (cofactors) | 144 | // calculate pairs for first 8 elements (cofactors) |
145 | tmp[0] = src[10] * src[15]; | 145 | tmp[0] = src[10] * src[15]; |
146 | tmp[1] = src[11] * src[14]; | 146 | tmp[1] = src[11] * src[14]; |
147 | tmp[2] = src[9] * src[15]; | 147 | tmp[2] = src[9] * src[15]; |
148 | tmp[3] = src[11] * src[13]; | 148 | tmp[3] = src[11] * src[13]; |
149 | tmp[4] = src[9] * src[14]; | 149 | tmp[4] = src[9] * src[14]; |
150 | tmp[5] = src[10] * src[13]; | 150 | tmp[5] = src[10] * src[13]; |
151 | tmp[6] = src[8] * src[15]; | 151 | tmp[6] = src[8] * src[15]; |
152 | tmp[7] = src[11] * src[12]; | 152 | tmp[7] = src[11] * src[12]; |
153 | tmp[8] = src[8] * src[14]; | 153 | tmp[8] = src[8] * src[14]; |
154 | tmp[9] = src[10] * src[12]; | 154 | tmp[9] = src[10] * src[12]; |
155 | tmp[10] = src[8] * src[13]; | 155 | tmp[10] = src[8] * src[13]; |
156 | tmp[11] = src[9] * src[12]; | 156 | tmp[11] = src[9] * src[12]; |
157 | // calculate first 8 elements (cofactors) | 157 | // calculate first 8 elements (cofactors) |
158 | d.x.x = tmp[0]*src[5] + tmp[3]*src[6] + tmp[4]*src[7]; | 158 | d.x.x = tmp[0]*src[5] + tmp[3]*src[6] + tmp[4]*src[7]; |
159 | d.x.x -= tmp[1]*src[5] + tmp[2]*src[6] + tmp[5]*src[7]; | 159 | d.x.x -= tmp[1]*src[5] + tmp[2]*src[6] + tmp[5]*src[7]; |
160 | d.x.y = tmp[1]*src[4] + tmp[6]*src[6] + tmp[9]*src[7]; | 160 | d.x.y = tmp[1]*src[4] + tmp[6]*src[6] + tmp[9]*src[7]; |
161 | d.x.y -= tmp[0]*src[4] + tmp[7]*src[6] + tmp[8]*src[7]; | 161 | d.x.y -= tmp[0]*src[4] + tmp[7]*src[6] + tmp[8]*src[7]; |
162 | d.x.z = tmp[2]*src[4] + tmp[7]*src[5] + tmp[10]*src[7]; | 162 | d.x.z = tmp[2]*src[4] + tmp[7]*src[5] + tmp[10]*src[7]; |
163 | d.x.z -= tmp[3]*src[4] + tmp[6]*src[5] + tmp[11]*src[7]; | 163 | d.x.z -= tmp[3]*src[4] + tmp[6]*src[5] + tmp[11]*src[7]; |
164 | d.x.w = tmp[5]*src[4] + tmp[8]*src[5] + tmp[11]*src[6]; | 164 | d.x.w = tmp[5]*src[4] + tmp[8]*src[5] + tmp[11]*src[6]; |
165 | d.x.w -= tmp[4]*src[4] + tmp[9]*src[5] + tmp[10]*src[6]; | 165 | d.x.w -= tmp[4]*src[4] + tmp[9]*src[5] + tmp[10]*src[6]; |
166 | d.y.x = tmp[1]*src[1] + tmp[2]*src[2] + tmp[5]*src[3]; | 166 | d.y.x = tmp[1]*src[1] + tmp[2]*src[2] + tmp[5]*src[3]; |
167 | d.y.x -= tmp[0]*src[1] + tmp[3]*src[2] + tmp[4]*src[3]; | 167 | d.y.x -= tmp[0]*src[1] + tmp[3]*src[2] + tmp[4]*src[3]; |
168 | d.y.y = tmp[0]*src[0] + tmp[7]*src[2] + tmp[8]*src[3]; | 168 | d.y.y = tmp[0]*src[0] + tmp[7]*src[2] + tmp[8]*src[3]; |
169 | d.y.y -= tmp[1]*src[0] + tmp[6]*src[2] + tmp[9]*src[3]; | 169 | d.y.y -= tmp[1]*src[0] + tmp[6]*src[2] + tmp[9]*src[3]; |
170 | d.y.z = tmp[3]*src[0] + tmp[6]*src[1] + tmp[11]*src[3]; | 170 | d.y.z = tmp[3]*src[0] + tmp[6]*src[1] + tmp[11]*src[3]; |
171 | d.y.z -= tmp[2]*src[0] + tmp[7]*src[1] + tmp[10]*src[3]; | 171 | d.y.z -= tmp[2]*src[0] + tmp[7]*src[1] + tmp[10]*src[3]; |
172 | d.y.w = tmp[4]*src[0] + tmp[9]*src[1] + tmp[10]*src[2]; | 172 | d.y.w = tmp[4]*src[0] + tmp[9]*src[1] + tmp[10]*src[2]; |
173 | d.y.w -= tmp[5]*src[0] + tmp[8]*src[1] + tmp[11]*src[2]; | 173 | d.y.w -= tmp[5]*src[0] + tmp[8]*src[1] + tmp[11]*src[2]; |
174 | // calculate pairs for second 8 elements (cofactors) | 174 | // calculate pairs for second 8 elements (cofactors) |
175 | tmp[0] = src[2]*src[7]; | 175 | tmp[0] = src[2]*src[7]; |
176 | tmp[1] = src[3]*src[6]; | 176 | tmp[1] = src[3]*src[6]; |
177 | tmp[2] = src[1]*src[7]; | 177 | tmp[2] = src[1]*src[7]; |
178 | tmp[3] = src[3]*src[5]; | 178 | tmp[3] = src[3]*src[5]; |
179 | tmp[4] = src[1]*src[6]; | 179 | tmp[4] = src[1]*src[6]; |
180 | tmp[5] = src[2]*src[5]; | 180 | tmp[5] = src[2]*src[5]; |
181 | tmp[6] = src[0]*src[7]; | 181 | tmp[6] = src[0]*src[7]; |
182 | tmp[7] = src[3]*src[4]; | 182 | tmp[7] = src[3]*src[4]; |
183 | tmp[8] = src[0]*src[6]; | 183 | tmp[8] = src[0]*src[6]; |
184 | tmp[9] = src[2]*src[4]; | 184 | tmp[9] = src[2]*src[4]; |
185 | tmp[10] = src[0]*src[5]; | 185 | tmp[10] = src[0]*src[5]; |
186 | tmp[11] = src[1]*src[4]; | 186 | tmp[11] = src[1]*src[4]; |
187 | // calculate second 8 elements (cofactors) | 187 | // calculate second 8 elements (cofactors) |
188 | d.z.x = tmp[0]*src[13] + tmp[3]*src[14] + tmp[4]*src[15]; | 188 | d.z.x = tmp[0]*src[13] + tmp[3]*src[14] + tmp[4]*src[15]; |
189 | d.z.x -= tmp[1]*src[13] + tmp[2]*src[14] + tmp[5]*src[15]; | 189 | d.z.x -= tmp[1]*src[13] + tmp[2]*src[14] + tmp[5]*src[15]; |
190 | d.z.y = tmp[1]*src[12] + tmp[6]*src[14] + tmp[9]*src[15]; | 190 | d.z.y = tmp[1]*src[12] + tmp[6]*src[14] + tmp[9]*src[15]; |
191 | d.z.y -= tmp[0]*src[12] + tmp[7]*src[14] + tmp[8]*src[15]; | 191 | d.z.y -= tmp[0]*src[12] + tmp[7]*src[14] + tmp[8]*src[15]; |
192 | d.z.z = tmp[2]*src[12] + tmp[7]*src[13] + tmp[10]*src[15]; | 192 | d.z.z = tmp[2]*src[12] + tmp[7]*src[13] + tmp[10]*src[15]; |
193 | d.z.z -= tmp[3]*src[12] + tmp[6]*src[13] + tmp[11]*src[15]; | 193 | d.z.z -= tmp[3]*src[12] + tmp[6]*src[13] + tmp[11]*src[15]; |
194 | d.z.w = tmp[5]*src[12] + tmp[8]*src[13] + tmp[11]*src[14]; | 194 | d.z.w = tmp[5]*src[12] + tmp[8]*src[13] + tmp[11]*src[14]; |
195 | d.z.w-= tmp[4]*src[12] + tmp[9]*src[13] + tmp[10]*src[14]; | 195 | d.z.w-= tmp[4]*src[12] + tmp[9]*src[13] + tmp[10]*src[14]; |
196 | d.w.x = tmp[2]*src[10] + tmp[5]*src[11] + tmp[1]*src[9]; | 196 | d.w.x = tmp[2]*src[10] + tmp[5]*src[11] + tmp[1]*src[9]; |
197 | d.w.x-= tmp[4]*src[11] + tmp[0]*src[9] + tmp[3]*src[10]; | 197 | d.w.x-= tmp[4]*src[11] + tmp[0]*src[9] + tmp[3]*src[10]; |
198 | d.w.y = tmp[8]*src[11] + tmp[0]*src[8] + tmp[7]*src[10]; | 198 | d.w.y = tmp[8]*src[11] + tmp[0]*src[8] + tmp[7]*src[10]; |
199 | d.w.y-= tmp[6]*src[10] + tmp[9]*src[11] + tmp[1]*src[8]; | 199 | d.w.y-= tmp[6]*src[10] + tmp[9]*src[11] + tmp[1]*src[8]; |
200 | d.w.z = tmp[6]*src[9] + tmp[11]*src[11] + tmp[3]*src[8]; | 200 | d.w.z = tmp[6]*src[9] + tmp[11]*src[11] + tmp[3]*src[8]; |
201 | d.w.z-= tmp[10]*src[11] + tmp[2]*src[8] + tmp[7]*src[9]; | 201 | d.w.z-= tmp[10]*src[11] + tmp[2]*src[8] + tmp[7]*src[9]; |
202 | d.w.w = tmp[10]*src[10] + tmp[4]*src[8] + tmp[9]*src[9]; | 202 | d.w.w = tmp[10]*src[10] + tmp[4]*src[8] + tmp[9]*src[9]; |
203 | d.w.w-= tmp[8]*src[9] + tmp[11]*src[10] + tmp[5]*src[8]; | 203 | d.w.w-= tmp[8]*src[9] + tmp[11]*src[10] + tmp[5]*src[8]; |
204 | // calculate determinant | 204 | // calculate determinant |
205 | det = src[0] * d.x.x + src[1] * d.x.y + src[2] * d.x.z + src[3] * d.x.w; | 205 | det = src[0] * d.x.x + src[1] * d.x.y + src[2] * d.x.z + src[3] * d.x.w; |
206 | // calculate matrix inverse | 206 | // calculate matrix inverse |
207 | det = 1/det; | 207 | det = 1/det; |
208 | for (int j = 0; j < 4; j++) | 208 | for (int j = 0; j < 4; j++) |
209 | d[j] *= det; | 209 | d[j] *= det; |
210 | return d; | 210 | return d; |
211 | } | 211 | } |
212 | 212 | ||
213 | public static float4x4 MatrixRigidInverse(float4x4 m) | 213 | public static float4x4 MatrixRigidInverse(float4x4 m) |
214 | { | 214 | { |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/int3.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/int3.cs index b3d4ecb..e7bb6e7 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/int3.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/int3.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/int4.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/int4.cs index 41e0912..9950be2 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/int4.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/int4.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* The MIT License | 1 | /* The MIT License |
2 | * | 2 | * |
3 | * Copyright (c) 2010 Intel Corporation. | 3 | * Copyright (c) 2010 Intel Corporation. |
4 | * All rights reserved. | 4 | * All rights reserved. |
5 | * | 5 | * |
6 | * Based on the convexdecomposition library from | 6 | * Based on the convexdecomposition library from |
7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | 7 | * <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. |
8 | * | 8 | * |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | * of this software and associated documentation files (the "Software"), to deal | 10 | * of this software and associated documentation files (the "Software"), to deal |
11 | * in the Software without restriction, including without limitation the rights | 11 | * in the Software without restriction, including without limitation the rights |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
13 | * copies of the Software, and to permit persons to whom the Software is | 13 | * copies of the Software, and to permit persons to whom the Software is |
14 | * furnished to do so, subject to the following conditions: | 14 | * furnished to do so, subject to the following conditions: |
15 | * | 15 | * |
16 | * The above copyright notice and this permission notice shall be included in | 16 | * The above copyright notice and this permission notice shall be included in |
17 | * all copies or substantial portions of the Software. | 17 | * all copies or substantial portions of the Software. |
18 | * | 18 | * |
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
diff --git a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Mesh.cs b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Mesh.cs index e63ad01..42ba37e 100644 --- a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Mesh.cs +++ b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Mesh.cs | |||
@@ -102,8 +102,8 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
102 | if ((triangle.v1.X == triangle.v2.X && triangle.v1.Y == triangle.v2.Y && triangle.v1.Z == triangle.v2.Z) | 102 | if ((triangle.v1.X == triangle.v2.X && triangle.v1.Y == triangle.v2.Y && triangle.v1.Z == triangle.v2.Z) |
103 | || (triangle.v1.X == triangle.v3.X && triangle.v1.Y == triangle.v3.Y && triangle.v1.Z == triangle.v3.Z) | 103 | || (triangle.v1.X == triangle.v3.X && triangle.v1.Y == triangle.v3.Y && triangle.v1.Z == triangle.v3.Z) |
104 | || (triangle.v2.X == triangle.v3.X && triangle.v2.Y == triangle.v3.Y && triangle.v2.Z == triangle.v3.Z) | 104 | || (triangle.v2.X == triangle.v3.X && triangle.v2.Y == triangle.v3.Y && triangle.v2.Z == triangle.v3.Z) |
105 | ) | 105 | ) |
106 | { | 106 | { |
107 | return; | 107 | return; |
108 | } | 108 | } |
109 | 109 | ||
@@ -259,7 +259,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
259 | public void getVertexListAsPtrToFloatArray(out IntPtr vertices, out int vertexStride, out int vertexCount) | 259 | public void getVertexListAsPtrToFloatArray(out IntPtr vertices, out int vertexStride, out int vertexCount) |
260 | { | 260 | { |
261 | // A vertex is 3 floats | 261 | // A vertex is 3 floats |
262 | 262 | ||
263 | vertexStride = 3 * sizeof(float); | 263 | vertexStride = 3 * sizeof(float); |
264 | 264 | ||
265 | // If there isn't an unmanaged array allocated yet, do it now | 265 | // If there isn't an unmanaged array allocated yet, do it now |
@@ -299,7 +299,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
299 | { | 299 | { |
300 | if (m_pinnedIndex.IsAllocated) | 300 | if (m_pinnedIndex.IsAllocated) |
301 | return (int[])(m_pinnedIndex.Target); | 301 | return (int[])(m_pinnedIndex.Target); |
302 | 302 | ||
303 | int[] result = getIndexListAsInt(); | 303 | int[] result = getIndexListAsInt(); |
304 | m_pinnedIndex = GCHandle.Alloc(result, GCHandleType.Pinned); | 304 | m_pinnedIndex = GCHandle.Alloc(result, GCHandleType.Pinned); |
305 | // Inform the garbage collector of this unmanaged allocation so it can schedule | 305 | // Inform the garbage collector of this unmanaged allocation so it can schedule |
@@ -357,7 +357,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
357 | { | 357 | { |
358 | if (m_pinnedIndex.IsAllocated || m_pinnedVertexes.IsAllocated || m_indicesPtr != IntPtr.Zero || m_verticesPtr != IntPtr.Zero) | 358 | if (m_pinnedIndex.IsAllocated || m_pinnedVertexes.IsAllocated || m_indicesPtr != IntPtr.Zero || m_verticesPtr != IntPtr.Zero) |
359 | throw new NotSupportedException("Attempt to Append to a pinned Mesh"); | 359 | throw new NotSupportedException("Attempt to Append to a pinned Mesh"); |
360 | 360 | ||
361 | if (!(newMesh is Mesh)) | 361 | if (!(newMesh is Mesh)) |
362 | return; | 362 | return; |
363 | 363 | ||
@@ -370,7 +370,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
370 | { | 370 | { |
371 | if (m_pinnedIndex.IsAllocated || m_pinnedVertexes.IsAllocated || m_indicesPtr != IntPtr.Zero || m_verticesPtr != IntPtr.Zero) | 371 | if (m_pinnedIndex.IsAllocated || m_pinnedVertexes.IsAllocated || m_indicesPtr != IntPtr.Zero || m_verticesPtr != IntPtr.Zero) |
372 | throw new NotSupportedException("Attempt to TransformLinear a pinned Mesh"); | 372 | throw new NotSupportedException("Attempt to TransformLinear a pinned Mesh"); |
373 | 373 | ||
374 | foreach (Vertex v in m_vertices.Keys) | 374 | foreach (Vertex v in m_vertices.Keys) |
375 | { | 375 | { |
376 | if (v == null) | 376 | if (v == null) |
diff --git a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Meshmerizer.cs b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Meshmerizer.cs index 0d22e96..4f95554 100644 --- a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Meshmerizer.cs +++ b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Meshmerizer.cs | |||
@@ -247,13 +247,13 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
247 | private void AddSubMesh(OSDMap subMeshData, Vector3 size, List<Coord> coords, List<Face> faces) | 247 | private void AddSubMesh(OSDMap subMeshData, Vector3 size, List<Coord> coords, List<Face> faces) |
248 | { | 248 | { |
249 | // Console.WriteLine("subMeshMap for {0} - {1}", primName, Util.GetFormattedXml((OSD)subMeshMap)); | 249 | // Console.WriteLine("subMeshMap for {0} - {1}", primName, Util.GetFormattedXml((OSD)subMeshMap)); |
250 | 250 | ||
251 | // As per http://wiki.secondlife.com/wiki/Mesh/Mesh_Asset_Format, some Mesh Level | 251 | // As per http://wiki.secondlife.com/wiki/Mesh/Mesh_Asset_Format, some Mesh Level |
252 | // of Detail Blocks (maps) contain just a NoGeometry key to signal there is no | 252 | // of Detail Blocks (maps) contain just a NoGeometry key to signal there is no |
253 | // geometry for this submesh. | 253 | // geometry for this submesh. |
254 | if (subMeshData.ContainsKey("NoGeometry") && ((OSDBoolean)subMeshData["NoGeometry"])) | 254 | if (subMeshData.ContainsKey("NoGeometry") && ((OSDBoolean)subMeshData["NoGeometry"])) |
255 | return; | 255 | return; |
256 | 256 | ||
257 | OpenMetaverse.Vector3 posMax = ((OSDMap)subMeshData["PositionDomain"])["Max"].AsVector3(); | 257 | OpenMetaverse.Vector3 posMax = ((OSDMap)subMeshData["PositionDomain"])["Max"].AsVector3(); |
258 | OpenMetaverse.Vector3 posMin = ((OSDMap)subMeshData["PositionDomain"])["Min"].AsVector3(); | 258 | OpenMetaverse.Vector3 posMin = ((OSDMap)subMeshData["PositionDomain"])["Min"].AsVector3(); |
259 | ushort faceIndexOffset = (ushort)coords.Count; | 259 | ushort faceIndexOffset = (ushort)coords.Count; |
@@ -264,15 +264,15 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
264 | ushort uX = Utils.BytesToUInt16(posBytes, i); | 264 | ushort uX = Utils.BytesToUInt16(posBytes, i); |
265 | ushort uY = Utils.BytesToUInt16(posBytes, i + 2); | 265 | ushort uY = Utils.BytesToUInt16(posBytes, i + 2); |
266 | ushort uZ = Utils.BytesToUInt16(posBytes, i + 4); | 266 | ushort uZ = Utils.BytesToUInt16(posBytes, i + 4); |
267 | 267 | ||
268 | Coord c = new Coord( | 268 | Coord c = new Coord( |
269 | Utils.UInt16ToFloat(uX, posMin.X, posMax.X) * size.X, | 269 | Utils.UInt16ToFloat(uX, posMin.X, posMax.X) * size.X, |
270 | Utils.UInt16ToFloat(uY, posMin.Y, posMax.Y) * size.Y, | 270 | Utils.UInt16ToFloat(uY, posMin.Y, posMax.Y) * size.Y, |
271 | Utils.UInt16ToFloat(uZ, posMin.Z, posMax.Z) * size.Z); | 271 | Utils.UInt16ToFloat(uZ, posMin.Z, posMax.Z) * size.Z); |
272 | 272 | ||
273 | coords.Add(c); | 273 | coords.Add(c); |
274 | } | 274 | } |
275 | 275 | ||
276 | byte[] triangleBytes = subMeshData["TriangleList"].AsBinary(); | 276 | byte[] triangleBytes = subMeshData["TriangleList"].AsBinary(); |
277 | for (int i = 0; i < triangleBytes.Length; i += 6) | 277 | for (int i = 0; i < triangleBytes.Length; i += 6) |
278 | { | 278 | { |
@@ -436,9 +436,9 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
436 | int convexSize = convexBlock["size"].AsInteger(); | 436 | int convexSize = convexBlock["size"].AsInteger(); |
437 | 437 | ||
438 | byte[] convexBytes = new byte[convexSize]; | 438 | byte[] convexBytes = new byte[convexSize]; |
439 | 439 | ||
440 | System.Buffer.BlockCopy(primShape.SculptData, convexOffset, convexBytes, 0, convexSize); | 440 | System.Buffer.BlockCopy(primShape.SculptData, convexOffset, convexBytes, 0, convexSize); |
441 | 441 | ||
442 | try | 442 | try |
443 | { | 443 | { |
444 | convexBlockOsd = DecompressOsd(convexBytes); | 444 | convexBlockOsd = DecompressOsd(convexBytes); |
@@ -449,7 +449,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
449 | //return false; | 449 | //return false; |
450 | } | 450 | } |
451 | } | 451 | } |
452 | 452 | ||
453 | if (convexBlockOsd != null && convexBlockOsd is OSDMap) | 453 | if (convexBlockOsd != null && convexBlockOsd is OSDMap) |
454 | { | 454 | { |
455 | convexBlock = convexBlockOsd as OSDMap; | 455 | convexBlock = convexBlockOsd as OSDMap; |
@@ -762,7 +762,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
762 | { | 762 | { |
763 | PrimMesh primMesh; | 763 | PrimMesh primMesh; |
764 | coords = new List<Coord>(); | 764 | coords = new List<Coord>(); |
765 | faces = new List<Face>(); | 765 | faces = new List<Face>(); |
766 | 766 | ||
767 | float pathShearX = primShape.PathShearX < 128 ? (float)primShape.PathShearX * 0.01f : (float)(primShape.PathShearX - 256) * 0.01f; | 767 | float pathShearX = primShape.PathShearX < 128 ? (float)primShape.PathShearX * 0.01f : (float)(primShape.PathShearX - 256) * 0.01f; |
768 | float pathShearY = primShape.PathShearY < 128 ? (float)primShape.PathShearY * 0.01f : (float)(primShape.PathShearY - 256) * 0.01f; | 768 | float pathShearY = primShape.PathShearY < 128 ? (float)primShape.PathShearY * 0.01f : (float)(primShape.PathShearY - 256) * 0.01f; |
@@ -994,7 +994,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
994 | if ((!isPhysical) && size.X < minSizeForComplexMesh && size.Y < minSizeForComplexMesh && size.Z < minSizeForComplexMesh) | 994 | if ((!isPhysical) && size.X < minSizeForComplexMesh && size.Y < minSizeForComplexMesh && size.Z < minSizeForComplexMesh) |
995 | { | 995 | { |
996 | #if SPAM | 996 | #if SPAM |
997 | m_log.Debug("Meshmerizer: prim " + primName + " has a size of " + size.ToString() + " which is below threshold of " + | 997 | m_log.Debug("Meshmerizer: prim " + primName + " has a size of " + size.ToString() + " which is below threshold of " + |
998 | minSizeForComplexMesh.ToString() + " - creating simple bounding box"); | 998 | minSizeForComplexMesh.ToString() + " - creating simple bounding box"); |
999 | #endif | 999 | #endif |
1000 | mesh = CreateBoundingBoxMesh(mesh); | 1000 | mesh = CreateBoundingBoxMesh(mesh); |
diff --git a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/PrimMesher.cs b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/PrimMesher.cs index 4049ee1..fd2b1ea 100644 --- a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/PrimMesher.cs +++ b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/PrimMesher.cs | |||
@@ -445,7 +445,7 @@ namespace PrimMesher | |||
445 | new Angle(1.0f, 1.0f, 0.0f) | 445 | new Angle(1.0f, 1.0f, 0.0f) |
446 | }; | 446 | }; |
447 | 447 | ||
448 | private static Coord[] normals4 = | 448 | private static Coord[] normals4 = |
449 | { | 449 | { |
450 | new Coord(0.5f, 0.5f, 0.0f).Normalize(), | 450 | new Coord(0.5f, 0.5f, 0.0f).Normalize(), |
451 | new Coord(-0.5f, 0.5f, 0.0f).Normalize(), | 451 | new Coord(-0.5f, 0.5f, 0.0f).Normalize(), |
@@ -2066,7 +2066,7 @@ namespace PrimMesher | |||
2066 | /// DEPRICATED - use Extrude(PathType.Linear) instead | 2066 | /// DEPRICATED - use Extrude(PathType.Linear) instead |
2067 | /// Extrudes a profile along a straight line path. Used for prim types box, cylinder, and prism. | 2067 | /// Extrudes a profile along a straight line path. Used for prim types box, cylinder, and prism. |
2068 | /// </summary> | 2068 | /// </summary> |
2069 | /// | 2069 | /// |
2070 | public void ExtrudeLinear() | 2070 | public void ExtrudeLinear() |
2071 | { | 2071 | { |
2072 | this.Extrude(PathType.Linear); | 2072 | this.Extrude(PathType.Linear); |
@@ -2077,7 +2077,7 @@ namespace PrimMesher | |||
2077 | /// DEPRICATED - use Extrude(PathType.Circular) instead | 2077 | /// DEPRICATED - use Extrude(PathType.Circular) instead |
2078 | /// Extrude a profile into a circular path prim mesh. Used for prim types torus, tube, and ring. | 2078 | /// Extrude a profile into a circular path prim mesh. Used for prim types torus, tube, and ring. |
2079 | /// </summary> | 2079 | /// </summary> |
2080 | /// | 2080 | /// |
2081 | public void ExtrudeCircular() | 2081 | public void ExtrudeCircular() |
2082 | { | 2082 | { |
2083 | this.Extrude(PathType.Circular); | 2083 | this.Extrude(PathType.Circular); |
diff --git a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/SculptMap.cs b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/SculptMap.cs index b3d9cb6..01d11f4 100644 --- a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/SculptMap.cs +++ b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/SculptMap.cs | |||
@@ -163,11 +163,11 @@ namespace PrimMesher | |||
163 | { | 163 | { |
164 | 164 | ||
165 | Bitmap scaledImage = new Bitmap(destWidth, destHeight, PixelFormat.Format24bppRgb); | 165 | Bitmap scaledImage = new Bitmap(destWidth, destHeight, PixelFormat.Format24bppRgb); |
166 | 166 | ||
167 | Color c; | 167 | Color c; |
168 | float xscale = srcImage.Width / destWidth; | 168 | float xscale = srcImage.Width / destWidth; |
169 | float yscale = srcImage.Height / destHeight; | 169 | float yscale = srcImage.Height / destHeight; |
170 | 170 | ||
171 | float sy = 0.5f; | 171 | float sy = 0.5f; |
172 | for (int y = 0; y < destHeight; y++) | 172 | for (int y = 0; y < destHeight; y++) |
173 | { | 173 | { |
@@ -191,7 +191,7 @@ namespace PrimMesher | |||
191 | return scaledImage; | 191 | return scaledImage; |
192 | } | 192 | } |
193 | 193 | ||
194 | } | 194 | } |
195 | 195 | ||
196 | } | 196 | } |
197 | #endif | 197 | #endif |
diff --git a/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs index 8a842d4..5c257e6 100644 --- a/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs | |||
@@ -3,7 +3,7 @@ using System.Runtime.CompilerServices; | |||
3 | using System.Runtime.InteropServices; | 3 | using System.Runtime.InteropServices; |
4 | using Mono.Addins; | 4 | using Mono.Addins; |
5 | 5 | ||
6 | // General Information about an assembly is controlled through the following | 6 | // General Information about an assembly is controlled through the following |
7 | // set of attributes. Change these attribute values to modify the information | 7 | // set of attributes. Change these attribute values to modify the information |
8 | // associated with an assembly. | 8 | // associated with an assembly. |
9 | [assembly: AssemblyTitle("OpenSim.Region.PhysicsModule.Meshing")] | 9 | [assembly: AssemblyTitle("OpenSim.Region.PhysicsModule.Meshing")] |
@@ -15,8 +15,8 @@ using Mono.Addins; | |||
15 | [assembly: AssemblyTrademark("")] | 15 | [assembly: AssemblyTrademark("")] |
16 | [assembly: AssemblyCulture("")] | 16 | [assembly: AssemblyCulture("")] |
17 | 17 | ||
18 | // Setting ComVisible to false makes the types in this assembly not visible | 18 | // Setting ComVisible to false makes the types in this assembly not visible |
19 | // to COM components. If you need to access a type in this assembly from | 19 | // to COM components. If you need to access a type in this assembly from |
20 | // COM, set the ComVisible attribute to true on that type. | 20 | // COM, set the ComVisible attribute to true on that type. |
21 | [assembly: ComVisible(false)] | 21 | [assembly: ComVisible(false)] |
22 | 22 | ||
@@ -26,7 +26,7 @@ using Mono.Addins; | |||
26 | // Version information for an assembly consists of the following four values: | 26 | // Version information for an assembly consists of the following four values: |
27 | // | 27 | // |
28 | // Major Version | 28 | // Major Version |
29 | // Minor Version | 29 | // Minor Version |
30 | // Build Number | 30 | // Build Number |
31 | // Revision | 31 | // Revision |
32 | // | 32 | // |
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODEApi.cs b/OpenSim/Region/PhysicsModules/Ode/ODEApi.cs index 12086c8..c851b12 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODEApi.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODEApi.cs | |||
@@ -34,8 +34,8 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | |||
34 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 34 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
35 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 35 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
36 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | * | 37 | * |
38 | * changes by opensim team; | 38 | * changes by opensim team; |
39 | * changes by Aurora team http://www.aurora-sim.org/ | 39 | * changes by Aurora team http://www.aurora-sim.org/ |
40 | * changes by Ubit Umarov | 40 | * changes by Ubit Umarov |
41 | */ | 41 | */ |
@@ -52,18 +52,18 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
52 | // at least we save same memory and memory access time, FPU performance on intel usually is similar | 52 | // at least we save same memory and memory access time, FPU performance on intel usually is similar |
53 | // using dReal = System.Double; | 53 | // using dReal = System.Double; |
54 | //#else | 54 | //#else |
55 | using dReal = System.Single; | 55 | using dReal = System.Single; |
56 | //#endif | 56 | //#endif |
57 | 57 | ||
58 | public static class d | 58 | public static class d |
59 | { | 59 | { |
60 | public static dReal Infinity = dReal.MaxValue; | 60 | public static dReal Infinity = dReal.MaxValue; |
61 | public static int NTotalBodies = 0; | 61 | public static int NTotalBodies = 0; |
62 | public static int NTotalGeoms = 0; | 62 | public static int NTotalGeoms = 0; |
63 | 63 | ||
64 | public const uint CONTACTS_UNIMPORTANT = 0x80000000; | 64 | public const uint CONTACTS_UNIMPORTANT = 0x80000000; |
65 | 65 | ||
66 | #region Flags and Enumerations | 66 | #region Flags and Enumerations |
67 | 67 | ||
68 | [Flags] | 68 | [Flags] |
69 | public enum AllocateODEDataFlags : uint | 69 | public enum AllocateODEDataFlags : uint |
@@ -79,101 +79,101 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
79 | dInitFlagManualThreadCleanup = 0x00000001 | 79 | dInitFlagManualThreadCleanup = 0x00000001 |
80 | } | 80 | } |
81 | 81 | ||
82 | [Flags] | 82 | [Flags] |
83 | public enum ContactFlags : int | 83 | public enum ContactFlags : int |
84 | { | 84 | { |
85 | Mu2 = 0x001, | 85 | Mu2 = 0x001, |
86 | FDir1 = 0x002, | 86 | FDir1 = 0x002, |
87 | Bounce = 0x004, | 87 | Bounce = 0x004, |
88 | SoftERP = 0x008, | 88 | SoftERP = 0x008, |
89 | SoftCFM = 0x010, | 89 | SoftCFM = 0x010, |
90 | Motion1 = 0x020, | 90 | Motion1 = 0x020, |
91 | Motion2 = 0x040, | 91 | Motion2 = 0x040, |
92 | MotionN = 0x080, | 92 | MotionN = 0x080, |
93 | Slip1 = 0x100, | 93 | Slip1 = 0x100, |
94 | Slip2 = 0x200, | 94 | Slip2 = 0x200, |
95 | Approx0 = 0x0000, | 95 | Approx0 = 0x0000, |
96 | Approx1_1 = 0x1000, | 96 | Approx1_1 = 0x1000, |
97 | Approx1_2 = 0x2000, | 97 | Approx1_2 = 0x2000, |
98 | Approx1 = 0x3000 | 98 | Approx1 = 0x3000 |
99 | } | 99 | } |
100 | 100 | ||
101 | public enum GeomClassID : int | 101 | public enum GeomClassID : int |
102 | { | 102 | { |
103 | SphereClass, | 103 | SphereClass, |
104 | BoxClass, | 104 | BoxClass, |
105 | CapsuleClass, | 105 | CapsuleClass, |
106 | CylinderClass, | 106 | CylinderClass, |
107 | PlaneClass, | 107 | PlaneClass, |
108 | RayClass, | 108 | RayClass, |
109 | ConvexClass, | 109 | ConvexClass, |
110 | GeomTransformClass, | 110 | GeomTransformClass, |
111 | TriMeshClass, | 111 | TriMeshClass, |
112 | HeightfieldClass, | 112 | HeightfieldClass, |
113 | FirstSpaceClass, | 113 | FirstSpaceClass, |
114 | SimpleSpaceClass = FirstSpaceClass, | 114 | SimpleSpaceClass = FirstSpaceClass, |
115 | HashSpaceClass, | 115 | HashSpaceClass, |
116 | QuadTreeSpaceClass, | 116 | QuadTreeSpaceClass, |
117 | LastSpaceClass = QuadTreeSpaceClass, | 117 | LastSpaceClass = QuadTreeSpaceClass, |
118 | ubtTerrainClass, | 118 | ubtTerrainClass, |
119 | FirstUserClass, | 119 | FirstUserClass, |
120 | LastUserClass = FirstUserClass + MaxUserClasses - 1, | 120 | LastUserClass = FirstUserClass + MaxUserClasses - 1, |
121 | NumClasses, | 121 | NumClasses, |
122 | MaxUserClasses = 5 | 122 | MaxUserClasses = 5 |
123 | } | 123 | } |
124 | 124 | ||
125 | public enum JointType : int | 125 | public enum JointType : int |
126 | { | 126 | { |
127 | None, | 127 | None, |
128 | Ball, | 128 | Ball, |
129 | Hinge, | 129 | Hinge, |
130 | Slider, | 130 | Slider, |
131 | Contact, | 131 | Contact, |
132 | Universal, | 132 | Universal, |
133 | Hinge2, | 133 | Hinge2, |
134 | Fixed, | 134 | Fixed, |
135 | Null, | 135 | Null, |
136 | AMotor, | 136 | AMotor, |
137 | LMotor, | 137 | LMotor, |
138 | Plane2D | 138 | Plane2D |
139 | } | 139 | } |
140 | 140 | ||
141 | public enum JointParam : int | 141 | public enum JointParam : int |
142 | { | 142 | { |
143 | LoStop, | 143 | LoStop, |
144 | HiStop, | 144 | HiStop, |
145 | Vel, | 145 | Vel, |
146 | FMax, | 146 | FMax, |
147 | FudgeFactor, | 147 | FudgeFactor, |
148 | Bounce, | 148 | Bounce, |
149 | CFM, | 149 | CFM, |
150 | StopERP, | 150 | StopERP, |
151 | StopCFM, | 151 | StopCFM, |
152 | SuspensionERP, | 152 | SuspensionERP, |
153 | SuspensionCFM, | 153 | SuspensionCFM, |
154 | LoStop2 = 256, | 154 | LoStop2 = 256, |
155 | HiStop2, | 155 | HiStop2, |
156 | Vel2, | 156 | Vel2, |
157 | FMax2, | 157 | FMax2, |
158 | FudgeFactor2, | 158 | FudgeFactor2, |
159 | Bounce2, | 159 | Bounce2, |
160 | CFM2, | 160 | CFM2, |
161 | StopERP2, | 161 | StopERP2, |
162 | StopCFM2, | 162 | StopCFM2, |
163 | SuspensionERP2, | 163 | SuspensionERP2, |
164 | SuspensionCFM2, | 164 | SuspensionCFM2, |
165 | LoStop3 = 512, | 165 | LoStop3 = 512, |
166 | HiStop3, | 166 | HiStop3, |
167 | Vel3, | 167 | Vel3, |
168 | FMax3, | 168 | FMax3, |
169 | FudgeFactor3, | 169 | FudgeFactor3, |
170 | Bounce3, | 170 | Bounce3, |
171 | CFM3, | 171 | CFM3, |
172 | StopERP3, | 172 | StopERP3, |
173 | StopCFM3, | 173 | StopCFM3, |
174 | SuspensionERP3, | 174 | SuspensionERP3, |
175 | SuspensionCFM3 | 175 | SuspensionCFM3 |
176 | } | 176 | } |
177 | 177 | ||
178 | public enum dSweepAndPruneAxis : int | 178 | public enum dSweepAndPruneAxis : int |
179 | { | 179 | { |
@@ -185,24 +185,24 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
185 | ZYX = ((2)|(1<<2)|(0<<4)) | 185 | ZYX = ((2)|(1<<2)|(0<<4)) |
186 | } | 186 | } |
187 | 187 | ||
188 | #endregion | 188 | #endregion |
189 | 189 | ||
190 | #region Callbacks | 190 | #region Callbacks |
191 | 191 | ||
192 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 192 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
193 | public delegate int AABBTestFn(IntPtr o1, IntPtr o2, ref AABB aabb); | 193 | public delegate int AABBTestFn(IntPtr o1, IntPtr o2, ref AABB aabb); |
194 | 194 | ||
195 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 195 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
196 | public delegate int ColliderFn(IntPtr o1, IntPtr o2, int flags, out ContactGeom contact, int skip); | 196 | public delegate int ColliderFn(IntPtr o1, IntPtr o2, int flags, out ContactGeom contact, int skip); |
197 | 197 | ||
198 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 198 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
199 | public delegate void GetAABBFn(IntPtr geom, out AABB aabb); | 199 | public delegate void GetAABBFn(IntPtr geom, out AABB aabb); |
200 | 200 | ||
201 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 201 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
202 | public delegate ColliderFn GetColliderFnFn(int num); | 202 | public delegate ColliderFn GetColliderFnFn(int num); |
203 | 203 | ||
204 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 204 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
205 | public delegate void GeomDtorFn(IntPtr o); | 205 | public delegate void GeomDtorFn(IntPtr o); |
206 | 206 | ||
207 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 207 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
208 | public delegate dReal HeightfieldGetHeight(IntPtr p_user_data, int x, int z); | 208 | public delegate dReal HeightfieldGetHeight(IntPtr p_user_data, int x, int z); |
@@ -210,230 +210,230 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
210 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 210 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
211 | public delegate dReal OSTerrainGetHeight(IntPtr p_user_data, int x, int z); | 211 | public delegate dReal OSTerrainGetHeight(IntPtr p_user_data, int x, int z); |
212 | 212 | ||
213 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 213 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
214 | public delegate void NearCallback(IntPtr data, IntPtr geom1, IntPtr geom2); | 214 | public delegate void NearCallback(IntPtr data, IntPtr geom1, IntPtr geom2); |
215 | 215 | ||
216 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 216 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
217 | public delegate int TriCallback(IntPtr trimesh, IntPtr refObject, int triangleIndex); | 217 | public delegate int TriCallback(IntPtr trimesh, IntPtr refObject, int triangleIndex); |
218 | 218 | ||
219 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 219 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
220 | public delegate int TriArrayCallback(IntPtr trimesh, IntPtr refObject, int[] triangleIndex, int triCount); | 220 | public delegate int TriArrayCallback(IntPtr trimesh, IntPtr refObject, int[] triangleIndex, int triCount); |
221 | 221 | ||
222 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 222 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
223 | public delegate int TriRayCallback(IntPtr trimesh, IntPtr ray, int triangleIndex, dReal u, dReal v); | 223 | public delegate int TriRayCallback(IntPtr trimesh, IntPtr ray, int triangleIndex, dReal u, dReal v); |
224 | 224 | ||
225 | #endregion | 225 | #endregion |
226 | 226 | ||
227 | #region Structs | 227 | #region Structs |
228 | 228 | ||
229 | [StructLayout(LayoutKind.Sequential)] | 229 | [StructLayout(LayoutKind.Sequential)] |
230 | public struct AABB | 230 | public struct AABB |
231 | { | 231 | { |
232 | public dReal MinX, MaxX; | 232 | public dReal MinX, MaxX; |
233 | public dReal MinY, MaxY; | 233 | public dReal MinY, MaxY; |
234 | public dReal MinZ, MaxZ; | 234 | public dReal MinZ, MaxZ; |
235 | } | 235 | } |
236 | 236 | ||
237 | 237 | ||
238 | [StructLayout(LayoutKind.Sequential)] | 238 | [StructLayout(LayoutKind.Sequential)] |
239 | public struct Contact | 239 | public struct Contact |
240 | { | 240 | { |
241 | public SurfaceParameters surface; | 241 | public SurfaceParameters surface; |
242 | public ContactGeom geom; | 242 | public ContactGeom geom; |
243 | public Vector3 fdir1; | 243 | public Vector3 fdir1; |
244 | public static readonly int unmanagedSizeOf = Marshal.SizeOf(typeof(Contact)); | 244 | public static readonly int unmanagedSizeOf = Marshal.SizeOf(typeof(Contact)); |
245 | } | 245 | } |
246 | 246 | ||
247 | 247 | ||
248 | [StructLayout(LayoutKind.Sequential)] | 248 | [StructLayout(LayoutKind.Sequential)] |
249 | public struct ContactGeom | 249 | public struct ContactGeom |
250 | { | 250 | { |
251 | 251 | ||
252 | public Vector3 pos; | 252 | public Vector3 pos; |
253 | public Vector3 normal; | 253 | public Vector3 normal; |
254 | public dReal depth; | 254 | public dReal depth; |
255 | public IntPtr g1; | 255 | public IntPtr g1; |
256 | public IntPtr g2; | 256 | public IntPtr g2; |
257 | public int side1; | 257 | public int side1; |
258 | public int side2; | 258 | public int side2; |
259 | public static readonly int unmanagedSizeOf = Marshal.SizeOf(typeof(ContactGeom)); | 259 | public static readonly int unmanagedSizeOf = Marshal.SizeOf(typeof(ContactGeom)); |
260 | } | 260 | } |
261 | 261 | ||
262 | [StructLayout(LayoutKind.Sequential)] | 262 | [StructLayout(LayoutKind.Sequential)] |
263 | public struct GeomClass | 263 | public struct GeomClass |
264 | { | 264 | { |
265 | public int bytes; | 265 | public int bytes; |
266 | public GetColliderFnFn collider; | 266 | public GetColliderFnFn collider; |
267 | public GetAABBFn aabb; | 267 | public GetAABBFn aabb; |
268 | public AABBTestFn aabb_test; | 268 | public AABBTestFn aabb_test; |
269 | public GeomDtorFn dtor; | 269 | public GeomDtorFn dtor; |
270 | } | 270 | } |
271 | 271 | ||
272 | 272 | ||
273 | [StructLayout(LayoutKind.Sequential)] | 273 | [StructLayout(LayoutKind.Sequential)] |
274 | public struct JointFeedback | 274 | public struct JointFeedback |
275 | { | 275 | { |
276 | public Vector3 f1; | 276 | public Vector3 f1; |
277 | public Vector3 t1; | 277 | public Vector3 t1; |
278 | public Vector3 f2; | 278 | public Vector3 f2; |
279 | public Vector3 t2; | 279 | public Vector3 t2; |
280 | } | 280 | } |
281 | 281 | ||
282 | 282 | ||
283 | [StructLayout(LayoutKind.Sequential)] | 283 | [StructLayout(LayoutKind.Sequential)] |
284 | public struct Mass | 284 | public struct Mass |
285 | { | 285 | { |
286 | public dReal mass; | 286 | public dReal mass; |
287 | public Vector4 c; | 287 | public Vector4 c; |
288 | public Matrix3 I; | 288 | public Matrix3 I; |
289 | } | 289 | } |
290 | 290 | ||
291 | 291 | ||
292 | [StructLayout(LayoutKind.Sequential)] | 292 | [StructLayout(LayoutKind.Sequential)] |
293 | public struct Matrix3 | 293 | public struct Matrix3 |
294 | { | 294 | { |
295 | public Matrix3(dReal m00, dReal m10, dReal m20, dReal m01, dReal m11, dReal m21, dReal m02, dReal m12, dReal m22) | 295 | public Matrix3(dReal m00, dReal m10, dReal m20, dReal m01, dReal m11, dReal m21, dReal m02, dReal m12, dReal m22) |
296 | { | 296 | { |
297 | M00 = m00; M10 = m10; M20 = m20; _m30 = 0.0f; | 297 | M00 = m00; M10 = m10; M20 = m20; _m30 = 0.0f; |
298 | M01 = m01; M11 = m11; M21 = m21; _m31 = 0.0f; | 298 | M01 = m01; M11 = m11; M21 = m21; _m31 = 0.0f; |
299 | M02 = m02; M12 = m12; M22 = m22; _m32 = 0.0f; | 299 | M02 = m02; M12 = m12; M22 = m22; _m32 = 0.0f; |
300 | } | 300 | } |
301 | public dReal M00, M10, M20; | 301 | public dReal M00, M10, M20; |
302 | private dReal _m30; | 302 | private dReal _m30; |
303 | public dReal M01, M11, M21; | 303 | public dReal M01, M11, M21; |
304 | private dReal _m31; | 304 | private dReal _m31; |
305 | public dReal M02, M12, M22; | 305 | public dReal M02, M12, M22; |
306 | private dReal _m32; | 306 | private dReal _m32; |
307 | } | 307 | } |
308 | 308 | ||
309 | [StructLayout(LayoutKind.Sequential)] | 309 | [StructLayout(LayoutKind.Sequential)] |
310 | public struct Matrix4 | 310 | public struct Matrix4 |
311 | { | 311 | { |
312 | public Matrix4(dReal m00, dReal m10, dReal m20, dReal m30, | 312 | public Matrix4(dReal m00, dReal m10, dReal m20, dReal m30, |
313 | dReal m01, dReal m11, dReal m21, dReal m31, | 313 | dReal m01, dReal m11, dReal m21, dReal m31, |
314 | dReal m02, dReal m12, dReal m22, dReal m32, | 314 | dReal m02, dReal m12, dReal m22, dReal m32, |
315 | dReal m03, dReal m13, dReal m23, dReal m33) | 315 | dReal m03, dReal m13, dReal m23, dReal m33) |
316 | { | 316 | { |
317 | M00 = m00; M10 = m10; M20 = m20; M30 = m30; | 317 | M00 = m00; M10 = m10; M20 = m20; M30 = m30; |
318 | M01 = m01; M11 = m11; M21 = m21; M31 = m31; | 318 | M01 = m01; M11 = m11; M21 = m21; M31 = m31; |
319 | M02 = m02; M12 = m12; M22 = m22; M32 = m32; | 319 | M02 = m02; M12 = m12; M22 = m22; M32 = m32; |
320 | M03 = m03; M13 = m13; M23 = m23; M33 = m33; | 320 | M03 = m03; M13 = m13; M23 = m23; M33 = m33; |
321 | } | 321 | } |
322 | public dReal M00, M10, M20, M30; | 322 | public dReal M00, M10, M20, M30; |
323 | public dReal M01, M11, M21, M31; | 323 | public dReal M01, M11, M21, M31; |
324 | public dReal M02, M12, M22, M32; | 324 | public dReal M02, M12, M22, M32; |
325 | public dReal M03, M13, M23, M33; | 325 | public dReal M03, M13, M23, M33; |
326 | } | 326 | } |
327 | 327 | ||
328 | [StructLayout(LayoutKind.Sequential)] | 328 | [StructLayout(LayoutKind.Sequential)] |
329 | public struct Quaternion | 329 | public struct Quaternion |
330 | { | 330 | { |
331 | public dReal W, X, Y, Z; | 331 | public dReal W, X, Y, Z; |
332 | } | 332 | } |
333 | 333 | ||
334 | 334 | ||
335 | [StructLayout(LayoutKind.Sequential)] | 335 | [StructLayout(LayoutKind.Sequential)] |
336 | public struct SurfaceParameters | 336 | public struct SurfaceParameters |
337 | { | 337 | { |
338 | public ContactFlags mode; | 338 | public ContactFlags mode; |
339 | public dReal mu; | 339 | public dReal mu; |
340 | public dReal mu2; | 340 | public dReal mu2; |
341 | public dReal bounce; | 341 | public dReal bounce; |
342 | public dReal bounce_vel; | 342 | public dReal bounce_vel; |
343 | public dReal soft_erp; | 343 | public dReal soft_erp; |
344 | public dReal soft_cfm; | 344 | public dReal soft_cfm; |
345 | public dReal motion1; | 345 | public dReal motion1; |
346 | public dReal motion2; | 346 | public dReal motion2; |
347 | public dReal motionN; | 347 | public dReal motionN; |
348 | public dReal slip1; | 348 | public dReal slip1; |
349 | public dReal slip2; | 349 | public dReal slip2; |
350 | } | 350 | } |
351 | 351 | ||
352 | 352 | ||
353 | [StructLayout(LayoutKind.Sequential)] | 353 | [StructLayout(LayoutKind.Sequential)] |
354 | public struct Vector3 | 354 | public struct Vector3 |
355 | { | 355 | { |
356 | public Vector3(dReal x, dReal y, dReal z) | 356 | public Vector3(dReal x, dReal y, dReal z) |
357 | { | 357 | { |
358 | X = x; Y = y; Z = z; _w = 0.0f; | 358 | X = x; Y = y; Z = z; _w = 0.0f; |
359 | } | 359 | } |
360 | public dReal X, Y, Z; | 360 | public dReal X, Y, Z; |
361 | private dReal _w; | 361 | private dReal _w; |
362 | } | 362 | } |
363 | 363 | ||
364 | 364 | ||
365 | [StructLayout(LayoutKind.Sequential)] | 365 | [StructLayout(LayoutKind.Sequential)] |
366 | public struct Vector4 | 366 | public struct Vector4 |
367 | { | 367 | { |
368 | public Vector4(dReal x, dReal y, dReal z, dReal w) | 368 | public Vector4(dReal x, dReal y, dReal z, dReal w) |
369 | { | 369 | { |
370 | X = x; Y = y; Z = z; W = w; | 370 | X = x; Y = y; Z = z; W = w; |
371 | } | 371 | } |
372 | public dReal X, Y, Z, W; | 372 | public dReal X, Y, Z, W; |
373 | } | 373 | } |
374 | 374 | ||
375 | #endregion | 375 | #endregion |
376 | 376 | ||
377 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAllocateODEDataForThread"), SuppressUnmanagedCodeSecurity] | 377 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAllocateODEDataForThread"), SuppressUnmanagedCodeSecurity] |
378 | public static extern int AllocateODEDataForThread(uint ODEInitFlags); | 378 | public static extern int AllocateODEDataForThread(uint ODEInitFlags); |
379 | 379 | ||
380 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAreConnected"), SuppressUnmanagedCodeSecurity] | 380 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAreConnected"), SuppressUnmanagedCodeSecurity] |
381 | public static extern bool AreConnected(IntPtr b1, IntPtr b2); | 381 | public static extern bool AreConnected(IntPtr b1, IntPtr b2); |
382 | 382 | ||
383 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAreConnectedExcluding"), SuppressUnmanagedCodeSecurity] | 383 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAreConnectedExcluding"), SuppressUnmanagedCodeSecurity] |
384 | public static extern bool AreConnectedExcluding(IntPtr b1, IntPtr b2, JointType joint_type); | 384 | public static extern bool AreConnectedExcluding(IntPtr b1, IntPtr b2, JointType joint_type); |
385 | 385 | ||
386 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForce"), SuppressUnmanagedCodeSecurity] | 386 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForce"), SuppressUnmanagedCodeSecurity] |
387 | public static extern void BodyAddForce(IntPtr body, dReal fx, dReal fy, dReal fz); | 387 | public static extern void BodyAddForce(IntPtr body, dReal fx, dReal fy, dReal fz); |
388 | 388 | ||
389 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForceAtPos"), SuppressUnmanagedCodeSecurity] | 389 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForceAtPos"), SuppressUnmanagedCodeSecurity] |
390 | public static extern void BodyAddForceAtPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); | 390 | public static extern void BodyAddForceAtPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); |
391 | 391 | ||
392 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForceAtRelPos"), SuppressUnmanagedCodeSecurity] | 392 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForceAtRelPos"), SuppressUnmanagedCodeSecurity] |
393 | public static extern void BodyAddForceAtRelPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); | 393 | public static extern void BodyAddForceAtRelPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); |
394 | 394 | ||
395 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForce"), SuppressUnmanagedCodeSecurity] | 395 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForce"), SuppressUnmanagedCodeSecurity] |
396 | public static extern void BodyAddRelForce(IntPtr body, dReal fx, dReal fy, dReal fz); | 396 | public static extern void BodyAddRelForce(IntPtr body, dReal fx, dReal fy, dReal fz); |
397 | 397 | ||
398 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForceAtPos"), SuppressUnmanagedCodeSecurity] | 398 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForceAtPos"), SuppressUnmanagedCodeSecurity] |
399 | public static extern void BodyAddRelForceAtPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); | 399 | public static extern void BodyAddRelForceAtPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); |
400 | 400 | ||
401 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForceAtRelPos"), SuppressUnmanagedCodeSecurity] | 401 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForceAtRelPos"), SuppressUnmanagedCodeSecurity] |
402 | public static extern void BodyAddRelForceAtRelPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); | 402 | public static extern void BodyAddRelForceAtRelPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); |
403 | 403 | ||
404 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelTorque"), SuppressUnmanagedCodeSecurity] | 404 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelTorque"), SuppressUnmanagedCodeSecurity] |
405 | public static extern void BodyAddRelTorque(IntPtr body, dReal fx, dReal fy, dReal fz); | 405 | public static extern void BodyAddRelTorque(IntPtr body, dReal fx, dReal fy, dReal fz); |
406 | 406 | ||
407 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddTorque"), SuppressUnmanagedCodeSecurity] | 407 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddTorque"), SuppressUnmanagedCodeSecurity] |
408 | public static extern void BodyAddTorque(IntPtr body, dReal fx, dReal fy, dReal fz); | 408 | public static extern void BodyAddTorque(IntPtr body, dReal fx, dReal fy, dReal fz); |
409 | 409 | ||
410 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyPosition"), SuppressUnmanagedCodeSecurity] | 410 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyPosition"), SuppressUnmanagedCodeSecurity] |
411 | public static extern void BodyCopyPosition(IntPtr body, out Vector3 pos); | 411 | public static extern void BodyCopyPosition(IntPtr body, out Vector3 pos); |
412 | 412 | ||
413 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyPosition"), SuppressUnmanagedCodeSecurity] | 413 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyPosition"), SuppressUnmanagedCodeSecurity] |
414 | public static extern void BodyCopyPosition(IntPtr body, out dReal X); | 414 | public static extern void BodyCopyPosition(IntPtr body, out dReal X); |
415 | 415 | ||
416 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyQuaternion"), SuppressUnmanagedCodeSecurity] | 416 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyQuaternion"), SuppressUnmanagedCodeSecurity] |
417 | public static extern void BodyCopyQuaternion(IntPtr body, out Quaternion quat); | 417 | public static extern void BodyCopyQuaternion(IntPtr body, out Quaternion quat); |
418 | 418 | ||
419 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyQuaternion"), SuppressUnmanagedCodeSecurity] | 419 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyQuaternion"), SuppressUnmanagedCodeSecurity] |
420 | public static extern void BodyCopyQuaternion(IntPtr body, out dReal X); | 420 | public static extern void BodyCopyQuaternion(IntPtr body, out dReal X); |
421 | 421 | ||
422 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyRotation"), SuppressUnmanagedCodeSecurity] | 422 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyRotation"), SuppressUnmanagedCodeSecurity] |
423 | public static extern void BodyCopyRotation(IntPtr body, out Matrix3 R); | 423 | public static extern void BodyCopyRotation(IntPtr body, out Matrix3 R); |
424 | 424 | ||
425 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyRotation"), SuppressUnmanagedCodeSecurity] | 425 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyRotation"), SuppressUnmanagedCodeSecurity] |
426 | public static extern void BodyCopyRotation(IntPtr body, out dReal M00); | 426 | public static extern void BodyCopyRotation(IntPtr body, out dReal M00); |
427 | 427 | ||
428 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCreate"), SuppressUnmanagedCodeSecurity] | 428 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCreate"), SuppressUnmanagedCodeSecurity] |
429 | public static extern IntPtr BodyiCreate(IntPtr world); | 429 | public static extern IntPtr BodyiCreate(IntPtr world); |
430 | public static IntPtr BodyCreate(IntPtr world) | 430 | public static IntPtr BodyCreate(IntPtr world) |
431 | { | 431 | { |
432 | NTotalBodies++; | 432 | NTotalBodies++; |
433 | return BodyiCreate(world); | 433 | return BodyiCreate(world); |
434 | } | 434 | } |
435 | 435 | ||
436 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyDestroy"), SuppressUnmanagedCodeSecurity] | 436 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyDestroy"), SuppressUnmanagedCodeSecurity] |
437 | public static extern void BodyiDestroy(IntPtr body); | 437 | public static extern void BodyiDestroy(IntPtr body); |
438 | public static void BodyDestroy(IntPtr body) | 438 | public static void BodyDestroy(IntPtr body) |
439 | { | 439 | { |
@@ -441,114 +441,114 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
441 | BodyiDestroy(body); | 441 | BodyiDestroy(body); |
442 | } | 442 | } |
443 | 443 | ||
444 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyDisable"), SuppressUnmanagedCodeSecurity] | 444 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyDisable"), SuppressUnmanagedCodeSecurity] |
445 | public static extern void BodyDisable(IntPtr body); | 445 | public static extern void BodyDisable(IntPtr body); |
446 | 446 | ||
447 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyEnable"), SuppressUnmanagedCodeSecurity] | 447 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyEnable"), SuppressUnmanagedCodeSecurity] |
448 | public static extern void BodyEnable(IntPtr body); | 448 | public static extern void BodyEnable(IntPtr body); |
449 | 449 | ||
450 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] | 450 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] |
451 | public static extern dReal BodyGetAutoDisableAngularThreshold(IntPtr body); | 451 | public static extern dReal BodyGetAutoDisableAngularThreshold(IntPtr body); |
452 | 452 | ||
453 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] | 453 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] |
454 | public static extern bool BodyGetAutoDisableFlag(IntPtr body); | 454 | public static extern bool BodyGetAutoDisableFlag(IntPtr body); |
455 | 455 | ||
456 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableDefaults"), SuppressUnmanagedCodeSecurity] | 456 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableDefaults"), SuppressUnmanagedCodeSecurity] |
457 | public static extern void BodyGetAutoDisableDefaults(IntPtr body); | 457 | public static extern void BodyGetAutoDisableDefaults(IntPtr body); |
458 | 458 | ||
459 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] | 459 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] |
460 | public static extern dReal BodyGetAutoDisableLinearThreshold(IntPtr body); | 460 | public static extern dReal BodyGetAutoDisableLinearThreshold(IntPtr body); |
461 | 461 | ||
462 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] | 462 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] |
463 | public static extern int BodyGetAutoDisableSteps(IntPtr body); | 463 | public static extern int BodyGetAutoDisableSteps(IntPtr body); |
464 | 464 | ||
465 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableTime"), SuppressUnmanagedCodeSecurity] | 465 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableTime"), SuppressUnmanagedCodeSecurity] |
466 | public static extern dReal BodyGetAutoDisableTime(IntPtr body); | 466 | public static extern dReal BodyGetAutoDisableTime(IntPtr body); |
467 | 467 | ||
468 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAngularVel"), SuppressUnmanagedCodeSecurity] | 468 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAngularVel"), SuppressUnmanagedCodeSecurity] |
469 | public extern unsafe static Vector3* BodyGetAngularVelUnsafe(IntPtr body); | 469 | public extern unsafe static Vector3* BodyGetAngularVelUnsafe(IntPtr body); |
470 | public static Vector3 BodyGetAngularVel(IntPtr body) | 470 | public static Vector3 BodyGetAngularVel(IntPtr body) |
471 | { | 471 | { |
472 | unsafe { return *(BodyGetAngularVelUnsafe(body)); } | 472 | unsafe { return *(BodyGetAngularVelUnsafe(body)); } |
473 | } | 473 | } |
474 | 474 | ||
475 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetData"), SuppressUnmanagedCodeSecurity] | 475 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetData"), SuppressUnmanagedCodeSecurity] |
476 | public static extern IntPtr BodyGetData(IntPtr body); | 476 | public static extern IntPtr BodyGetData(IntPtr body); |
477 | 477 | ||
478 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetFiniteRotationMode"), SuppressUnmanagedCodeSecurity] | 478 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetFiniteRotationMode"), SuppressUnmanagedCodeSecurity] |
479 | public static extern int BodyGetFiniteRotationMode(IntPtr body); | 479 | public static extern int BodyGetFiniteRotationMode(IntPtr body); |
480 | 480 | ||
481 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetFiniteRotationAxis"), SuppressUnmanagedCodeSecurity] | 481 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetFiniteRotationAxis"), SuppressUnmanagedCodeSecurity] |
482 | public static extern void BodyGetFiniteRotationAxis(IntPtr body, out Vector3 result); | 482 | public static extern void BodyGetFiniteRotationAxis(IntPtr body, out Vector3 result); |
483 | 483 | ||
484 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetForce"), SuppressUnmanagedCodeSecurity] | 484 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetForce"), SuppressUnmanagedCodeSecurity] |
485 | public extern unsafe static Vector3* BodyGetForceUnsafe(IntPtr body); | 485 | public extern unsafe static Vector3* BodyGetForceUnsafe(IntPtr body); |
486 | public static Vector3 BodyGetForce(IntPtr body) | 486 | public static Vector3 BodyGetForce(IntPtr body) |
487 | { | 487 | { |
488 | unsafe { return *(BodyGetForceUnsafe(body)); } | 488 | unsafe { return *(BodyGetForceUnsafe(body)); } |
489 | } | 489 | } |
490 | 490 | ||
491 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetGravityMode"), SuppressUnmanagedCodeSecurity] | 491 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetGravityMode"), SuppressUnmanagedCodeSecurity] |
492 | public static extern bool BodyGetGravityMode(IntPtr body); | 492 | public static extern bool BodyGetGravityMode(IntPtr body); |
493 | 493 | ||
494 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetGyroscopicMode"), SuppressUnmanagedCodeSecurity] | 494 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetGyroscopicMode"), SuppressUnmanagedCodeSecurity] |
495 | public static extern int BodyGetGyroscopicMode(IntPtr body); | 495 | public static extern int BodyGetGyroscopicMode(IntPtr body); |
496 | 496 | ||
497 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetJoint"), SuppressUnmanagedCodeSecurity] | 497 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetJoint"), SuppressUnmanagedCodeSecurity] |
498 | public static extern IntPtr BodyGetJoint(IntPtr body, int index); | 498 | public static extern IntPtr BodyGetJoint(IntPtr body, int index); |
499 | 499 | ||
500 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetLinearVel"), SuppressUnmanagedCodeSecurity] | 500 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetLinearVel"), SuppressUnmanagedCodeSecurity] |
501 | public extern unsafe static Vector3* BodyGetLinearVelUnsafe(IntPtr body); | 501 | public extern unsafe static Vector3* BodyGetLinearVelUnsafe(IntPtr body); |
502 | public static Vector3 BodyGetLinearVel(IntPtr body) | 502 | public static Vector3 BodyGetLinearVel(IntPtr body) |
503 | { | 503 | { |
504 | unsafe { return *(BodyGetLinearVelUnsafe(body)); } | 504 | unsafe { return *(BodyGetLinearVelUnsafe(body)); } |
505 | } | 505 | } |
506 | 506 | ||
507 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetMass"), SuppressUnmanagedCodeSecurity] | 507 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetMass"), SuppressUnmanagedCodeSecurity] |
508 | public static extern void BodyGetMass(IntPtr body, out Mass mass); | 508 | public static extern void BodyGetMass(IntPtr body, out Mass mass); |
509 | 509 | ||
510 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetNumJoints"), SuppressUnmanagedCodeSecurity] | 510 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetNumJoints"), SuppressUnmanagedCodeSecurity] |
511 | public static extern int BodyGetNumJoints(IntPtr body); | 511 | public static extern int BodyGetNumJoints(IntPtr body); |
512 | 512 | ||
513 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPointVel"), SuppressUnmanagedCodeSecurity] | 513 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPointVel"), SuppressUnmanagedCodeSecurity] |
514 | public static extern void BodyGetPointVel(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 514 | public static extern void BodyGetPointVel(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
515 | 515 | ||
516 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPosition"), SuppressUnmanagedCodeSecurity] | 516 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPosition"), SuppressUnmanagedCodeSecurity] |
517 | public extern unsafe static Vector3* BodyGetPositionUnsafe(IntPtr body); | 517 | public extern unsafe static Vector3* BodyGetPositionUnsafe(IntPtr body); |
518 | public static Vector3 BodyGetPosition(IntPtr body) | 518 | public static Vector3 BodyGetPosition(IntPtr body) |
519 | { | 519 | { |
520 | unsafe { return *(BodyGetPositionUnsafe(body)); } | 520 | unsafe { return *(BodyGetPositionUnsafe(body)); } |
521 | } | 521 | } |
522 | 522 | ||
523 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPosRelPoint"), SuppressUnmanagedCodeSecurity] | 523 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPosRelPoint"), SuppressUnmanagedCodeSecurity] |
524 | public static extern void BodyGetPosRelPoint(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 524 | public static extern void BodyGetPosRelPoint(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
525 | 525 | ||
526 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetQuaternion"), SuppressUnmanagedCodeSecurity] | 526 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetQuaternion"), SuppressUnmanagedCodeSecurity] |
527 | public extern unsafe static Quaternion* BodyGetQuaternionUnsafe(IntPtr body); | 527 | public extern unsafe static Quaternion* BodyGetQuaternionUnsafe(IntPtr body); |
528 | public static Quaternion BodyGetQuaternion(IntPtr body) | 528 | public static Quaternion BodyGetQuaternion(IntPtr body) |
529 | { | 529 | { |
530 | unsafe { return *(BodyGetQuaternionUnsafe(body)); } | 530 | unsafe { return *(BodyGetQuaternionUnsafe(body)); } |
531 | } | 531 | } |
532 | 532 | ||
533 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRelPointPos"), SuppressUnmanagedCodeSecurity] | 533 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRelPointPos"), SuppressUnmanagedCodeSecurity] |
534 | public static extern void BodyGetRelPointPos(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 534 | public static extern void BodyGetRelPointPos(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
535 | 535 | ||
536 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRelPointVel"), SuppressUnmanagedCodeSecurity] | 536 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRelPointVel"), SuppressUnmanagedCodeSecurity] |
537 | public static extern void BodyGetRelPointVel(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 537 | public static extern void BodyGetRelPointVel(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
538 | 538 | ||
539 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRotation"), SuppressUnmanagedCodeSecurity] | 539 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRotation"), SuppressUnmanagedCodeSecurity] |
540 | public extern unsafe static Matrix3* BodyGetRotationUnsafe(IntPtr body); | 540 | public extern unsafe static Matrix3* BodyGetRotationUnsafe(IntPtr body); |
541 | public static Matrix3 BodyGetRotation(IntPtr body) | 541 | public static Matrix3 BodyGetRotation(IntPtr body) |
542 | { | 542 | { |
543 | unsafe { return *(BodyGetRotationUnsafe(body)); } | 543 | unsafe { return *(BodyGetRotationUnsafe(body)); } |
544 | } | 544 | } |
545 | 545 | ||
546 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetTorque"), SuppressUnmanagedCodeSecurity] | 546 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetTorque"), SuppressUnmanagedCodeSecurity] |
547 | public extern unsafe static Vector3* BodyGetTorqueUnsafe(IntPtr body); | 547 | public extern unsafe static Vector3* BodyGetTorqueUnsafe(IntPtr body); |
548 | public static Vector3 BodyGetTorque(IntPtr body) | 548 | public static Vector3 BodyGetTorque(IntPtr body) |
549 | { | 549 | { |
550 | unsafe { return *(BodyGetTorqueUnsafe(body)); } | 550 | unsafe { return *(BodyGetTorqueUnsafe(body)); } |
551 | } | 551 | } |
552 | 552 | ||
553 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetWorld"), SuppressUnmanagedCodeSecurity] | 553 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetWorld"), SuppressUnmanagedCodeSecurity] |
554 | public static extern IntPtr BodyGetWorld(IntPtr body); | 554 | public static extern IntPtr BodyGetWorld(IntPtr body); |
@@ -560,38 +560,38 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
560 | public static extern IntPtr dBodyGetNextGeom(IntPtr Geom); | 560 | public static extern IntPtr dBodyGetNextGeom(IntPtr Geom); |
561 | 561 | ||
562 | 562 | ||
563 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyIsEnabled"), SuppressUnmanagedCodeSecurity] | 563 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyIsEnabled"), SuppressUnmanagedCodeSecurity] |
564 | public static extern bool BodyIsEnabled(IntPtr body); | 564 | public static extern bool BodyIsEnabled(IntPtr body); |
565 | 565 | ||
566 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAngularVel"), SuppressUnmanagedCodeSecurity] | 566 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAngularVel"), SuppressUnmanagedCodeSecurity] |
567 | public static extern void BodySetAngularVel(IntPtr body, dReal x, dReal y, dReal z); | 567 | public static extern void BodySetAngularVel(IntPtr body, dReal x, dReal y, dReal z); |
568 | 568 | ||
569 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] | 569 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] |
570 | public static extern void BodySetAutoDisableAngularThreshold(IntPtr body, dReal angular_threshold); | 570 | public static extern void BodySetAutoDisableAngularThreshold(IntPtr body, dReal angular_threshold); |
571 | 571 | ||
572 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableDefaults"), SuppressUnmanagedCodeSecurity] | 572 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableDefaults"), SuppressUnmanagedCodeSecurity] |
573 | public static extern void BodySetAutoDisableDefaults(IntPtr body); | 573 | public static extern void BodySetAutoDisableDefaults(IntPtr body); |
574 | 574 | ||
575 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] | 575 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] |
576 | public static extern void BodySetAutoDisableFlag(IntPtr body, bool do_auto_disable); | 576 | public static extern void BodySetAutoDisableFlag(IntPtr body, bool do_auto_disable); |
577 | 577 | ||
578 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] | 578 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] |
579 | public static extern void BodySetAutoDisableLinearThreshold(IntPtr body, dReal linear_threshold); | 579 | public static extern void BodySetAutoDisableLinearThreshold(IntPtr body, dReal linear_threshold); |
580 | 580 | ||
581 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] | 581 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] |
582 | public static extern void BodySetAutoDisableSteps(IntPtr body, int steps); | 582 | public static extern void BodySetAutoDisableSteps(IntPtr body, int steps); |
583 | 583 | ||
584 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableTime"), SuppressUnmanagedCodeSecurity] | 584 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableTime"), SuppressUnmanagedCodeSecurity] |
585 | public static extern void BodySetAutoDisableTime(IntPtr body, dReal time); | 585 | public static extern void BodySetAutoDisableTime(IntPtr body, dReal time); |
586 | 586 | ||
587 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetData"), SuppressUnmanagedCodeSecurity] | 587 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetData"), SuppressUnmanagedCodeSecurity] |
588 | public static extern void BodySetData(IntPtr body, IntPtr data); | 588 | public static extern void BodySetData(IntPtr body, IntPtr data); |
589 | 589 | ||
590 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetFiniteRotationMode"), SuppressUnmanagedCodeSecurity] | 590 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetFiniteRotationMode"), SuppressUnmanagedCodeSecurity] |
591 | public static extern void BodySetFiniteRotationMode(IntPtr body, int mode); | 591 | public static extern void BodySetFiniteRotationMode(IntPtr body, int mode); |
592 | 592 | ||
593 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetFiniteRotationAxis"), SuppressUnmanagedCodeSecurity] | 593 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetFiniteRotationAxis"), SuppressUnmanagedCodeSecurity] |
594 | public static extern void BodySetFiniteRotationAxis(IntPtr body, dReal x, dReal y, dReal z); | 594 | public static extern void BodySetFiniteRotationAxis(IntPtr body, dReal x, dReal y, dReal z); |
595 | 595 | ||
596 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetLinearDamping"), SuppressUnmanagedCodeSecurity] | 596 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetLinearDamping"), SuppressUnmanagedCodeSecurity] |
597 | public static extern void BodySetLinearDamping(IntPtr body, dReal scale); | 597 | public static extern void BodySetLinearDamping(IntPtr body, dReal scale); |
@@ -620,11 +620,11 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
620 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAngularDampingThreshold"), SuppressUnmanagedCodeSecurity] | 620 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAngularDampingThreshold"), SuppressUnmanagedCodeSecurity] |
621 | public static extern dReal BodyGetAngularDampingThreshold(IntPtr body); | 621 | public static extern dReal BodyGetAngularDampingThreshold(IntPtr body); |
622 | 622 | ||
623 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetForce"), SuppressUnmanagedCodeSecurity] | 623 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetForce"), SuppressUnmanagedCodeSecurity] |
624 | public static extern void BodySetForce(IntPtr body, dReal x, dReal y, dReal z); | 624 | public static extern void BodySetForce(IntPtr body, dReal x, dReal y, dReal z); |
625 | 625 | ||
626 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetGravityMode"), SuppressUnmanagedCodeSecurity] | 626 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetGravityMode"), SuppressUnmanagedCodeSecurity] |
627 | public static extern void BodySetGravityMode(IntPtr body, bool mode); | 627 | public static extern void BodySetGravityMode(IntPtr body, bool mode); |
628 | 628 | ||
629 | /// <summary> | 629 | /// <summary> |
630 | /// Sets the Gyroscopic term status on the body specified. | 630 | /// Sets the Gyroscopic term status on the body specified. |
@@ -634,76 +634,76 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
634 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetGyroscopicMode"), SuppressUnmanagedCodeSecurity] | 634 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetGyroscopicMode"), SuppressUnmanagedCodeSecurity] |
635 | public static extern void dBodySetGyroscopicMode(IntPtr body, int enabled); | 635 | public static extern void dBodySetGyroscopicMode(IntPtr body, int enabled); |
636 | 636 | ||
637 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetLinearVel"), SuppressUnmanagedCodeSecurity] | 637 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetLinearVel"), SuppressUnmanagedCodeSecurity] |
638 | public static extern void BodySetLinearVel(IntPtr body, dReal x, dReal y, dReal z); | 638 | public static extern void BodySetLinearVel(IntPtr body, dReal x, dReal y, dReal z); |
639 | 639 | ||
640 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetMass"), SuppressUnmanagedCodeSecurity] | 640 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetMass"), SuppressUnmanagedCodeSecurity] |
641 | public static extern void BodySetMass(IntPtr body, ref Mass mass); | 641 | public static extern void BodySetMass(IntPtr body, ref Mass mass); |
642 | 642 | ||
643 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetPosition"), SuppressUnmanagedCodeSecurity] | 643 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetPosition"), SuppressUnmanagedCodeSecurity] |
644 | public static extern void BodySetPosition(IntPtr body, dReal x, dReal y, dReal z); | 644 | public static extern void BodySetPosition(IntPtr body, dReal x, dReal y, dReal z); |
645 | 645 | ||
646 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetQuaternion"), SuppressUnmanagedCodeSecurity] | 646 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetQuaternion"), SuppressUnmanagedCodeSecurity] |
647 | public static extern void BodySetQuaternion(IntPtr body, ref Quaternion q); | 647 | public static extern void BodySetQuaternion(IntPtr body, ref Quaternion q); |
648 | 648 | ||
649 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetQuaternion"), SuppressUnmanagedCodeSecurity] | 649 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetQuaternion"), SuppressUnmanagedCodeSecurity] |
650 | public static extern void BodySetQuaternion(IntPtr body, ref dReal w); | 650 | public static extern void BodySetQuaternion(IntPtr body, ref dReal w); |
651 | 651 | ||
652 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetRotation"), SuppressUnmanagedCodeSecurity] | 652 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetRotation"), SuppressUnmanagedCodeSecurity] |
653 | public static extern void BodySetRotation(IntPtr body, ref Matrix3 R); | 653 | public static extern void BodySetRotation(IntPtr body, ref Matrix3 R); |
654 | 654 | ||
655 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetRotation"), SuppressUnmanagedCodeSecurity] | 655 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetRotation"), SuppressUnmanagedCodeSecurity] |
656 | public static extern void BodySetRotation(IntPtr body, ref dReal M00); | 656 | public static extern void BodySetRotation(IntPtr body, ref dReal M00); |
657 | 657 | ||
658 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetTorque"), SuppressUnmanagedCodeSecurity] | 658 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetTorque"), SuppressUnmanagedCodeSecurity] |
659 | public static extern void BodySetTorque(IntPtr body, dReal x, dReal y, dReal z); | 659 | public static extern void BodySetTorque(IntPtr body, dReal x, dReal y, dReal z); |
660 | 660 | ||
661 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyVectorFromWorld"), SuppressUnmanagedCodeSecurity] | 661 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyVectorFromWorld"), SuppressUnmanagedCodeSecurity] |
662 | public static extern void BodyVectorFromWorld(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 662 | public static extern void BodyVectorFromWorld(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
663 | 663 | ||
664 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyVectorToWorld"), SuppressUnmanagedCodeSecurity] | 664 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyVectorToWorld"), SuppressUnmanagedCodeSecurity] |
665 | public static extern void BodyVectorToWorld(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 665 | public static extern void BodyVectorToWorld(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
666 | 666 | ||
667 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBoxBox"), SuppressUnmanagedCodeSecurity] | 667 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBoxBox"), SuppressUnmanagedCodeSecurity] |
668 | public static extern void BoxBox(ref Vector3 p1, ref Matrix3 R1, | 668 | public static extern void BoxBox(ref Vector3 p1, ref Matrix3 R1, |
669 | ref Vector3 side1, ref Vector3 p2, | 669 | ref Vector3 side1, ref Vector3 p2, |
670 | ref Matrix3 R2, ref Vector3 side2, | 670 | ref Matrix3 R2, ref Vector3 side2, |
671 | ref Vector3 normal, out dReal depth, out int return_code, | 671 | ref Vector3 normal, out dReal depth, out int return_code, |
672 | int maxc, out ContactGeom contact, int skip); | 672 | int maxc, out ContactGeom contact, int skip); |
673 | 673 | ||
674 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBoxTouchesBox"), SuppressUnmanagedCodeSecurity] | 674 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBoxTouchesBox"), SuppressUnmanagedCodeSecurity] |
675 | public static extern void BoxTouchesBox(ref Vector3 _p1, ref Matrix3 R1, | 675 | public static extern void BoxTouchesBox(ref Vector3 _p1, ref Matrix3 R1, |
676 | ref Vector3 side1, ref Vector3 _p2, | 676 | ref Vector3 side1, ref Vector3 _p2, |
677 | ref Matrix3 R2, ref Vector3 side2); | 677 | ref Matrix3 R2, ref Vector3 side2); |
678 | 678 | ||
679 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCleanupODEAllDataForThread"), SuppressUnmanagedCodeSecurity] | 679 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCleanupODEAllDataForThread"), SuppressUnmanagedCodeSecurity] |
680 | public static extern void CleanupODEAllDataForThread(); | 680 | public static extern void CleanupODEAllDataForThread(); |
681 | 681 | ||
682 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dClosestLineSegmentPoints"), SuppressUnmanagedCodeSecurity] | 682 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dClosestLineSegmentPoints"), SuppressUnmanagedCodeSecurity] |
683 | public static extern void ClosestLineSegmentPoints(ref Vector3 a1, ref Vector3 a2, | 683 | public static extern void ClosestLineSegmentPoints(ref Vector3 a1, ref Vector3 a2, |
684 | ref Vector3 b1, ref Vector3 b2, | 684 | ref Vector3 b1, ref Vector3 b2, |
685 | ref Vector3 cp1, ref Vector3 cp2); | 685 | ref Vector3 cp1, ref Vector3 cp2); |
686 | 686 | ||
687 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCloseODE"), SuppressUnmanagedCodeSecurity] | 687 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCloseODE"), SuppressUnmanagedCodeSecurity] |
688 | public static extern void CloseODE(); | 688 | public static extern void CloseODE(); |
689 | 689 | ||
690 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCollide"), SuppressUnmanagedCodeSecurity] | 690 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCollide"), SuppressUnmanagedCodeSecurity] |
691 | public static extern int Collide(IntPtr o1, IntPtr o2, int flags, [In, Out] ContactGeom[] contact, int skip); | 691 | public static extern int Collide(IntPtr o1, IntPtr o2, int flags, [In, Out] ContactGeom[] contact, int skip); |
692 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCollide"), SuppressUnmanagedCodeSecurity] | 692 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCollide"), SuppressUnmanagedCodeSecurity] |
693 | public static extern int CollidePtr(IntPtr o1, IntPtr o2, int flags, IntPtr contactgeomarray, int skip); | 693 | public static extern int CollidePtr(IntPtr o1, IntPtr o2, int flags, IntPtr contactgeomarray, int skip); |
694 | 694 | ||
695 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dConnectingJoint"), SuppressUnmanagedCodeSecurity] | 695 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dConnectingJoint"), SuppressUnmanagedCodeSecurity] |
696 | public static extern IntPtr ConnectingJoint(IntPtr j1, IntPtr j2); | 696 | public static extern IntPtr ConnectingJoint(IntPtr j1, IntPtr j2); |
697 | 697 | ||
698 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateBox"), SuppressUnmanagedCodeSecurity] | 698 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateBox"), SuppressUnmanagedCodeSecurity] |
699 | public static extern IntPtr CreateiBox(IntPtr space, dReal lx, dReal ly, dReal lz); | 699 | public static extern IntPtr CreateiBox(IntPtr space, dReal lx, dReal ly, dReal lz); |
700 | public static IntPtr CreateBox(IntPtr space, dReal lx, dReal ly, dReal lz) | 700 | public static IntPtr CreateBox(IntPtr space, dReal lx, dReal ly, dReal lz) |
701 | { | 701 | { |
702 | NTotalGeoms++; | 702 | NTotalGeoms++; |
703 | return CreateiBox(space, lx, ly, lz); | 703 | return CreateiBox(space, lx, ly, lz); |
704 | } | 704 | } |
705 | 705 | ||
706 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateCapsule"), SuppressUnmanagedCodeSecurity] | 706 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateCapsule"), SuppressUnmanagedCodeSecurity] |
707 | public static extern IntPtr CreateiCapsule(IntPtr space, dReal radius, dReal length); | 707 | public static extern IntPtr CreateiCapsule(IntPtr space, dReal radius, dReal length); |
708 | public static IntPtr CreateCapsule(IntPtr space, dReal radius, dReal length) | 708 | public static IntPtr CreateCapsule(IntPtr space, dReal radius, dReal length) |
709 | { | 709 | { |
@@ -711,23 +711,23 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
711 | return CreateiCapsule(space, radius, length); | 711 | return CreateiCapsule(space, radius, length); |
712 | } | 712 | } |
713 | 713 | ||
714 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateConvex"), SuppressUnmanagedCodeSecurity] | 714 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateConvex"), SuppressUnmanagedCodeSecurity] |
715 | public static extern IntPtr CreateiConvex(IntPtr space, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons); | 715 | public static extern IntPtr CreateiConvex(IntPtr space, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons); |
716 | public static IntPtr CreateConvex(IntPtr space, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons) | 716 | public static IntPtr CreateConvex(IntPtr space, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons) |
717 | { | 717 | { |
718 | NTotalGeoms++; | 718 | NTotalGeoms++; |
719 | return CreateiConvex(space, planes, planeCount, points, pointCount, polygons); | 719 | return CreateiConvex(space, planes, planeCount, points, pointCount, polygons); |
720 | } | 720 | } |
721 | 721 | ||
722 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateCylinder"), SuppressUnmanagedCodeSecurity] | 722 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateCylinder"), SuppressUnmanagedCodeSecurity] |
723 | public static extern IntPtr CreateiCylinder(IntPtr space, dReal radius, dReal length); | 723 | public static extern IntPtr CreateiCylinder(IntPtr space, dReal radius, dReal length); |
724 | public static IntPtr CreateCylinder(IntPtr space, dReal radius, dReal length) | 724 | public static IntPtr CreateCylinder(IntPtr space, dReal radius, dReal length) |
725 | { | 725 | { |
726 | NTotalGeoms++; | 726 | NTotalGeoms++; |
727 | return CreateiCylinder(space, radius, length); | 727 | return CreateiCylinder(space, radius, length); |
728 | } | 728 | } |
729 | 729 | ||
730 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateHeightfield"), SuppressUnmanagedCodeSecurity] | 730 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateHeightfield"), SuppressUnmanagedCodeSecurity] |
731 | public static extern IntPtr CreateiHeightfield(IntPtr space, IntPtr data, int bPlaceable); | 731 | public static extern IntPtr CreateiHeightfield(IntPtr space, IntPtr data, int bPlaceable); |
732 | public static IntPtr CreateHeightfield(IntPtr space, IntPtr data, int bPlaceable) | 732 | public static IntPtr CreateHeightfield(IntPtr space, IntPtr data, int bPlaceable) |
733 | { | 733 | { |
@@ -745,23 +745,23 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
745 | 745 | ||
746 | 746 | ||
747 | 747 | ||
748 | |||
749 | 748 | ||
750 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeom"), SuppressUnmanagedCodeSecurity] | 749 | |
751 | public static extern IntPtr CreateiGeom(int classnum); | 750 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeom"), SuppressUnmanagedCodeSecurity] |
751 | public static extern IntPtr CreateiGeom(int classnum); | ||
752 | public static IntPtr CreateGeom(int classnum) | 752 | public static IntPtr CreateGeom(int classnum) |
753 | { | 753 | { |
754 | NTotalGeoms++; | 754 | NTotalGeoms++; |
755 | return CreateiGeom(classnum); | 755 | return CreateiGeom(classnum); |
756 | } | 756 | } |
757 | 757 | ||
758 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeomClass"), SuppressUnmanagedCodeSecurity] | 758 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeomClass"), SuppressUnmanagedCodeSecurity] |
759 | public static extern int CreateGeomClass(ref GeomClass classptr); | 759 | public static extern int CreateGeomClass(ref GeomClass classptr); |
760 | 760 | ||
761 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeomTransform"), SuppressUnmanagedCodeSecurity] | 761 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeomTransform"), SuppressUnmanagedCodeSecurity] |
762 | public static extern IntPtr CreateGeomTransform(IntPtr space); | 762 | public static extern IntPtr CreateGeomTransform(IntPtr space); |
763 | 763 | ||
764 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreatePlane"), SuppressUnmanagedCodeSecurity] | 764 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreatePlane"), SuppressUnmanagedCodeSecurity] |
765 | public static extern IntPtr CreateiPlane(IntPtr space, dReal a, dReal b, dReal c, dReal d); | 765 | public static extern IntPtr CreateiPlane(IntPtr space, dReal a, dReal b, dReal c, dReal d); |
766 | public static IntPtr CreatePlane(IntPtr space, dReal a, dReal b, dReal c, dReal d) | 766 | public static IntPtr CreatePlane(IntPtr space, dReal a, dReal b, dReal c, dReal d) |
767 | { | 767 | { |
@@ -769,25 +769,25 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
769 | return CreateiPlane(space, a, b, c, d); | 769 | return CreateiPlane(space, a, b, c, d); |
770 | } | 770 | } |
771 | 771 | ||
772 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateRay"), SuppressUnmanagedCodeSecurity] | 772 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateRay"), SuppressUnmanagedCodeSecurity] |
773 | public static extern IntPtr CreateiRay(IntPtr space, dReal length); | 773 | public static extern IntPtr CreateiRay(IntPtr space, dReal length); |
774 | public static IntPtr CreateRay(IntPtr space, dReal length) | 774 | public static IntPtr CreateRay(IntPtr space, dReal length) |
775 | { | 775 | { |
776 | NTotalGeoms++; | 776 | NTotalGeoms++; |
777 | return CreateiRay(space, length); | 777 | return CreateiRay(space, length); |
778 | } | 778 | } |
779 | 779 | ||
780 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateSphere"), SuppressUnmanagedCodeSecurity] | 780 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateSphere"), SuppressUnmanagedCodeSecurity] |
781 | public static extern IntPtr CreateiSphere(IntPtr space, dReal radius); | 781 | public static extern IntPtr CreateiSphere(IntPtr space, dReal radius); |
782 | public static IntPtr CreateSphere(IntPtr space, dReal radius) | 782 | public static IntPtr CreateSphere(IntPtr space, dReal radius) |
783 | { | 783 | { |
784 | NTotalGeoms++; | 784 | NTotalGeoms++; |
785 | return CreateiSphere(space, radius); | 785 | return CreateiSphere(space, radius); |
786 | } | 786 | } |
787 | 787 | ||
788 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateTriMesh"), SuppressUnmanagedCodeSecurity] | 788 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateTriMesh"), SuppressUnmanagedCodeSecurity] |
789 | public static extern IntPtr CreateiTriMesh(IntPtr space, IntPtr data, | 789 | public static extern IntPtr CreateiTriMesh(IntPtr space, IntPtr data, |
790 | TriCallback callback, TriArrayCallback arrayCallback, TriRayCallback rayCallback); | 790 | TriCallback callback, TriArrayCallback arrayCallback, TriRayCallback rayCallback); |
791 | public static IntPtr CreateTriMesh(IntPtr space, IntPtr data, | 791 | public static IntPtr CreateTriMesh(IntPtr space, IntPtr data, |
792 | TriCallback callback, TriArrayCallback arrayCallback, TriRayCallback rayCallback) | 792 | TriCallback callback, TriArrayCallback arrayCallback, TriRayCallback rayCallback) |
793 | { | 793 | { |
@@ -795,79 +795,79 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
795 | return CreateiTriMesh(space, data, callback, arrayCallback, rayCallback); | 795 | return CreateiTriMesh(space, data, callback, arrayCallback, rayCallback); |
796 | } | 796 | } |
797 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dDot"), SuppressUnmanagedCodeSecurity] | 797 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dDot"), SuppressUnmanagedCodeSecurity] |
798 | public static extern dReal Dot(ref dReal X0, ref dReal X1, int n); | 798 | public static extern dReal Dot(ref dReal X0, ref dReal X1, int n); |
799 | 799 | ||
800 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dDQfromW"), SuppressUnmanagedCodeSecurity] | 800 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dDQfromW"), SuppressUnmanagedCodeSecurity] |
801 | public static extern void DQfromW(dReal[] dq, ref Vector3 w, ref Quaternion q); | 801 | public static extern void DQfromW(dReal[] dq, ref Vector3 w, ref Quaternion q); |
802 | 802 | ||
803 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dFactorCholesky"), SuppressUnmanagedCodeSecurity] | 803 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dFactorCholesky"), SuppressUnmanagedCodeSecurity] |
804 | public static extern int FactorCholesky(ref dReal A00, int n); | 804 | public static extern int FactorCholesky(ref dReal A00, int n); |
805 | 805 | ||
806 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dFactorLDLT"), SuppressUnmanagedCodeSecurity] | 806 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dFactorLDLT"), SuppressUnmanagedCodeSecurity] |
807 | public static extern void FactorLDLT(ref dReal A, out dReal d, int n, int nskip); | 807 | public static extern void FactorLDLT(ref dReal A, out dReal d, int n, int nskip); |
808 | 808 | ||
809 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxGetLengths"), SuppressUnmanagedCodeSecurity] | 809 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxGetLengths"), SuppressUnmanagedCodeSecurity] |
810 | public static extern void GeomBoxGetLengths(IntPtr geom, out Vector3 len); | 810 | public static extern void GeomBoxGetLengths(IntPtr geom, out Vector3 len); |
811 | 811 | ||
812 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxGetLengths"), SuppressUnmanagedCodeSecurity] | 812 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxGetLengths"), SuppressUnmanagedCodeSecurity] |
813 | public static extern void GeomBoxGetLengths(IntPtr geom, out dReal x); | 813 | public static extern void GeomBoxGetLengths(IntPtr geom, out dReal x); |
814 | 814 | ||
815 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxPointDepth"), SuppressUnmanagedCodeSecurity] | 815 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxPointDepth"), SuppressUnmanagedCodeSecurity] |
816 | public static extern dReal GeomBoxPointDepth(IntPtr geom, dReal x, dReal y, dReal z); | 816 | public static extern dReal GeomBoxPointDepth(IntPtr geom, dReal x, dReal y, dReal z); |
817 | 817 | ||
818 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxSetLengths"), SuppressUnmanagedCodeSecurity] | 818 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxSetLengths"), SuppressUnmanagedCodeSecurity] |
819 | public static extern void GeomBoxSetLengths(IntPtr geom, dReal x, dReal y, dReal z); | 819 | public static extern void GeomBoxSetLengths(IntPtr geom, dReal x, dReal y, dReal z); |
820 | 820 | ||
821 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsuleGetParams"), SuppressUnmanagedCodeSecurity] | 821 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsuleGetParams"), SuppressUnmanagedCodeSecurity] |
822 | public static extern void GeomCapsuleGetParams(IntPtr geom, out dReal radius, out dReal length); | 822 | public static extern void GeomCapsuleGetParams(IntPtr geom, out dReal radius, out dReal length); |
823 | 823 | ||
824 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsulePointDepth"), SuppressUnmanagedCodeSecurity] | 824 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsulePointDepth"), SuppressUnmanagedCodeSecurity] |
825 | public static extern dReal GeomCapsulePointDepth(IntPtr geom, dReal x, dReal y, dReal z); | 825 | public static extern dReal GeomCapsulePointDepth(IntPtr geom, dReal x, dReal y, dReal z); |
826 | 826 | ||
827 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsuleSetParams"), SuppressUnmanagedCodeSecurity] | 827 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsuleSetParams"), SuppressUnmanagedCodeSecurity] |
828 | public static extern void GeomCapsuleSetParams(IntPtr geom, dReal radius, dReal length); | 828 | public static extern void GeomCapsuleSetParams(IntPtr geom, dReal radius, dReal length); |
829 | 829 | ||
830 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomClearOffset"), SuppressUnmanagedCodeSecurity] | 830 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomClearOffset"), SuppressUnmanagedCodeSecurity] |
831 | public static extern void GeomClearOffset(IntPtr geom); | 831 | public static extern void GeomClearOffset(IntPtr geom); |
832 | 832 | ||
833 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetPosition"), SuppressUnmanagedCodeSecurity] | 833 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetPosition"), SuppressUnmanagedCodeSecurity] |
834 | public static extern IntPtr GeomCopyOffsetPosition(IntPtr geom, ref Vector3 pos); | 834 | public static extern IntPtr GeomCopyOffsetPosition(IntPtr geom, ref Vector3 pos); |
835 | 835 | ||
836 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetPosition"), SuppressUnmanagedCodeSecurity] | 836 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetPosition"), SuppressUnmanagedCodeSecurity] |
837 | public static extern IntPtr GeomCopyOffsetPosition(IntPtr geom, ref dReal X); | 837 | public static extern IntPtr GeomCopyOffsetPosition(IntPtr geom, ref dReal X); |
838 | 838 | ||
839 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] | 839 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] |
840 | public static extern void GeomCopyOffsetQuaternion(IntPtr geom, ref Quaternion Q); | 840 | public static extern void GeomCopyOffsetQuaternion(IntPtr geom, ref Quaternion Q); |
841 | 841 | ||
842 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] | 842 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] |
843 | public static extern void GeomCopyOffsetQuaternion(IntPtr geom, ref dReal X); | 843 | public static extern void GeomCopyOffsetQuaternion(IntPtr geom, ref dReal X); |
844 | 844 | ||
845 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetRotation"), SuppressUnmanagedCodeSecurity] | 845 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetRotation"), SuppressUnmanagedCodeSecurity] |
846 | public static extern IntPtr GeomCopyOffsetRotation(IntPtr geom, ref Matrix3 R); | 846 | public static extern IntPtr GeomCopyOffsetRotation(IntPtr geom, ref Matrix3 R); |
847 | 847 | ||
848 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetRotation"), SuppressUnmanagedCodeSecurity] | 848 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetRotation"), SuppressUnmanagedCodeSecurity] |
849 | public static extern IntPtr GeomCopyOffsetRotation(IntPtr geom, ref dReal M00); | 849 | public static extern IntPtr GeomCopyOffsetRotation(IntPtr geom, ref dReal M00); |
850 | 850 | ||
851 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyPosition"), SuppressUnmanagedCodeSecurity] | 851 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyPosition"), SuppressUnmanagedCodeSecurity] |
852 | public static extern void GeomCopyPosition(IntPtr geom, out Vector3 pos); | 852 | public static extern void GeomCopyPosition(IntPtr geom, out Vector3 pos); |
853 | 853 | ||
854 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyPosition"), SuppressUnmanagedCodeSecurity] | 854 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyPosition"), SuppressUnmanagedCodeSecurity] |
855 | public static extern void GeomCopyPosition(IntPtr geom, out dReal X); | 855 | public static extern void GeomCopyPosition(IntPtr geom, out dReal X); |
856 | 856 | ||
857 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyRotation"), SuppressUnmanagedCodeSecurity] | 857 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyRotation"), SuppressUnmanagedCodeSecurity] |
858 | public static extern void GeomCopyRotation(IntPtr geom, out Matrix3 R); | 858 | public static extern void GeomCopyRotation(IntPtr geom, out Matrix3 R); |
859 | 859 | ||
860 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyRotation"), SuppressUnmanagedCodeSecurity] | 860 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyRotation"), SuppressUnmanagedCodeSecurity] |
861 | public static extern void GeomCopyRotation(IntPtr geom, out dReal M00); | 861 | public static extern void GeomCopyRotation(IntPtr geom, out dReal M00); |
862 | 862 | ||
863 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCylinderGetParams"), SuppressUnmanagedCodeSecurity] | 863 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCylinderGetParams"), SuppressUnmanagedCodeSecurity] |
864 | public static extern void GeomCylinderGetParams(IntPtr geom, out dReal radius, out dReal length); | 864 | public static extern void GeomCylinderGetParams(IntPtr geom, out dReal radius, out dReal length); |
865 | 865 | ||
866 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCylinderSetParams"), SuppressUnmanagedCodeSecurity] | 866 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCylinderSetParams"), SuppressUnmanagedCodeSecurity] |
867 | public static extern void GeomCylinderSetParams(IntPtr geom, dReal radius, dReal length); | 867 | public static extern void GeomCylinderSetParams(IntPtr geom, dReal radius, dReal length); |
868 | 868 | ||
869 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomDestroy"), SuppressUnmanagedCodeSecurity] | 869 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomDestroy"), SuppressUnmanagedCodeSecurity] |
870 | public static extern void GeomiDestroy(IntPtr geom); | 870 | public static extern void GeomiDestroy(IntPtr geom); |
871 | public static void GeomDestroy(IntPtr geom) | 871 | public static void GeomDestroy(IntPtr geom) |
872 | { | 872 | { |
873 | NTotalGeoms--; | 873 | NTotalGeoms--; |
@@ -875,63 +875,63 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
875 | } | 875 | } |
876 | 876 | ||
877 | 877 | ||
878 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomDisable"), SuppressUnmanagedCodeSecurity] | 878 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomDisable"), SuppressUnmanagedCodeSecurity] |
879 | public static extern void GeomDisable(IntPtr geom); | 879 | public static extern void GeomDisable(IntPtr geom); |
880 | 880 | ||
881 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomEnable"), SuppressUnmanagedCodeSecurity] | 881 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomEnable"), SuppressUnmanagedCodeSecurity] |
882 | public static extern void GeomEnable(IntPtr geom); | 882 | public static extern void GeomEnable(IntPtr geom); |
883 | 883 | ||
884 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetAABB"), SuppressUnmanagedCodeSecurity] | 884 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetAABB"), SuppressUnmanagedCodeSecurity] |
885 | public static extern void GeomGetAABB(IntPtr geom, out AABB aabb); | 885 | public static extern void GeomGetAABB(IntPtr geom, out AABB aabb); |
886 | 886 | ||
887 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetAABB"), SuppressUnmanagedCodeSecurity] | 887 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetAABB"), SuppressUnmanagedCodeSecurity] |
888 | public static extern void GeomGetAABB(IntPtr geom, out dReal minX); | 888 | public static extern void GeomGetAABB(IntPtr geom, out dReal minX); |
889 | 889 | ||
890 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetBody"), SuppressUnmanagedCodeSecurity] | 890 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetBody"), SuppressUnmanagedCodeSecurity] |
891 | public static extern IntPtr GeomGetBody(IntPtr geom); | 891 | public static extern IntPtr GeomGetBody(IntPtr geom); |
892 | 892 | ||
893 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetCategoryBits"), SuppressUnmanagedCodeSecurity] | 893 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetCategoryBits"), SuppressUnmanagedCodeSecurity] |
894 | public static extern uint GeomGetCategoryBits(IntPtr geom); | 894 | public static extern uint GeomGetCategoryBits(IntPtr geom); |
895 | 895 | ||
896 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetClassData"), SuppressUnmanagedCodeSecurity] | 896 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetClassData"), SuppressUnmanagedCodeSecurity] |
897 | public static extern IntPtr GeomGetClassData(IntPtr geom); | 897 | public static extern IntPtr GeomGetClassData(IntPtr geom); |
898 | 898 | ||
899 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetCollideBits"), SuppressUnmanagedCodeSecurity] | 899 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetCollideBits"), SuppressUnmanagedCodeSecurity] |
900 | public static extern uint GeomGetCollideBits(IntPtr geom); | 900 | public static extern uint GeomGetCollideBits(IntPtr geom); |
901 | 901 | ||
902 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetClass"), SuppressUnmanagedCodeSecurity] | 902 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetClass"), SuppressUnmanagedCodeSecurity] |
903 | public static extern GeomClassID GeomGetClass(IntPtr geom); | 903 | public static extern GeomClassID GeomGetClass(IntPtr geom); |
904 | 904 | ||
905 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetData"), SuppressUnmanagedCodeSecurity] | 905 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetData"), SuppressUnmanagedCodeSecurity] |
906 | public static extern IntPtr GeomGetData(IntPtr geom); | 906 | public static extern IntPtr GeomGetData(IntPtr geom); |
907 | 907 | ||
908 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetPosition"), SuppressUnmanagedCodeSecurity] | 908 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetPosition"), SuppressUnmanagedCodeSecurity] |
909 | public extern unsafe static Vector3* GeomGetOffsetPositionUnsafe(IntPtr geom); | 909 | public extern unsafe static Vector3* GeomGetOffsetPositionUnsafe(IntPtr geom); |
910 | public static Vector3 GeomGetOffsetPosition(IntPtr geom) | 910 | public static Vector3 GeomGetOffsetPosition(IntPtr geom) |
911 | { | 911 | { |
912 | unsafe { return *(GeomGetOffsetPositionUnsafe(geom)); } | 912 | unsafe { return *(GeomGetOffsetPositionUnsafe(geom)); } |
913 | } | 913 | } |
914 | 914 | ||
915 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetRotation"), SuppressUnmanagedCodeSecurity] | 915 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetRotation"), SuppressUnmanagedCodeSecurity] |
916 | public extern unsafe static Matrix3* GeomGetOffsetRotationUnsafe(IntPtr geom); | 916 | public extern unsafe static Matrix3* GeomGetOffsetRotationUnsafe(IntPtr geom); |
917 | public static Matrix3 GeomGetOffsetRotation(IntPtr geom) | 917 | public static Matrix3 GeomGetOffsetRotation(IntPtr geom) |
918 | { | 918 | { |
919 | unsafe { return *(GeomGetOffsetRotationUnsafe(geom)); } | 919 | unsafe { return *(GeomGetOffsetRotationUnsafe(geom)); } |
920 | } | 920 | } |
921 | 921 | ||
922 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetPosition"), SuppressUnmanagedCodeSecurity] | 922 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetPosition"), SuppressUnmanagedCodeSecurity] |
923 | public extern unsafe static Vector3* GeomGetPositionUnsafe(IntPtr geom); | 923 | public extern unsafe static Vector3* GeomGetPositionUnsafe(IntPtr geom); |
924 | public static Vector3 GeomGetPosition(IntPtr geom) | 924 | public static Vector3 GeomGetPosition(IntPtr geom) |
925 | { | 925 | { |
926 | unsafe { return *(GeomGetPositionUnsafe(geom)); } | 926 | unsafe { return *(GeomGetPositionUnsafe(geom)); } |
927 | } | 927 | } |
928 | public static OMV.Vector3 GeomGetPositionOMV(IntPtr geom) | 928 | public static OMV.Vector3 GeomGetPositionOMV(IntPtr geom) |
929 | { | 929 | { |
930 | Vector3 vtmp = GeomGetPosition(geom); | 930 | Vector3 vtmp = GeomGetPosition(geom); |
931 | return new OMV.Vector3(vtmp.X, vtmp.Y, vtmp.Z); | 931 | return new OMV.Vector3(vtmp.X, vtmp.Y, vtmp.Z); |
932 | } | 932 | } |
933 | 933 | ||
934 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetQuaternion"), SuppressUnmanagedCodeSecurity] | 934 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetQuaternion"), SuppressUnmanagedCodeSecurity] |
935 | public static extern void GeomCopyQuaternion(IntPtr geom, out Quaternion q); | 935 | public static extern void GeomCopyQuaternion(IntPtr geom, out Quaternion q); |
936 | public static OMV.Quaternion GeomGetQuaternionOMV(IntPtr geom) | 936 | public static OMV.Quaternion GeomGetQuaternionOMV(IntPtr geom) |
937 | { | 937 | { |
@@ -940,85 +940,85 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
940 | return new OMV.Quaternion(qtmp.X, qtmp.Y, qtmp.Z, qtmp.W); | 940 | return new OMV.Quaternion(qtmp.X, qtmp.Y, qtmp.Z, qtmp.W); |
941 | } | 941 | } |
942 | 942 | ||
943 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetQuaternion"), SuppressUnmanagedCodeSecurity] | 943 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetQuaternion"), SuppressUnmanagedCodeSecurity] |
944 | public static extern void GeomCopyQuaternion(IntPtr geom, out dReal X); | 944 | public static extern void GeomCopyQuaternion(IntPtr geom, out dReal X); |
945 | 945 | ||
946 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetRotation"), SuppressUnmanagedCodeSecurity] | 946 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetRotation"), SuppressUnmanagedCodeSecurity] |
947 | public extern unsafe static Matrix3* GeomGetRotationUnsafe(IntPtr geom); | 947 | public extern unsafe static Matrix3* GeomGetRotationUnsafe(IntPtr geom); |
948 | public static Matrix3 GeomGetRotation(IntPtr geom) | 948 | public static Matrix3 GeomGetRotation(IntPtr geom) |
949 | { | 949 | { |
950 | unsafe { return *(GeomGetRotationUnsafe(geom)); } | 950 | unsafe { return *(GeomGetRotationUnsafe(geom)); } |
951 | } | 951 | } |
952 | 952 | ||
953 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetSpace"), SuppressUnmanagedCodeSecurity] | 953 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetSpace"), SuppressUnmanagedCodeSecurity] |
954 | public static extern IntPtr GeomGetSpace(IntPtr geom); | 954 | public static extern IntPtr GeomGetSpace(IntPtr geom); |
955 | 955 | ||
956 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildByte"), SuppressUnmanagedCodeSecurity] | 956 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildByte"), SuppressUnmanagedCodeSecurity] |
957 | public static extern void GeomHeightfieldDataBuildByte(IntPtr d, byte[] pHeightData, int bCopyHeightData, | 957 | public static extern void GeomHeightfieldDataBuildByte(IntPtr d, byte[] pHeightData, int bCopyHeightData, |
958 | dReal width, dReal depth, int widthSamples, int depthSamples, | 958 | dReal width, dReal depth, int widthSamples, int depthSamples, |
959 | dReal scale, dReal offset, dReal thickness, int bWrap); | 959 | dReal scale, dReal offset, dReal thickness, int bWrap); |
960 | 960 | ||
961 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildByte"), SuppressUnmanagedCodeSecurity] | 961 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildByte"), SuppressUnmanagedCodeSecurity] |
962 | public static extern void GeomHeightfieldDataBuildByte(IntPtr d, IntPtr pHeightData, int bCopyHeightData, | 962 | public static extern void GeomHeightfieldDataBuildByte(IntPtr d, IntPtr pHeightData, int bCopyHeightData, |
963 | dReal width, dReal depth, int widthSamples, int depthSamples, | 963 | dReal width, dReal depth, int widthSamples, int depthSamples, |
964 | dReal scale, dReal offset, dReal thickness, int bWrap); | 964 | dReal scale, dReal offset, dReal thickness, int bWrap); |
965 | 965 | ||
966 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildCallback"), SuppressUnmanagedCodeSecurity] | 966 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildCallback"), SuppressUnmanagedCodeSecurity] |
967 | public static extern void GeomHeightfieldDataBuildCallback(IntPtr d, IntPtr pUserData, HeightfieldGetHeight pCallback, | 967 | public static extern void GeomHeightfieldDataBuildCallback(IntPtr d, IntPtr pUserData, HeightfieldGetHeight pCallback, |
968 | dReal width, dReal depth, int widthSamples, int depthSamples, | 968 | dReal width, dReal depth, int widthSamples, int depthSamples, |
969 | dReal scale, dReal offset, dReal thickness, int bWrap); | 969 | dReal scale, dReal offset, dReal thickness, int bWrap); |
970 | 970 | ||
971 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] | 971 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] |
972 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, ushort[] pHeightData, int bCopyHeightData, | 972 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, ushort[] pHeightData, int bCopyHeightData, |
973 | dReal width, dReal depth, int widthSamples, int depthSamples, | 973 | dReal width, dReal depth, int widthSamples, int depthSamples, |
974 | dReal scale, dReal offset, dReal thickness, int bWrap); | 974 | dReal scale, dReal offset, dReal thickness, int bWrap); |
975 | 975 | ||
976 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] | 976 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] |
977 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, short[] pHeightData, int bCopyHeightData, | 977 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, short[] pHeightData, int bCopyHeightData, |
978 | dReal width, dReal depth, int widthSamples, int depthSamples, | 978 | dReal width, dReal depth, int widthSamples, int depthSamples, |
979 | dReal scale, dReal offset, dReal thickness, int bWrap); | 979 | dReal scale, dReal offset, dReal thickness, int bWrap); |
980 | 980 | ||
981 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] | 981 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] |
982 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, IntPtr pHeightData, int bCopyHeightData, | 982 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, IntPtr pHeightData, int bCopyHeightData, |
983 | dReal width, dReal depth, int widthSamples, int depthSamples, | 983 | dReal width, dReal depth, int widthSamples, int depthSamples, |
984 | dReal scale, dReal offset, dReal thickness, int bWrap); | 984 | dReal scale, dReal offset, dReal thickness, int bWrap); |
985 | 985 | ||
986 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildSingle"), SuppressUnmanagedCodeSecurity] | 986 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildSingle"), SuppressUnmanagedCodeSecurity] |
987 | public static extern void GeomHeightfieldDataBuildSingle(IntPtr d, float[] pHeightData, int bCopyHeightData, | 987 | public static extern void GeomHeightfieldDataBuildSingle(IntPtr d, float[] pHeightData, int bCopyHeightData, |
988 | dReal width, dReal depth, int widthSamples, int depthSamples, | 988 | dReal width, dReal depth, int widthSamples, int depthSamples, |
989 | dReal scale, dReal offset, dReal thickness, int bWrap); | 989 | dReal scale, dReal offset, dReal thickness, int bWrap); |
990 | 990 | ||
991 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildSingle"), SuppressUnmanagedCodeSecurity] | 991 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildSingle"), SuppressUnmanagedCodeSecurity] |
992 | public static extern void GeomHeightfieldDataBuildSingle(IntPtr d, IntPtr pHeightData, int bCopyHeightData, | 992 | public static extern void GeomHeightfieldDataBuildSingle(IntPtr d, IntPtr pHeightData, int bCopyHeightData, |
993 | dReal width, dReal depth, int widthSamples, int depthSamples, | 993 | dReal width, dReal depth, int widthSamples, int depthSamples, |
994 | dReal scale, dReal offset, dReal thickness, int bWrap); | 994 | dReal scale, dReal offset, dReal thickness, int bWrap); |
995 | 995 | ||
996 | 996 | ||
997 | 997 | ||
998 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildDouble"), SuppressUnmanagedCodeSecurity] | 998 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildDouble"), SuppressUnmanagedCodeSecurity] |
999 | public static extern void GeomHeightfieldDataBuildDouble(IntPtr d, double[] pHeightData, int bCopyHeightData, | 999 | public static extern void GeomHeightfieldDataBuildDouble(IntPtr d, double[] pHeightData, int bCopyHeightData, |
1000 | dReal width, dReal depth, int widthSamples, int depthSamples, | 1000 | dReal width, dReal depth, int widthSamples, int depthSamples, |
1001 | dReal scale, dReal offset, dReal thickness, int bWrap); | 1001 | dReal scale, dReal offset, dReal thickness, int bWrap); |
1002 | 1002 | ||
1003 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildDouble"), SuppressUnmanagedCodeSecurity] | 1003 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildDouble"), SuppressUnmanagedCodeSecurity] |
1004 | public static extern void GeomHeightfieldDataBuildDouble(IntPtr d, IntPtr pHeightData, int bCopyHeightData, | 1004 | public static extern void GeomHeightfieldDataBuildDouble(IntPtr d, IntPtr pHeightData, int bCopyHeightData, |
1005 | dReal width, dReal depth, int widthSamples, int depthSamples, | 1005 | dReal width, dReal depth, int widthSamples, int depthSamples, |
1006 | dReal scale, dReal offset, dReal thickness, int bWrap); | 1006 | dReal scale, dReal offset, dReal thickness, int bWrap); |
1007 | 1007 | ||
1008 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataCreate"), SuppressUnmanagedCodeSecurity] | 1008 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataCreate"), SuppressUnmanagedCodeSecurity] |
1009 | public static extern IntPtr GeomHeightfieldDataCreate(); | 1009 | public static extern IntPtr GeomHeightfieldDataCreate(); |
1010 | 1010 | ||
1011 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataDestroy"), SuppressUnmanagedCodeSecurity] | 1011 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataDestroy"), SuppressUnmanagedCodeSecurity] |
1012 | public static extern void GeomHeightfieldDataDestroy(IntPtr d); | 1012 | public static extern void GeomHeightfieldDataDestroy(IntPtr d); |
1013 | 1013 | ||
1014 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataSetBounds"), SuppressUnmanagedCodeSecurity] | 1014 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataSetBounds"), SuppressUnmanagedCodeSecurity] |
1015 | public static extern void GeomHeightfieldDataSetBounds(IntPtr d, dReal minHeight, dReal maxHeight); | 1015 | public static extern void GeomHeightfieldDataSetBounds(IntPtr d, dReal minHeight, dReal maxHeight); |
1016 | 1016 | ||
1017 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldGetHeightfieldData"), SuppressUnmanagedCodeSecurity] | 1017 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldGetHeightfieldData"), SuppressUnmanagedCodeSecurity] |
1018 | public static extern IntPtr GeomHeightfieldGetHeightfieldData(IntPtr g); | 1018 | public static extern IntPtr GeomHeightfieldGetHeightfieldData(IntPtr g); |
1019 | 1019 | ||
1020 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldSetHeightfieldData"), SuppressUnmanagedCodeSecurity] | 1020 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldSetHeightfieldData"), SuppressUnmanagedCodeSecurity] |
1021 | public static extern void GeomHeightfieldSetHeightfieldData(IntPtr g, IntPtr d); | 1021 | public static extern void GeomHeightfieldSetHeightfieldData(IntPtr g, IntPtr d); |
1022 | 1022 | ||
1023 | 1023 | ||
1024 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomUbitTerrainDataBuild"), SuppressUnmanagedCodeSecurity] | 1024 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomUbitTerrainDataBuild"), SuppressUnmanagedCodeSecurity] |
@@ -1047,279 +1047,279 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1047 | public static extern void GeomOSTerrainSetHeightfieldData(IntPtr g, IntPtr d); | 1047 | public static extern void GeomOSTerrainSetHeightfieldData(IntPtr g, IntPtr d); |
1048 | 1048 | ||
1049 | 1049 | ||
1050 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsEnabled"), SuppressUnmanagedCodeSecurity] | 1050 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsEnabled"), SuppressUnmanagedCodeSecurity] |
1051 | public static extern bool GeomIsEnabled(IntPtr geom); | 1051 | public static extern bool GeomIsEnabled(IntPtr geom); |
1052 | 1052 | ||
1053 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsOffset"), SuppressUnmanagedCodeSecurity] | 1053 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsOffset"), SuppressUnmanagedCodeSecurity] |
1054 | public static extern bool GeomIsOffset(IntPtr geom); | 1054 | public static extern bool GeomIsOffset(IntPtr geom); |
1055 | 1055 | ||
1056 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsSpace"), SuppressUnmanagedCodeSecurity] | 1056 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsSpace"), SuppressUnmanagedCodeSecurity] |
1057 | public static extern bool GeomIsSpace(IntPtr geom); | 1057 | public static extern bool GeomIsSpace(IntPtr geom); |
1058 | 1058 | ||
1059 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneGetParams"), SuppressUnmanagedCodeSecurity] | 1059 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneGetParams"), SuppressUnmanagedCodeSecurity] |
1060 | public static extern void GeomPlaneGetParams(IntPtr geom, ref Vector4 result); | 1060 | public static extern void GeomPlaneGetParams(IntPtr geom, ref Vector4 result); |
1061 | 1061 | ||
1062 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneGetParams"), SuppressUnmanagedCodeSecurity] | 1062 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneGetParams"), SuppressUnmanagedCodeSecurity] |
1063 | public static extern void GeomPlaneGetParams(IntPtr geom, ref dReal A); | 1063 | public static extern void GeomPlaneGetParams(IntPtr geom, ref dReal A); |
1064 | 1064 | ||
1065 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlanePointDepth"), SuppressUnmanagedCodeSecurity] | 1065 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlanePointDepth"), SuppressUnmanagedCodeSecurity] |
1066 | public static extern dReal GeomPlanePointDepth(IntPtr geom, dReal x, dReal y, dReal z); | 1066 | public static extern dReal GeomPlanePointDepth(IntPtr geom, dReal x, dReal y, dReal z); |
1067 | 1067 | ||
1068 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneSetParams"), SuppressUnmanagedCodeSecurity] | 1068 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneSetParams"), SuppressUnmanagedCodeSecurity] |
1069 | public static extern void GeomPlaneSetParams(IntPtr plane, dReal a, dReal b, dReal c, dReal d); | 1069 | public static extern void GeomPlaneSetParams(IntPtr plane, dReal a, dReal b, dReal c, dReal d); |
1070 | 1070 | ||
1071 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGet"), SuppressUnmanagedCodeSecurity] | 1071 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGet"), SuppressUnmanagedCodeSecurity] |
1072 | public static extern void GeomRayGet(IntPtr ray, ref Vector3 start, ref Vector3 dir); | 1072 | public static extern void GeomRayGet(IntPtr ray, ref Vector3 start, ref Vector3 dir); |
1073 | 1073 | ||
1074 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGet"), SuppressUnmanagedCodeSecurity] | 1074 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGet"), SuppressUnmanagedCodeSecurity] |
1075 | public static extern void GeomRayGet(IntPtr ray, ref dReal startX, ref dReal dirX); | 1075 | public static extern void GeomRayGet(IntPtr ray, ref dReal startX, ref dReal dirX); |
1076 | 1076 | ||
1077 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetClosestHit"), SuppressUnmanagedCodeSecurity] | 1077 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetClosestHit"), SuppressUnmanagedCodeSecurity] |
1078 | public static extern int GeomRayGetClosestHit(IntPtr ray); | 1078 | public static extern int GeomRayGetClosestHit(IntPtr ray); |
1079 | 1079 | ||
1080 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetLength"), SuppressUnmanagedCodeSecurity] | 1080 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetLength"), SuppressUnmanagedCodeSecurity] |
1081 | public static extern dReal GeomRayGetLength(IntPtr ray); | 1081 | public static extern dReal GeomRayGetLength(IntPtr ray); |
1082 | 1082 | ||
1083 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetParams"), SuppressUnmanagedCodeSecurity] | 1083 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetParams"), SuppressUnmanagedCodeSecurity] |
1084 | public static extern dReal GeomRayGetParams(IntPtr g, out int firstContact, out int backfaceCull); | 1084 | public static extern dReal GeomRayGetParams(IntPtr g, out int firstContact, out int backfaceCull); |
1085 | 1085 | ||
1086 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySet"), SuppressUnmanagedCodeSecurity] | 1086 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySet"), SuppressUnmanagedCodeSecurity] |
1087 | public static extern void GeomRaySet(IntPtr ray, dReal px, dReal py, dReal pz, dReal dx, dReal dy, dReal dz); | 1087 | public static extern void GeomRaySet(IntPtr ray, dReal px, dReal py, dReal pz, dReal dx, dReal dy, dReal dz); |
1088 | 1088 | ||
1089 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetClosestHit"), SuppressUnmanagedCodeSecurity] | 1089 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetClosestHit"), SuppressUnmanagedCodeSecurity] |
1090 | public static extern void GeomRaySetClosestHit(IntPtr ray, int closestHit); | 1090 | public static extern void GeomRaySetClosestHit(IntPtr ray, int closestHit); |
1091 | 1091 | ||
1092 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetLength"), SuppressUnmanagedCodeSecurity] | 1092 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetLength"), SuppressUnmanagedCodeSecurity] |
1093 | public static extern void GeomRaySetLength(IntPtr ray, dReal length); | 1093 | public static extern void GeomRaySetLength(IntPtr ray, dReal length); |
1094 | 1094 | ||
1095 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetParams"), SuppressUnmanagedCodeSecurity] | 1095 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetParams"), SuppressUnmanagedCodeSecurity] |
1096 | public static extern void GeomRaySetParams(IntPtr ray, int firstContact, int backfaceCull); | 1096 | public static extern void GeomRaySetParams(IntPtr ray, int firstContact, int backfaceCull); |
1097 | 1097 | ||
1098 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetBody"), SuppressUnmanagedCodeSecurity] | 1098 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetBody"), SuppressUnmanagedCodeSecurity] |
1099 | public static extern void GeomSetBody(IntPtr geom, IntPtr body); | 1099 | public static extern void GeomSetBody(IntPtr geom, IntPtr body); |
1100 | 1100 | ||
1101 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetCategoryBits"), SuppressUnmanagedCodeSecurity] | 1101 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetCategoryBits"), SuppressUnmanagedCodeSecurity] |
1102 | public static extern void GeomSetCategoryBits(IntPtr geom, uint bits); | 1102 | public static extern void GeomSetCategoryBits(IntPtr geom, uint bits); |
1103 | 1103 | ||
1104 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetCollideBits"), SuppressUnmanagedCodeSecurity] | 1104 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetCollideBits"), SuppressUnmanagedCodeSecurity] |
1105 | public static extern void GeomSetCollideBits(IntPtr geom, uint bits); | 1105 | public static extern void GeomSetCollideBits(IntPtr geom, uint bits); |
1106 | 1106 | ||
1107 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetConvex"), SuppressUnmanagedCodeSecurity] | 1107 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetConvex"), SuppressUnmanagedCodeSecurity] |
1108 | public static extern IntPtr GeomSetConvex(IntPtr geom, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons); | 1108 | public static extern IntPtr GeomSetConvex(IntPtr geom, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons); |
1109 | 1109 | ||
1110 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetData"), SuppressUnmanagedCodeSecurity] | 1110 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetData"), SuppressUnmanagedCodeSecurity] |
1111 | public static extern void GeomSetData(IntPtr geom, IntPtr data); | 1111 | public static extern void GeomSetData(IntPtr geom, IntPtr data); |
1112 | 1112 | ||
1113 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetPosition"), SuppressUnmanagedCodeSecurity] | 1113 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetPosition"), SuppressUnmanagedCodeSecurity] |
1114 | public static extern void GeomSetOffsetPosition(IntPtr geom, dReal x, dReal y, dReal z); | 1114 | public static extern void GeomSetOffsetPosition(IntPtr geom, dReal x, dReal y, dReal z); |
1115 | |||
1116 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] | ||
1117 | public static extern void GeomSetOffsetQuaternion(IntPtr geom, ref Quaternion Q); | ||
1118 | |||
1119 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] | ||
1120 | public static extern void GeomSetOffsetQuaternion(IntPtr geom, ref dReal X); | ||
1121 | |||
1122 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetRotation"), SuppressUnmanagedCodeSecurity] | ||
1123 | public static extern void GeomSetOffsetRotation(IntPtr geom, ref Matrix3 R); | ||
1124 | |||
1125 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetRotation"), SuppressUnmanagedCodeSecurity] | ||
1126 | public static extern void GeomSetOffsetRotation(IntPtr geom, ref dReal M00); | ||
1127 | 1115 | ||
1128 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldPosition"), SuppressUnmanagedCodeSecurity] | 1116 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] |
1129 | public static extern void GeomSetOffsetWorldPosition(IntPtr geom, dReal x, dReal y, dReal z); | 1117 | public static extern void GeomSetOffsetQuaternion(IntPtr geom, ref Quaternion Q); |
1130 | 1118 | ||
1131 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldQuaternion"), SuppressUnmanagedCodeSecurity] | 1119 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] |
1132 | public static extern void GeomSetOffsetWorldQuaternion(IntPtr geom, ref Quaternion Q); | 1120 | public static extern void GeomSetOffsetQuaternion(IntPtr geom, ref dReal X); |
1133 | 1121 | ||
1134 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldQuaternion"), SuppressUnmanagedCodeSecurity] | 1122 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetRotation"), SuppressUnmanagedCodeSecurity] |
1135 | public static extern void GeomSetOffsetWorldQuaternion(IntPtr geom, ref dReal X); | 1123 | public static extern void GeomSetOffsetRotation(IntPtr geom, ref Matrix3 R); |
1136 | 1124 | ||
1137 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldRotation"), SuppressUnmanagedCodeSecurity] | 1125 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetRotation"), SuppressUnmanagedCodeSecurity] |
1138 | public static extern void GeomSetOffsetWorldRotation(IntPtr geom, ref Matrix3 R); | 1126 | public static extern void GeomSetOffsetRotation(IntPtr geom, ref dReal M00); |
1139 | 1127 | ||
1140 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldRotation"), SuppressUnmanagedCodeSecurity] | 1128 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldPosition"), SuppressUnmanagedCodeSecurity] |
1141 | public static extern void GeomSetOffsetWorldRotation(IntPtr geom, ref dReal M00); | 1129 | public static extern void GeomSetOffsetWorldPosition(IntPtr geom, dReal x, dReal y, dReal z); |
1142 | 1130 | ||
1143 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetPosition"), SuppressUnmanagedCodeSecurity] | 1131 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldQuaternion"), SuppressUnmanagedCodeSecurity] |
1144 | public static extern void GeomSetPosition(IntPtr geom, dReal x, dReal y, dReal z); | 1132 | public static extern void GeomSetOffsetWorldQuaternion(IntPtr geom, ref Quaternion Q); |
1145 | 1133 | ||
1146 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetQuaternion"), SuppressUnmanagedCodeSecurity] | 1134 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldQuaternion"), SuppressUnmanagedCodeSecurity] |
1147 | public static extern void GeomSetQuaternion(IntPtr geom, ref Quaternion quat); | 1135 | public static extern void GeomSetOffsetWorldQuaternion(IntPtr geom, ref dReal X); |
1148 | 1136 | ||
1149 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetQuaternion"), SuppressUnmanagedCodeSecurity] | 1137 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldRotation"), SuppressUnmanagedCodeSecurity] |
1150 | public static extern void GeomSetQuaternion(IntPtr geom, ref dReal w); | 1138 | public static extern void GeomSetOffsetWorldRotation(IntPtr geom, ref Matrix3 R); |
1151 | 1139 | ||
1152 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetRotation"), SuppressUnmanagedCodeSecurity] | 1140 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldRotation"), SuppressUnmanagedCodeSecurity] |
1153 | public static extern void GeomSetRotation(IntPtr geom, ref Matrix3 R); | 1141 | public static extern void GeomSetOffsetWorldRotation(IntPtr geom, ref dReal M00); |
1154 | 1142 | ||
1155 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetRotation"), SuppressUnmanagedCodeSecurity] | 1143 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetPosition"), SuppressUnmanagedCodeSecurity] |
1156 | public static extern void GeomSetRotation(IntPtr geom, ref dReal M00); | 1144 | public static extern void GeomSetPosition(IntPtr geom, dReal x, dReal y, dReal z); |
1157 | 1145 | ||
1158 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSphereGetRadius"), SuppressUnmanagedCodeSecurity] | 1146 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetQuaternion"), SuppressUnmanagedCodeSecurity] |
1159 | public static extern dReal GeomSphereGetRadius(IntPtr geom); | 1147 | public static extern void GeomSetQuaternion(IntPtr geom, ref Quaternion quat); |
1160 | 1148 | ||
1161 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSpherePointDepth"), SuppressUnmanagedCodeSecurity] | 1149 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetQuaternion"), SuppressUnmanagedCodeSecurity] |
1162 | public static extern dReal GeomSpherePointDepth(IntPtr geom, dReal x, dReal y, dReal z); | 1150 | public static extern void GeomSetQuaternion(IntPtr geom, ref dReal w); |
1163 | 1151 | ||
1164 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSphereSetRadius"), SuppressUnmanagedCodeSecurity] | 1152 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetRotation"), SuppressUnmanagedCodeSecurity] |
1165 | public static extern void GeomSphereSetRadius(IntPtr geom, dReal radius); | 1153 | public static extern void GeomSetRotation(IntPtr geom, ref Matrix3 R); |
1166 | 1154 | ||
1167 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetCleanup"), SuppressUnmanagedCodeSecurity] | 1155 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetRotation"), SuppressUnmanagedCodeSecurity] |
1168 | public static extern int GeomTransformGetCleanup(IntPtr geom); | 1156 | public static extern void GeomSetRotation(IntPtr geom, ref dReal M00); |
1169 | 1157 | ||
1170 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetGeom"), SuppressUnmanagedCodeSecurity] | 1158 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSphereGetRadius"), SuppressUnmanagedCodeSecurity] |
1171 | public static extern IntPtr GeomTransformGetGeom(IntPtr geom); | 1159 | public static extern dReal GeomSphereGetRadius(IntPtr geom); |
1172 | 1160 | ||
1173 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetInfo"), SuppressUnmanagedCodeSecurity] | 1161 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSpherePointDepth"), SuppressUnmanagedCodeSecurity] |
1174 | public static extern int GeomTransformGetInfo(IntPtr geom); | 1162 | public static extern dReal GeomSpherePointDepth(IntPtr geom, dReal x, dReal y, dReal z); |
1175 | 1163 | ||
1176 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetCleanup"), SuppressUnmanagedCodeSecurity] | 1164 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSphereSetRadius"), SuppressUnmanagedCodeSecurity] |
1177 | public static extern void GeomTransformSetCleanup(IntPtr geom, int mode); | 1165 | public static extern void GeomSphereSetRadius(IntPtr geom, dReal radius); |
1178 | 1166 | ||
1179 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetGeom"), SuppressUnmanagedCodeSecurity] | 1167 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetCleanup"), SuppressUnmanagedCodeSecurity] |
1180 | public static extern void GeomTransformSetGeom(IntPtr geom, IntPtr obj); | 1168 | public static extern int GeomTransformGetCleanup(IntPtr geom); |
1181 | 1169 | ||
1182 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetInfo"), SuppressUnmanagedCodeSecurity] | 1170 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetGeom"), SuppressUnmanagedCodeSecurity] |
1183 | public static extern void GeomTransformSetInfo(IntPtr geom, int info); | 1171 | public static extern IntPtr GeomTransformGetGeom(IntPtr geom); |
1184 | 1172 | ||
1185 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble"), SuppressUnmanagedCodeSecurity] | 1173 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetInfo"), SuppressUnmanagedCodeSecurity] |
1186 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, | 1174 | public static extern int GeomTransformGetInfo(IntPtr geom); |
1187 | double[] vertices, int vertexStride, int vertexCount, | ||
1188 | int[] indices, int indexCount, int triStride); | ||
1189 | 1175 | ||
1190 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble"), SuppressUnmanagedCodeSecurity] | 1176 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetCleanup"), SuppressUnmanagedCodeSecurity] |
1191 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, | 1177 | public static extern void GeomTransformSetCleanup(IntPtr geom, int mode); |
1192 | IntPtr vertices, int vertexStride, int vertexCount, | ||
1193 | IntPtr indices, int indexCount, int triStride); | ||
1194 | 1178 | ||
1195 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble1"), SuppressUnmanagedCodeSecurity] | 1179 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetGeom"), SuppressUnmanagedCodeSecurity] |
1196 | public static extern void GeomTriMeshDataBuildDouble1(IntPtr d, | 1180 | public static extern void GeomTransformSetGeom(IntPtr geom, IntPtr obj); |
1197 | double[] vertices, int vertexStride, int vertexCount, | ||
1198 | int[] indices, int indexCount, int triStride, | ||
1199 | double[] normals); | ||
1200 | 1181 | ||
1201 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble1"), SuppressUnmanagedCodeSecurity] | 1182 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetInfo"), SuppressUnmanagedCodeSecurity] |
1202 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, | 1183 | public static extern void GeomTransformSetInfo(IntPtr geom, int info); |
1203 | IntPtr vertices, int vertexStride, int vertexCount, | ||
1204 | IntPtr indices, int indexCount, int triStride, | ||
1205 | IntPtr normals); | ||
1206 | 1184 | ||
1207 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple"), SuppressUnmanagedCodeSecurity] | 1185 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble"), SuppressUnmanagedCodeSecurity] |
1208 | public static extern void GeomTriMeshDataBuildSingle(IntPtr d, | 1186 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, |
1209 | dReal[] vertices, int vertexStride, int vertexCount, | 1187 | double[] vertices, int vertexStride, int vertexCount, |
1210 | int[] indices, int indexCount, int triStride); | 1188 | int[] indices, int indexCount, int triStride); |
1211 | 1189 | ||
1212 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple"), SuppressUnmanagedCodeSecurity] | 1190 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble"), SuppressUnmanagedCodeSecurity] |
1213 | public static extern void GeomTriMeshDataBuildSingle(IntPtr d, | 1191 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, |
1214 | IntPtr vertices, int vertexStride, int vertexCount, | 1192 | IntPtr vertices, int vertexStride, int vertexCount, |
1215 | IntPtr indices, int indexCount, int triStride); | 1193 | IntPtr indices, int indexCount, int triStride); |
1216 | 1194 | ||
1217 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple1"), SuppressUnmanagedCodeSecurity] | 1195 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble1"), SuppressUnmanagedCodeSecurity] |
1218 | public static extern void GeomTriMeshDataBuildSingle1(IntPtr d, | 1196 | public static extern void GeomTriMeshDataBuildDouble1(IntPtr d, |
1219 | dReal[] vertices, int vertexStride, int vertexCount, | 1197 | double[] vertices, int vertexStride, int vertexCount, |
1220 | int[] indices, int indexCount, int triStride, | 1198 | int[] indices, int indexCount, int triStride, |
1221 | dReal[] normals); | 1199 | double[] normals); |
1222 | 1200 | ||
1223 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple1"), SuppressUnmanagedCodeSecurity] | 1201 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble1"), SuppressUnmanagedCodeSecurity] |
1224 | public static extern void GeomTriMeshDataBuildSingle1(IntPtr d, | 1202 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, |
1225 | IntPtr vertices, int vertexStride, int vertexCount, | 1203 | IntPtr vertices, int vertexStride, int vertexCount, |
1226 | IntPtr indices, int indexCount, int triStride, | 1204 | IntPtr indices, int indexCount, int triStride, |
1227 | IntPtr normals); | 1205 | IntPtr normals); |
1228 | 1206 | ||
1229 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle"), SuppressUnmanagedCodeSecurity] | 1207 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple"), SuppressUnmanagedCodeSecurity] |
1230 | public static extern void GeomTriMeshDataBuildSimple(IntPtr d, | 1208 | public static extern void GeomTriMeshDataBuildSingle(IntPtr d, |
1231 | float[] vertices, int vertexStride, int vertexCount, | 1209 | dReal[] vertices, int vertexStride, int vertexCount, |
1232 | int[] indices, int indexCount, int triStride); | 1210 | int[] indices, int indexCount, int triStride); |
1233 | 1211 | ||
1234 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle"), SuppressUnmanagedCodeSecurity] | 1212 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple"), SuppressUnmanagedCodeSecurity] |
1235 | public static extern void GeomTriMeshDataBuildSimple(IntPtr d, | 1213 | public static extern void GeomTriMeshDataBuildSingle(IntPtr d, |
1236 | IntPtr vertices, int vertexStride, int vertexCount, | 1214 | IntPtr vertices, int vertexStride, int vertexCount, |
1237 | IntPtr indices, int indexCount, int triStride); | 1215 | IntPtr indices, int indexCount, int triStride); |
1238 | 1216 | ||
1239 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle1"), SuppressUnmanagedCodeSecurity] | 1217 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple1"), SuppressUnmanagedCodeSecurity] |
1240 | public static extern void GeomTriMeshDataBuildSimple1(IntPtr d, | 1218 | public static extern void GeomTriMeshDataBuildSingle1(IntPtr d, |
1241 | float[] vertices, int vertexStride, int vertexCount, | 1219 | dReal[] vertices, int vertexStride, int vertexCount, |
1242 | int[] indices, int indexCount, int triStride, | 1220 | int[] indices, int indexCount, int triStride, |
1243 | float[] normals); | 1221 | dReal[] normals); |
1244 | 1222 | ||
1245 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle1"), SuppressUnmanagedCodeSecurity] | 1223 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple1"), SuppressUnmanagedCodeSecurity] |
1246 | public static extern void GeomTriMeshDataBuildSimple1(IntPtr d, | 1224 | public static extern void GeomTriMeshDataBuildSingle1(IntPtr d, |
1247 | IntPtr vertices, int vertexStride, int vertexCount, | 1225 | IntPtr vertices, int vertexStride, int vertexCount, |
1248 | IntPtr indices, int indexCount, int triStride, | 1226 | IntPtr indices, int indexCount, int triStride, |
1249 | IntPtr normals); | 1227 | IntPtr normals); |
1250 | 1228 | ||
1251 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshClearTCCache"), SuppressUnmanagedCodeSecurity] | 1229 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle"), SuppressUnmanagedCodeSecurity] |
1252 | public static extern void GeomTriMeshClearTCCache(IntPtr g); | 1230 | public static extern void GeomTriMeshDataBuildSimple(IntPtr d, |
1231 | float[] vertices, int vertexStride, int vertexCount, | ||
1232 | int[] indices, int indexCount, int triStride); | ||
1253 | 1233 | ||
1254 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataCreate"), SuppressUnmanagedCodeSecurity] | 1234 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle"), SuppressUnmanagedCodeSecurity] |
1255 | public static extern IntPtr GeomTriMeshDataCreate(); | 1235 | public static extern void GeomTriMeshDataBuildSimple(IntPtr d, |
1236 | IntPtr vertices, int vertexStride, int vertexCount, | ||
1237 | IntPtr indices, int indexCount, int triStride); | ||
1256 | 1238 | ||
1257 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataDestroy"), SuppressUnmanagedCodeSecurity] | 1239 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle1"), SuppressUnmanagedCodeSecurity] |
1258 | public static extern void GeomTriMeshDataDestroy(IntPtr d); | 1240 | public static extern void GeomTriMeshDataBuildSimple1(IntPtr d, |
1241 | float[] vertices, int vertexStride, int vertexCount, | ||
1242 | int[] indices, int indexCount, int triStride, | ||
1243 | float[] normals); | ||
1259 | 1244 | ||
1260 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataGet"), SuppressUnmanagedCodeSecurity] | 1245 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle1"), SuppressUnmanagedCodeSecurity] |
1261 | public static extern IntPtr GeomTriMeshDataGet(IntPtr d, int data_id); | 1246 | public static extern void GeomTriMeshDataBuildSimple1(IntPtr d, |
1247 | IntPtr vertices, int vertexStride, int vertexCount, | ||
1248 | IntPtr indices, int indexCount, int triStride, | ||
1249 | IntPtr normals); | ||
1262 | 1250 | ||
1263 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataPreprocess"), SuppressUnmanagedCodeSecurity] | 1251 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshClearTCCache"), SuppressUnmanagedCodeSecurity] |
1264 | public static extern void GeomTriMeshDataPreprocess(IntPtr d); | 1252 | public static extern void GeomTriMeshClearTCCache(IntPtr g); |
1265 | 1253 | ||
1266 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataSet"), SuppressUnmanagedCodeSecurity] | 1254 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataCreate"), SuppressUnmanagedCodeSecurity] |
1267 | public static extern void GeomTriMeshDataSet(IntPtr d, int data_id, IntPtr in_data); | 1255 | public static extern IntPtr GeomTriMeshDataCreate(); |
1268 | 1256 | ||
1269 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataUpdate"), SuppressUnmanagedCodeSecurity] | 1257 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataDestroy"), SuppressUnmanagedCodeSecurity] |
1270 | public static extern void GeomTriMeshDataUpdate(IntPtr d); | 1258 | public static extern void GeomTriMeshDataDestroy(IntPtr d); |
1271 | 1259 | ||
1272 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshEnableTC"), SuppressUnmanagedCodeSecurity] | 1260 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataGet"), SuppressUnmanagedCodeSecurity] |
1273 | public static extern void GeomTriMeshEnableTC(IntPtr g, int geomClass, bool enable); | 1261 | public static extern IntPtr GeomTriMeshDataGet(IntPtr d, int data_id); |
1274 | 1262 | ||
1275 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetArrayCallback"), SuppressUnmanagedCodeSecurity] | 1263 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataPreprocess"), SuppressUnmanagedCodeSecurity] |
1276 | public static extern TriArrayCallback GeomTriMeshGetArrayCallback(IntPtr g); | 1264 | public static extern void GeomTriMeshDataPreprocess(IntPtr d); |
1277 | 1265 | ||
1278 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetCallback"), SuppressUnmanagedCodeSecurity] | 1266 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataSet"), SuppressUnmanagedCodeSecurity] |
1279 | public static extern TriCallback GeomTriMeshGetCallback(IntPtr g); | 1267 | public static extern void GeomTriMeshDataSet(IntPtr d, int data_id, IntPtr in_data); |
1280 | 1268 | ||
1281 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetData"), SuppressUnmanagedCodeSecurity] | 1269 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataUpdate"), SuppressUnmanagedCodeSecurity] |
1282 | public static extern IntPtr GeomTriMeshGetData(IntPtr g); | 1270 | public static extern void GeomTriMeshDataUpdate(IntPtr d); |
1283 | 1271 | ||
1284 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetLastTransform"), SuppressUnmanagedCodeSecurity] | 1272 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshEnableTC"), SuppressUnmanagedCodeSecurity] |
1285 | public extern unsafe static Matrix4* GeomTriMeshGetLastTransformUnsafe(IntPtr geom); | 1273 | public static extern void GeomTriMeshEnableTC(IntPtr g, int geomClass, bool enable); |
1286 | public static Matrix4 GeomTriMeshGetLastTransform(IntPtr geom) | 1274 | |
1287 | { | 1275 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetArrayCallback"), SuppressUnmanagedCodeSecurity] |
1288 | unsafe { return *(GeomTriMeshGetLastTransformUnsafe(geom)); } | 1276 | public static extern TriArrayCallback GeomTriMeshGetArrayCallback(IntPtr g); |
1289 | } | 1277 | |
1278 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetCallback"), SuppressUnmanagedCodeSecurity] | ||
1279 | public static extern TriCallback GeomTriMeshGetCallback(IntPtr g); | ||
1280 | |||
1281 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetData"), SuppressUnmanagedCodeSecurity] | ||
1282 | public static extern IntPtr GeomTriMeshGetData(IntPtr g); | ||
1283 | |||
1284 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetLastTransform"), SuppressUnmanagedCodeSecurity] | ||
1285 | public extern unsafe static Matrix4* GeomTriMeshGetLastTransformUnsafe(IntPtr geom); | ||
1286 | public static Matrix4 GeomTriMeshGetLastTransform(IntPtr geom) | ||
1287 | { | ||
1288 | unsafe { return *(GeomTriMeshGetLastTransformUnsafe(geom)); } | ||
1289 | } | ||
1290 | 1290 | ||
1291 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetPoint"), SuppressUnmanagedCodeSecurity] | 1291 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetPoint"), SuppressUnmanagedCodeSecurity] |
1292 | public extern static void GeomTriMeshGetPoint(IntPtr g, int index, dReal u, dReal v, ref Vector3 outVec); | 1292 | public extern static void GeomTriMeshGetPoint(IntPtr g, int index, dReal u, dReal v, ref Vector3 outVec); |
1293 | 1293 | ||
1294 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetRayCallback"), SuppressUnmanagedCodeSecurity] | 1294 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetRayCallback"), SuppressUnmanagedCodeSecurity] |
1295 | public static extern TriRayCallback GeomTriMeshGetRayCallback(IntPtr g); | 1295 | public static extern TriRayCallback GeomTriMeshGetRayCallback(IntPtr g); |
1296 | 1296 | ||
1297 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriangle"), SuppressUnmanagedCodeSecurity] | 1297 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriangle"), SuppressUnmanagedCodeSecurity] |
1298 | public extern static void GeomTriMeshGetTriangle(IntPtr g, int index, ref Vector3 v0, ref Vector3 v1, ref Vector3 v2); | 1298 | public extern static void GeomTriMeshGetTriangle(IntPtr g, int index, ref Vector3 v0, ref Vector3 v1, ref Vector3 v2); |
1299 | 1299 | ||
1300 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriangleCount"), SuppressUnmanagedCodeSecurity] | 1300 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriangleCount"), SuppressUnmanagedCodeSecurity] |
1301 | public extern static int GeomTriMeshGetTriangleCount(IntPtr g); | 1301 | public extern static int GeomTriMeshGetTriangleCount(IntPtr g); |
1302 | 1302 | ||
1303 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriMeshDataID"), SuppressUnmanagedCodeSecurity] | 1303 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriMeshDataID"), SuppressUnmanagedCodeSecurity] |
1304 | public static extern IntPtr GeomTriMeshGetTriMeshDataID(IntPtr g); | 1304 | public static extern IntPtr GeomTriMeshGetTriMeshDataID(IntPtr g); |
1305 | 1305 | ||
1306 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshIsTCEnabled"), SuppressUnmanagedCodeSecurity] | 1306 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshIsTCEnabled"), SuppressUnmanagedCodeSecurity] |
1307 | public static extern bool GeomTriMeshIsTCEnabled(IntPtr g, int geomClass); | 1307 | public static extern bool GeomTriMeshIsTCEnabled(IntPtr g, int geomClass); |
1308 | 1308 | ||
1309 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetArrayCallback"), SuppressUnmanagedCodeSecurity] | 1309 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetArrayCallback"), SuppressUnmanagedCodeSecurity] |
1310 | public static extern void GeomTriMeshSetArrayCallback(IntPtr g, TriArrayCallback arrayCallback); | 1310 | public static extern void GeomTriMeshSetArrayCallback(IntPtr g, TriArrayCallback arrayCallback); |
1311 | 1311 | ||
1312 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetCallback"), SuppressUnmanagedCodeSecurity] | 1312 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetCallback"), SuppressUnmanagedCodeSecurity] |
1313 | public static extern void GeomTriMeshSetCallback(IntPtr g, TriCallback callback); | 1313 | public static extern void GeomTriMeshSetCallback(IntPtr g, TriCallback callback); |
1314 | 1314 | ||
1315 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetData"), SuppressUnmanagedCodeSecurity] | 1315 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetData"), SuppressUnmanagedCodeSecurity] |
1316 | public static extern void GeomTriMeshSetData(IntPtr g, IntPtr data); | 1316 | public static extern void GeomTriMeshSetData(IntPtr g, IntPtr data); |
1317 | 1317 | ||
1318 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetLastTransform"), SuppressUnmanagedCodeSecurity] | 1318 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetLastTransform"), SuppressUnmanagedCodeSecurity] |
1319 | public static extern void GeomTriMeshSetLastTransform(IntPtr g, ref Matrix4 last_trans); | 1319 | public static extern void GeomTriMeshSetLastTransform(IntPtr g, ref Matrix4 last_trans); |
1320 | 1320 | ||
1321 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetLastTransform"), SuppressUnmanagedCodeSecurity] | 1321 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetLastTransform"), SuppressUnmanagedCodeSecurity] |
1322 | public static extern void GeomTriMeshSetLastTransform(IntPtr g, ref dReal M00); | 1322 | public static extern void GeomTriMeshSetLastTransform(IntPtr g, ref dReal M00); |
1323 | 1323 | ||
1324 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetRayCallback"), SuppressUnmanagedCodeSecurity] | 1324 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetRayCallback"), SuppressUnmanagedCodeSecurity] |
1325 | public static extern void GeomTriMeshSetRayCallback(IntPtr g, TriRayCallback callback); | 1325 | public static extern void GeomTriMeshSetRayCallback(IntPtr g, TriRayCallback callback); |
@@ -1334,416 +1334,416 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1334 | return s; | 1334 | return s; |
1335 | } | 1335 | } |
1336 | 1336 | ||
1337 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1337 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1338 | public static extern IntPtr HashSpaceCreate(IntPtr space); | 1338 | public static extern IntPtr HashSpaceCreate(IntPtr space); |
1339 | 1339 | ||
1340 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceGetLevels"), SuppressUnmanagedCodeSecurity] | 1340 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceGetLevels"), SuppressUnmanagedCodeSecurity] |
1341 | public static extern void HashSpaceGetLevels(IntPtr space, out int minlevel, out int maxlevel); | 1341 | public static extern void HashSpaceGetLevels(IntPtr space, out int minlevel, out int maxlevel); |
1342 | 1342 | ||
1343 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceSetLevels"), SuppressUnmanagedCodeSecurity] | 1343 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceSetLevels"), SuppressUnmanagedCodeSecurity] |
1344 | public static extern void HashSpaceSetLevels(IntPtr space, int minlevel, int maxlevel); | 1344 | public static extern void HashSpaceSetLevels(IntPtr space, int minlevel, int maxlevel); |
1345 | 1345 | ||
1346 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInfiniteAABB"), SuppressUnmanagedCodeSecurity] | 1346 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInfiniteAABB"), SuppressUnmanagedCodeSecurity] |
1347 | public static extern void InfiniteAABB(IntPtr geom, out AABB aabb); | 1347 | public static extern void InfiniteAABB(IntPtr geom, out AABB aabb); |
1348 | 1348 | ||
1349 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInitODE"), SuppressUnmanagedCodeSecurity] | 1349 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInitODE"), SuppressUnmanagedCodeSecurity] |
1350 | public static extern void InitODE(); | 1350 | public static extern void InitODE(); |
1351 | 1351 | ||
1352 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInitODE2"), SuppressUnmanagedCodeSecurity] | 1352 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInitODE2"), SuppressUnmanagedCodeSecurity] |
1353 | public static extern int InitODE2(uint ODEInitFlags); | 1353 | public static extern int InitODE2(uint ODEInitFlags); |
1354 | 1354 | ||
1355 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dIsPositiveDefinite"), SuppressUnmanagedCodeSecurity] | 1355 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dIsPositiveDefinite"), SuppressUnmanagedCodeSecurity] |
1356 | public static extern int IsPositiveDefinite(ref dReal A, int n); | 1356 | public static extern int IsPositiveDefinite(ref dReal A, int n); |
1357 | 1357 | ||
1358 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInvertPDMatrix"), SuppressUnmanagedCodeSecurity] | 1358 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInvertPDMatrix"), SuppressUnmanagedCodeSecurity] |
1359 | public static extern int InvertPDMatrix(ref dReal A, out dReal Ainv, int n); | 1359 | public static extern int InvertPDMatrix(ref dReal A, out dReal Ainv, int n); |
1360 | 1360 | ||
1361 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddAMotorTorques"), SuppressUnmanagedCodeSecurity] | 1361 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddAMotorTorques"), SuppressUnmanagedCodeSecurity] |
1362 | public static extern void JointAddAMotorTorques(IntPtr joint, dReal torque1, dReal torque2, dReal torque3); | 1362 | public static extern void JointAddAMotorTorques(IntPtr joint, dReal torque1, dReal torque2, dReal torque3); |
1363 | 1363 | ||
1364 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddHingeTorque"), SuppressUnmanagedCodeSecurity] | 1364 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddHingeTorque"), SuppressUnmanagedCodeSecurity] |
1365 | public static extern void JointAddHingeTorque(IntPtr joint, dReal torque); | 1365 | public static extern void JointAddHingeTorque(IntPtr joint, dReal torque); |
1366 | 1366 | ||
1367 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddHinge2Torque"), SuppressUnmanagedCodeSecurity] | 1367 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddHinge2Torque"), SuppressUnmanagedCodeSecurity] |
1368 | public static extern void JointAddHinge2Torques(IntPtr joint, dReal torque1, dReal torque2); | 1368 | public static extern void JointAddHinge2Torques(IntPtr joint, dReal torque1, dReal torque2); |
1369 | 1369 | ||
1370 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddPRTorque"), SuppressUnmanagedCodeSecurity] | 1370 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddPRTorque"), SuppressUnmanagedCodeSecurity] |
1371 | public static extern void JointAddPRTorque(IntPtr joint, dReal torque); | 1371 | public static extern void JointAddPRTorque(IntPtr joint, dReal torque); |
1372 | 1372 | ||
1373 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddUniversalTorque"), SuppressUnmanagedCodeSecurity] | 1373 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddUniversalTorque"), SuppressUnmanagedCodeSecurity] |
1374 | public static extern void JointAddUniversalTorques(IntPtr joint, dReal torque1, dReal torque2); | 1374 | public static extern void JointAddUniversalTorques(IntPtr joint, dReal torque1, dReal torque2); |
1375 | 1375 | ||
1376 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddSliderForce"), SuppressUnmanagedCodeSecurity] | 1376 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddSliderForce"), SuppressUnmanagedCodeSecurity] |
1377 | public static extern void JointAddSliderForce(IntPtr joint, dReal force); | 1377 | public static extern void JointAddSliderForce(IntPtr joint, dReal force); |
1378 | 1378 | ||
1379 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAttach"), SuppressUnmanagedCodeSecurity] | 1379 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAttach"), SuppressUnmanagedCodeSecurity] |
1380 | public static extern void JointAttach(IntPtr joint, IntPtr body1, IntPtr body2); | 1380 | public static extern void JointAttach(IntPtr joint, IntPtr body1, IntPtr body2); |
1381 | 1381 | ||
1382 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateAMotor"), SuppressUnmanagedCodeSecurity] | 1382 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateAMotor"), SuppressUnmanagedCodeSecurity] |
1383 | public static extern IntPtr JointCreateAMotor(IntPtr world, IntPtr group); | 1383 | public static extern IntPtr JointCreateAMotor(IntPtr world, IntPtr group); |
1384 | 1384 | ||
1385 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateBall"), SuppressUnmanagedCodeSecurity] | 1385 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateBall"), SuppressUnmanagedCodeSecurity] |
1386 | public static extern IntPtr JointCreateBall(IntPtr world, IntPtr group); | 1386 | public static extern IntPtr JointCreateBall(IntPtr world, IntPtr group); |
1387 | 1387 | ||
1388 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateContact"), SuppressUnmanagedCodeSecurity] | 1388 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateContact"), SuppressUnmanagedCodeSecurity] |
1389 | public static extern IntPtr JointCreateContact(IntPtr world, IntPtr group, ref Contact contact); | 1389 | public static extern IntPtr JointCreateContact(IntPtr world, IntPtr group, ref Contact contact); |
1390 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateContact"), SuppressUnmanagedCodeSecurity] | 1390 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateContact"), SuppressUnmanagedCodeSecurity] |
1391 | public static extern IntPtr JointCreateContactPtr(IntPtr world, IntPtr group, IntPtr contact); | 1391 | public static extern IntPtr JointCreateContactPtr(IntPtr world, IntPtr group, IntPtr contact); |
1392 | 1392 | ||
1393 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateFixed"), SuppressUnmanagedCodeSecurity] | 1393 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateFixed"), SuppressUnmanagedCodeSecurity] |
1394 | public static extern IntPtr JointCreateFixed(IntPtr world, IntPtr group); | 1394 | public static extern IntPtr JointCreateFixed(IntPtr world, IntPtr group); |
1395 | 1395 | ||
1396 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateHinge"), SuppressUnmanagedCodeSecurity] | 1396 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateHinge"), SuppressUnmanagedCodeSecurity] |
1397 | public static extern IntPtr JointCreateHinge(IntPtr world, IntPtr group); | 1397 | public static extern IntPtr JointCreateHinge(IntPtr world, IntPtr group); |
1398 | 1398 | ||
1399 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateHinge2"), SuppressUnmanagedCodeSecurity] | 1399 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateHinge2"), SuppressUnmanagedCodeSecurity] |
1400 | public static extern IntPtr JointCreateHinge2(IntPtr world, IntPtr group); | 1400 | public static extern IntPtr JointCreateHinge2(IntPtr world, IntPtr group); |
1401 | 1401 | ||
1402 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateLMotor"), SuppressUnmanagedCodeSecurity] | 1402 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateLMotor"), SuppressUnmanagedCodeSecurity] |
1403 | public static extern IntPtr JointCreateLMotor(IntPtr world, IntPtr group); | 1403 | public static extern IntPtr JointCreateLMotor(IntPtr world, IntPtr group); |
1404 | 1404 | ||
1405 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateNull"), SuppressUnmanagedCodeSecurity] | 1405 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateNull"), SuppressUnmanagedCodeSecurity] |
1406 | public static extern IntPtr JointCreateNull(IntPtr world, IntPtr group); | 1406 | public static extern IntPtr JointCreateNull(IntPtr world, IntPtr group); |
1407 | 1407 | ||
1408 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreatePR"), SuppressUnmanagedCodeSecurity] | 1408 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreatePR"), SuppressUnmanagedCodeSecurity] |
1409 | public static extern IntPtr JointCreatePR(IntPtr world, IntPtr group); | 1409 | public static extern IntPtr JointCreatePR(IntPtr world, IntPtr group); |
1410 | 1410 | ||
1411 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreatePlane2D"), SuppressUnmanagedCodeSecurity] | 1411 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreatePlane2D"), SuppressUnmanagedCodeSecurity] |
1412 | public static extern IntPtr JointCreatePlane2D(IntPtr world, IntPtr group); | 1412 | public static extern IntPtr JointCreatePlane2D(IntPtr world, IntPtr group); |
1413 | 1413 | ||
1414 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateSlider"), SuppressUnmanagedCodeSecurity] | 1414 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateSlider"), SuppressUnmanagedCodeSecurity] |
1415 | public static extern IntPtr JointCreateSlider(IntPtr world, IntPtr group); | 1415 | public static extern IntPtr JointCreateSlider(IntPtr world, IntPtr group); |
1416 | 1416 | ||
1417 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateUniversal"), SuppressUnmanagedCodeSecurity] | 1417 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateUniversal"), SuppressUnmanagedCodeSecurity] |
1418 | public static extern IntPtr JointCreateUniversal(IntPtr world, IntPtr group); | 1418 | public static extern IntPtr JointCreateUniversal(IntPtr world, IntPtr group); |
1419 | 1419 | ||
1420 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointDestroy"), SuppressUnmanagedCodeSecurity] | 1420 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointDestroy"), SuppressUnmanagedCodeSecurity] |
1421 | public static extern void JointDestroy(IntPtr j); | 1421 | public static extern void JointDestroy(IntPtr j); |
1422 | 1422 | ||
1423 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAngle"), SuppressUnmanagedCodeSecurity] | 1423 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAngle"), SuppressUnmanagedCodeSecurity] |
1424 | public static extern dReal JointGetAMotorAngle(IntPtr j, int anum); | 1424 | public static extern dReal JointGetAMotorAngle(IntPtr j, int anum); |
1425 | 1425 | ||
1426 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAngleRate"), SuppressUnmanagedCodeSecurity] | 1426 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAngleRate"), SuppressUnmanagedCodeSecurity] |
1427 | public static extern dReal JointGetAMotorAngleRate(IntPtr j, int anum); | 1427 | public static extern dReal JointGetAMotorAngleRate(IntPtr j, int anum); |
1428 | 1428 | ||
1429 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAxis"), SuppressUnmanagedCodeSecurity] | 1429 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAxis"), SuppressUnmanagedCodeSecurity] |
1430 | public static extern void JointGetAMotorAxis(IntPtr j, int anum, out Vector3 result); | 1430 | public static extern void JointGetAMotorAxis(IntPtr j, int anum, out Vector3 result); |
1431 | 1431 | ||
1432 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAxisRel"), SuppressUnmanagedCodeSecurity] | 1432 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAxisRel"), SuppressUnmanagedCodeSecurity] |
1433 | public static extern int JointGetAMotorAxisRel(IntPtr j, int anum); | 1433 | public static extern int JointGetAMotorAxisRel(IntPtr j, int anum); |
1434 | 1434 | ||
1435 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorMode"), SuppressUnmanagedCodeSecurity] | 1435 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorMode"), SuppressUnmanagedCodeSecurity] |
1436 | public static extern int JointGetAMotorMode(IntPtr j); | 1436 | public static extern int JointGetAMotorMode(IntPtr j); |
1437 | 1437 | ||
1438 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorNumAxes"), SuppressUnmanagedCodeSecurity] | 1438 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorNumAxes"), SuppressUnmanagedCodeSecurity] |
1439 | public static extern int JointGetAMotorNumAxes(IntPtr j); | 1439 | public static extern int JointGetAMotorNumAxes(IntPtr j); |
1440 | 1440 | ||
1441 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorParam"), SuppressUnmanagedCodeSecurity] | 1441 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorParam"), SuppressUnmanagedCodeSecurity] |
1442 | public static extern dReal JointGetAMotorParam(IntPtr j, int parameter); | 1442 | public static extern dReal JointGetAMotorParam(IntPtr j, int parameter); |
1443 | 1443 | ||
1444 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBallAnchor"), SuppressUnmanagedCodeSecurity] | 1444 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBallAnchor"), SuppressUnmanagedCodeSecurity] |
1445 | public static extern void JointGetBallAnchor(IntPtr j, out Vector3 result); | 1445 | public static extern void JointGetBallAnchor(IntPtr j, out Vector3 result); |
1446 | 1446 | ||
1447 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBallAnchor2"), SuppressUnmanagedCodeSecurity] | 1447 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBallAnchor2"), SuppressUnmanagedCodeSecurity] |
1448 | public static extern void JointGetBallAnchor2(IntPtr j, out Vector3 result); | 1448 | public static extern void JointGetBallAnchor2(IntPtr j, out Vector3 result); |
1449 | 1449 | ||
1450 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBody"), SuppressUnmanagedCodeSecurity] | 1450 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBody"), SuppressUnmanagedCodeSecurity] |
1451 | public static extern IntPtr JointGetBody(IntPtr j); | 1451 | public static extern IntPtr JointGetBody(IntPtr j); |
1452 | 1452 | ||
1453 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetData"), SuppressUnmanagedCodeSecurity] | 1453 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetData"), SuppressUnmanagedCodeSecurity] |
1454 | public static extern IntPtr JointGetData(IntPtr j); | 1454 | public static extern IntPtr JointGetData(IntPtr j); |
1455 | 1455 | ||
1456 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetFeedback"), SuppressUnmanagedCodeSecurity] | 1456 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetFeedback"), SuppressUnmanagedCodeSecurity] |
1457 | public extern unsafe static JointFeedback* JointGetFeedbackUnsafe(IntPtr j); | 1457 | public extern unsafe static JointFeedback* JointGetFeedbackUnsafe(IntPtr j); |
1458 | public static JointFeedback JointGetFeedback(IntPtr j) | 1458 | public static JointFeedback JointGetFeedback(IntPtr j) |
1459 | { | 1459 | { |
1460 | unsafe { return *(JointGetFeedbackUnsafe(j)); } | 1460 | unsafe { return *(JointGetFeedbackUnsafe(j)); } |
1461 | } | 1461 | } |
1462 | 1462 | ||
1463 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAnchor"), SuppressUnmanagedCodeSecurity] | 1463 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAnchor"), SuppressUnmanagedCodeSecurity] |
1464 | public static extern void JointGetHingeAnchor(IntPtr j, out Vector3 result); | 1464 | public static extern void JointGetHingeAnchor(IntPtr j, out Vector3 result); |
1465 | 1465 | ||
1466 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAngle"), SuppressUnmanagedCodeSecurity] | 1466 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAngle"), SuppressUnmanagedCodeSecurity] |
1467 | public static extern dReal JointGetHingeAngle(IntPtr j); | 1467 | public static extern dReal JointGetHingeAngle(IntPtr j); |
1468 | 1468 | ||
1469 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAngleRate"), SuppressUnmanagedCodeSecurity] | 1469 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAngleRate"), SuppressUnmanagedCodeSecurity] |
1470 | public static extern dReal JointGetHingeAngleRate(IntPtr j); | 1470 | public static extern dReal JointGetHingeAngleRate(IntPtr j); |
1471 | 1471 | ||
1472 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAxis"), SuppressUnmanagedCodeSecurity] | 1472 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAxis"), SuppressUnmanagedCodeSecurity] |
1473 | public static extern void JointGetHingeAxis(IntPtr j, out Vector3 result); | 1473 | public static extern void JointGetHingeAxis(IntPtr j, out Vector3 result); |
1474 | 1474 | ||
1475 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeParam"), SuppressUnmanagedCodeSecurity] | 1475 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeParam"), SuppressUnmanagedCodeSecurity] |
1476 | public static extern dReal JointGetHingeParam(IntPtr j, int parameter); | 1476 | public static extern dReal JointGetHingeParam(IntPtr j, int parameter); |
1477 | 1477 | ||
1478 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle1"), SuppressUnmanagedCodeSecurity] | 1478 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle1"), SuppressUnmanagedCodeSecurity] |
1479 | public static extern dReal JointGetHinge2Angle1(IntPtr j); | 1479 | public static extern dReal JointGetHinge2Angle1(IntPtr j); |
1480 | 1480 | ||
1481 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle1Rate"), SuppressUnmanagedCodeSecurity] | 1481 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle1Rate"), SuppressUnmanagedCodeSecurity] |
1482 | public static extern dReal JointGetHinge2Angle1Rate(IntPtr j); | 1482 | public static extern dReal JointGetHinge2Angle1Rate(IntPtr j); |
1483 | 1483 | ||
1484 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle2Rate"), SuppressUnmanagedCodeSecurity] | 1484 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle2Rate"), SuppressUnmanagedCodeSecurity] |
1485 | public static extern dReal JointGetHinge2Angle2Rate(IntPtr j); | 1485 | public static extern dReal JointGetHinge2Angle2Rate(IntPtr j); |
1486 | 1486 | ||
1487 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAnchor2"), SuppressUnmanagedCodeSecurity] | 1487 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAnchor2"), SuppressUnmanagedCodeSecurity] |
1488 | public static extern void JointGetHingeAnchor2(IntPtr j, out Vector3 result); | 1488 | public static extern void JointGetHingeAnchor2(IntPtr j, out Vector3 result); |
1489 | 1489 | ||
1490 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Anchor"), SuppressUnmanagedCodeSecurity] | 1490 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Anchor"), SuppressUnmanagedCodeSecurity] |
1491 | public static extern void JointGetHinge2Anchor(IntPtr j, out Vector3 result); | 1491 | public static extern void JointGetHinge2Anchor(IntPtr j, out Vector3 result); |
1492 | 1492 | ||
1493 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Anchor2"), SuppressUnmanagedCodeSecurity] | 1493 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Anchor2"), SuppressUnmanagedCodeSecurity] |
1494 | public static extern void JointGetHinge2Anchor2(IntPtr j, out Vector3 result); | 1494 | public static extern void JointGetHinge2Anchor2(IntPtr j, out Vector3 result); |
1495 | 1495 | ||
1496 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Axis1"), SuppressUnmanagedCodeSecurity] | 1496 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Axis1"), SuppressUnmanagedCodeSecurity] |
1497 | public static extern void JointGetHinge2Axis1(IntPtr j, out Vector3 result); | 1497 | public static extern void JointGetHinge2Axis1(IntPtr j, out Vector3 result); |
1498 | 1498 | ||
1499 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Axis2"), SuppressUnmanagedCodeSecurity] | 1499 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Axis2"), SuppressUnmanagedCodeSecurity] |
1500 | public static extern void JointGetHinge2Axis2(IntPtr j, out Vector3 result); | 1500 | public static extern void JointGetHinge2Axis2(IntPtr j, out Vector3 result); |
1501 | 1501 | ||
1502 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Param"), SuppressUnmanagedCodeSecurity] | 1502 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Param"), SuppressUnmanagedCodeSecurity] |
1503 | public static extern dReal JointGetHinge2Param(IntPtr j, int parameter); | 1503 | public static extern dReal JointGetHinge2Param(IntPtr j, int parameter); |
1504 | 1504 | ||
1505 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorAxis"), SuppressUnmanagedCodeSecurity] | 1505 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorAxis"), SuppressUnmanagedCodeSecurity] |
1506 | public static extern void JointGetLMotorAxis(IntPtr j, int anum, out Vector3 result); | 1506 | public static extern void JointGetLMotorAxis(IntPtr j, int anum, out Vector3 result); |
1507 | 1507 | ||
1508 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorNumAxes"), SuppressUnmanagedCodeSecurity] | 1508 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorNumAxes"), SuppressUnmanagedCodeSecurity] |
1509 | public static extern int JointGetLMotorNumAxes(IntPtr j); | 1509 | public static extern int JointGetLMotorNumAxes(IntPtr j); |
1510 | 1510 | ||
1511 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorParam"), SuppressUnmanagedCodeSecurity] | 1511 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorParam"), SuppressUnmanagedCodeSecurity] |
1512 | public static extern dReal JointGetLMotorParam(IntPtr j, int parameter); | 1512 | public static extern dReal JointGetLMotorParam(IntPtr j, int parameter); |
1513 | 1513 | ||
1514 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAnchor"), SuppressUnmanagedCodeSecurity] | 1514 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAnchor"), SuppressUnmanagedCodeSecurity] |
1515 | public static extern void JointGetPRAnchor(IntPtr j, out Vector3 result); | 1515 | public static extern void JointGetPRAnchor(IntPtr j, out Vector3 result); |
1516 | 1516 | ||
1517 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAxis1"), SuppressUnmanagedCodeSecurity] | 1517 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAxis1"), SuppressUnmanagedCodeSecurity] |
1518 | public static extern void JointGetPRAxis1(IntPtr j, out Vector3 result); | 1518 | public static extern void JointGetPRAxis1(IntPtr j, out Vector3 result); |
1519 | 1519 | ||
1520 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAxis2"), SuppressUnmanagedCodeSecurity] | 1520 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAxis2"), SuppressUnmanagedCodeSecurity] |
1521 | public static extern void JointGetPRAxis2(IntPtr j, out Vector3 result); | 1521 | public static extern void JointGetPRAxis2(IntPtr j, out Vector3 result); |
1522 | 1522 | ||
1523 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRParam"), SuppressUnmanagedCodeSecurity] | 1523 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRParam"), SuppressUnmanagedCodeSecurity] |
1524 | public static extern dReal JointGetPRParam(IntPtr j, int parameter); | 1524 | public static extern dReal JointGetPRParam(IntPtr j, int parameter); |
1525 | 1525 | ||
1526 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRPosition"), SuppressUnmanagedCodeSecurity] | 1526 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRPosition"), SuppressUnmanagedCodeSecurity] |
1527 | public static extern dReal JointGetPRPosition(IntPtr j); | 1527 | public static extern dReal JointGetPRPosition(IntPtr j); |
1528 | 1528 | ||
1529 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRPositionRate"), SuppressUnmanagedCodeSecurity] | 1529 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRPositionRate"), SuppressUnmanagedCodeSecurity] |
1530 | public static extern dReal JointGetPRPositionRate(IntPtr j); | 1530 | public static extern dReal JointGetPRPositionRate(IntPtr j); |
1531 | 1531 | ||
1532 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderAxis"), SuppressUnmanagedCodeSecurity] | 1532 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderAxis"), SuppressUnmanagedCodeSecurity] |
1533 | public static extern void JointGetSliderAxis(IntPtr j, out Vector3 result); | 1533 | public static extern void JointGetSliderAxis(IntPtr j, out Vector3 result); |
1534 | 1534 | ||
1535 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderParam"), SuppressUnmanagedCodeSecurity] | 1535 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderParam"), SuppressUnmanagedCodeSecurity] |
1536 | public static extern dReal JointGetSliderParam(IntPtr j, int parameter); | 1536 | public static extern dReal JointGetSliderParam(IntPtr j, int parameter); |
1537 | 1537 | ||
1538 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderPosition"), SuppressUnmanagedCodeSecurity] | 1538 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderPosition"), SuppressUnmanagedCodeSecurity] |
1539 | public static extern dReal JointGetSliderPosition(IntPtr j); | 1539 | public static extern dReal JointGetSliderPosition(IntPtr j); |
1540 | 1540 | ||
1541 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderPositionRate"), SuppressUnmanagedCodeSecurity] | 1541 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderPositionRate"), SuppressUnmanagedCodeSecurity] |
1542 | public static extern dReal JointGetSliderPositionRate(IntPtr j); | 1542 | public static extern dReal JointGetSliderPositionRate(IntPtr j); |
1543 | 1543 | ||
1544 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetType"), SuppressUnmanagedCodeSecurity] | 1544 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetType"), SuppressUnmanagedCodeSecurity] |
1545 | public static extern JointType JointGetType(IntPtr j); | 1545 | public static extern JointType JointGetType(IntPtr j); |
1546 | 1546 | ||
1547 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAnchor"), SuppressUnmanagedCodeSecurity] | 1547 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAnchor"), SuppressUnmanagedCodeSecurity] |
1548 | public static extern void JointGetUniversalAnchor(IntPtr j, out Vector3 result); | 1548 | public static extern void JointGetUniversalAnchor(IntPtr j, out Vector3 result); |
1549 | 1549 | ||
1550 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAnchor2"), SuppressUnmanagedCodeSecurity] | 1550 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAnchor2"), SuppressUnmanagedCodeSecurity] |
1551 | public static extern void JointGetUniversalAnchor2(IntPtr j, out Vector3 result); | 1551 | public static extern void JointGetUniversalAnchor2(IntPtr j, out Vector3 result); |
1552 | 1552 | ||
1553 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle1"), SuppressUnmanagedCodeSecurity] | 1553 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle1"), SuppressUnmanagedCodeSecurity] |
1554 | public static extern dReal JointGetUniversalAngle1(IntPtr j); | 1554 | public static extern dReal JointGetUniversalAngle1(IntPtr j); |
1555 | 1555 | ||
1556 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle1Rate"), SuppressUnmanagedCodeSecurity] | 1556 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle1Rate"), SuppressUnmanagedCodeSecurity] |
1557 | public static extern dReal JointGetUniversalAngle1Rate(IntPtr j); | 1557 | public static extern dReal JointGetUniversalAngle1Rate(IntPtr j); |
1558 | 1558 | ||
1559 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle2"), SuppressUnmanagedCodeSecurity] | 1559 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle2"), SuppressUnmanagedCodeSecurity] |
1560 | public static extern dReal JointGetUniversalAngle2(IntPtr j); | 1560 | public static extern dReal JointGetUniversalAngle2(IntPtr j); |
1561 | 1561 | ||
1562 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle2Rate"), SuppressUnmanagedCodeSecurity] | 1562 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle2Rate"), SuppressUnmanagedCodeSecurity] |
1563 | public static extern dReal JointGetUniversalAngle2Rate(IntPtr j); | 1563 | public static extern dReal JointGetUniversalAngle2Rate(IntPtr j); |
1564 | 1564 | ||
1565 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngles"), SuppressUnmanagedCodeSecurity] | 1565 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngles"), SuppressUnmanagedCodeSecurity] |
1566 | public static extern void JointGetUniversalAngles(IntPtr j, out dReal angle1, out dReal angle2); | 1566 | public static extern void JointGetUniversalAngles(IntPtr j, out dReal angle1, out dReal angle2); |
1567 | 1567 | ||
1568 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAxis1"), SuppressUnmanagedCodeSecurity] | 1568 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAxis1"), SuppressUnmanagedCodeSecurity] |
1569 | public static extern void JointGetUniversalAxis1(IntPtr j, out Vector3 result); | 1569 | public static extern void JointGetUniversalAxis1(IntPtr j, out Vector3 result); |
1570 | 1570 | ||
1571 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAxis2"), SuppressUnmanagedCodeSecurity] | 1571 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAxis2"), SuppressUnmanagedCodeSecurity] |
1572 | public static extern void JointGetUniversalAxis2(IntPtr j, out Vector3 result); | 1572 | public static extern void JointGetUniversalAxis2(IntPtr j, out Vector3 result); |
1573 | 1573 | ||
1574 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalParam"), SuppressUnmanagedCodeSecurity] | 1574 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalParam"), SuppressUnmanagedCodeSecurity] |
1575 | public static extern dReal JointGetUniversalParam(IntPtr j, int parameter); | 1575 | public static extern dReal JointGetUniversalParam(IntPtr j, int parameter); |
1576 | 1576 | ||
1577 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupCreate"), SuppressUnmanagedCodeSecurity] | 1577 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupCreate"), SuppressUnmanagedCodeSecurity] |
1578 | public static extern IntPtr JointGroupCreate(int max_size); | 1578 | public static extern IntPtr JointGroupCreate(int max_size); |
1579 | 1579 | ||
1580 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupDestroy"), SuppressUnmanagedCodeSecurity] | 1580 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupDestroy"), SuppressUnmanagedCodeSecurity] |
1581 | public static extern void JointGroupDestroy(IntPtr group); | 1581 | public static extern void JointGroupDestroy(IntPtr group); |
1582 | 1582 | ||
1583 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupEmpty"), SuppressUnmanagedCodeSecurity] | 1583 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupEmpty"), SuppressUnmanagedCodeSecurity] |
1584 | public static extern void JointGroupEmpty(IntPtr group); | 1584 | public static extern void JointGroupEmpty(IntPtr group); |
1585 | 1585 | ||
1586 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorAngle"), SuppressUnmanagedCodeSecurity] | 1586 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorAngle"), SuppressUnmanagedCodeSecurity] |
1587 | public static extern void JointSetAMotorAngle(IntPtr j, int anum, dReal angle); | 1587 | public static extern void JointSetAMotorAngle(IntPtr j, int anum, dReal angle); |
1588 | 1588 | ||
1589 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorAxis"), SuppressUnmanagedCodeSecurity] | 1589 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorAxis"), SuppressUnmanagedCodeSecurity] |
1590 | public static extern void JointSetAMotorAxis(IntPtr j, int anum, int rel, dReal x, dReal y, dReal z); | 1590 | public static extern void JointSetAMotorAxis(IntPtr j, int anum, int rel, dReal x, dReal y, dReal z); |
1591 | 1591 | ||
1592 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorMode"), SuppressUnmanagedCodeSecurity] | 1592 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorMode"), SuppressUnmanagedCodeSecurity] |
1593 | public static extern void JointSetAMotorMode(IntPtr j, int mode); | 1593 | public static extern void JointSetAMotorMode(IntPtr j, int mode); |
1594 | 1594 | ||
1595 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorNumAxes"), SuppressUnmanagedCodeSecurity] | 1595 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorNumAxes"), SuppressUnmanagedCodeSecurity] |
1596 | public static extern void JointSetAMotorNumAxes(IntPtr group, int num); | 1596 | public static extern void JointSetAMotorNumAxes(IntPtr group, int num); |
1597 | 1597 | ||
1598 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorParam"), SuppressUnmanagedCodeSecurity] | 1598 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorParam"), SuppressUnmanagedCodeSecurity] |
1599 | public static extern void JointSetAMotorParam(IntPtr group, int parameter, dReal value); | 1599 | public static extern void JointSetAMotorParam(IntPtr group, int parameter, dReal value); |
1600 | 1600 | ||
1601 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetBallAnchor"), SuppressUnmanagedCodeSecurity] | 1601 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetBallAnchor"), SuppressUnmanagedCodeSecurity] |
1602 | public static extern void JointSetBallAnchor(IntPtr j, dReal x, dReal y, dReal z); | 1602 | public static extern void JointSetBallAnchor(IntPtr j, dReal x, dReal y, dReal z); |
1603 | 1603 | ||
1604 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetBallAnchor2"), SuppressUnmanagedCodeSecurity] | 1604 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetBallAnchor2"), SuppressUnmanagedCodeSecurity] |
1605 | public static extern void JointSetBallAnchor2(IntPtr j, dReal x, dReal y, dReal z); | 1605 | public static extern void JointSetBallAnchor2(IntPtr j, dReal x, dReal y, dReal z); |
1606 | 1606 | ||
1607 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetData"), SuppressUnmanagedCodeSecurity] | 1607 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetData"), SuppressUnmanagedCodeSecurity] |
1608 | public static extern void JointSetData(IntPtr j, IntPtr data); | 1608 | public static extern void JointSetData(IntPtr j, IntPtr data); |
1609 | 1609 | ||
1610 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetFeedback"), SuppressUnmanagedCodeSecurity] | 1610 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetFeedback"), SuppressUnmanagedCodeSecurity] |
1611 | public static extern void JointSetFeedback(IntPtr j, out JointFeedback feedback); | 1611 | public static extern void JointSetFeedback(IntPtr j, out JointFeedback feedback); |
1612 | 1612 | ||
1613 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetFixed"), SuppressUnmanagedCodeSecurity] | 1613 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetFixed"), SuppressUnmanagedCodeSecurity] |
1614 | public static extern void JointSetFixed(IntPtr j); | 1614 | public static extern void JointSetFixed(IntPtr j); |
1615 | 1615 | ||
1616 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAnchor"), SuppressUnmanagedCodeSecurity] | 1616 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAnchor"), SuppressUnmanagedCodeSecurity] |
1617 | public static extern void JointSetHingeAnchor(IntPtr j, dReal x, dReal y, dReal z); | 1617 | public static extern void JointSetHingeAnchor(IntPtr j, dReal x, dReal y, dReal z); |
1618 | 1618 | ||
1619 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAnchorDelta"), SuppressUnmanagedCodeSecurity] | 1619 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAnchorDelta"), SuppressUnmanagedCodeSecurity] |
1620 | public static extern void JointSetHingeAnchorDelta(IntPtr j, dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az); | 1620 | public static extern void JointSetHingeAnchorDelta(IntPtr j, dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az); |
1621 | 1621 | ||
1622 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAxis"), SuppressUnmanagedCodeSecurity] | 1622 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAxis"), SuppressUnmanagedCodeSecurity] |
1623 | public static extern void JointSetHingeAxis(IntPtr j, dReal x, dReal y, dReal z); | 1623 | public static extern void JointSetHingeAxis(IntPtr j, dReal x, dReal y, dReal z); |
1624 | 1624 | ||
1625 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeParam"), SuppressUnmanagedCodeSecurity] | 1625 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeParam"), SuppressUnmanagedCodeSecurity] |
1626 | public static extern void JointSetHingeParam(IntPtr j, int parameter, dReal value); | 1626 | public static extern void JointSetHingeParam(IntPtr j, int parameter, dReal value); |
1627 | 1627 | ||
1628 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Anchor"), SuppressUnmanagedCodeSecurity] | 1628 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Anchor"), SuppressUnmanagedCodeSecurity] |
1629 | public static extern void JointSetHinge2Anchor(IntPtr j, dReal x, dReal y, dReal z); | 1629 | public static extern void JointSetHinge2Anchor(IntPtr j, dReal x, dReal y, dReal z); |
1630 | 1630 | ||
1631 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Axis1"), SuppressUnmanagedCodeSecurity] | 1631 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Axis1"), SuppressUnmanagedCodeSecurity] |
1632 | public static extern void JointSetHinge2Axis1(IntPtr j, dReal x, dReal y, dReal z); | 1632 | public static extern void JointSetHinge2Axis1(IntPtr j, dReal x, dReal y, dReal z); |
1633 | 1633 | ||
1634 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Axis2"), SuppressUnmanagedCodeSecurity] | 1634 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Axis2"), SuppressUnmanagedCodeSecurity] |
1635 | public static extern void JointSetHinge2Axis2(IntPtr j, dReal x, dReal y, dReal z); | 1635 | public static extern void JointSetHinge2Axis2(IntPtr j, dReal x, dReal y, dReal z); |
1636 | 1636 | ||
1637 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Param"), SuppressUnmanagedCodeSecurity] | 1637 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Param"), SuppressUnmanagedCodeSecurity] |
1638 | public static extern void JointSetHinge2Param(IntPtr j, int parameter, dReal value); | 1638 | public static extern void JointSetHinge2Param(IntPtr j, int parameter, dReal value); |
1639 | 1639 | ||
1640 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorAxis"), SuppressUnmanagedCodeSecurity] | 1640 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorAxis"), SuppressUnmanagedCodeSecurity] |
1641 | public static extern void JointSetLMotorAxis(IntPtr j, int anum, int rel, dReal x, dReal y, dReal z); | 1641 | public static extern void JointSetLMotorAxis(IntPtr j, int anum, int rel, dReal x, dReal y, dReal z); |
1642 | 1642 | ||
1643 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorNumAxes"), SuppressUnmanagedCodeSecurity] | 1643 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorNumAxes"), SuppressUnmanagedCodeSecurity] |
1644 | public static extern void JointSetLMotorNumAxes(IntPtr j, int num); | 1644 | public static extern void JointSetLMotorNumAxes(IntPtr j, int num); |
1645 | 1645 | ||
1646 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorParam"), SuppressUnmanagedCodeSecurity] | 1646 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorParam"), SuppressUnmanagedCodeSecurity] |
1647 | public static extern void JointSetLMotorParam(IntPtr j, int parameter, dReal value); | 1647 | public static extern void JointSetLMotorParam(IntPtr j, int parameter, dReal value); |
1648 | 1648 | ||
1649 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DAngleParam"), SuppressUnmanagedCodeSecurity] | 1649 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DAngleParam"), SuppressUnmanagedCodeSecurity] |
1650 | public static extern void JointSetPlane2DAngleParam(IntPtr j, int parameter, dReal value); | 1650 | public static extern void JointSetPlane2DAngleParam(IntPtr j, int parameter, dReal value); |
1651 | 1651 | ||
1652 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DXParam"), SuppressUnmanagedCodeSecurity] | 1652 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DXParam"), SuppressUnmanagedCodeSecurity] |
1653 | public static extern void JointSetPlane2DXParam(IntPtr j, int parameter, dReal value); | 1653 | public static extern void JointSetPlane2DXParam(IntPtr j, int parameter, dReal value); |
1654 | 1654 | ||
1655 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DYParam"), SuppressUnmanagedCodeSecurity] | 1655 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DYParam"), SuppressUnmanagedCodeSecurity] |
1656 | public static extern void JointSetPlane2DYParam(IntPtr j, int parameter, dReal value); | 1656 | public static extern void JointSetPlane2DYParam(IntPtr j, int parameter, dReal value); |
1657 | 1657 | ||
1658 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAnchor"), SuppressUnmanagedCodeSecurity] | 1658 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAnchor"), SuppressUnmanagedCodeSecurity] |
1659 | public static extern void JointSetPRAnchor(IntPtr j, dReal x, dReal y, dReal z); | 1659 | public static extern void JointSetPRAnchor(IntPtr j, dReal x, dReal y, dReal z); |
1660 | 1660 | ||
1661 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAxis1"), SuppressUnmanagedCodeSecurity] | 1661 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAxis1"), SuppressUnmanagedCodeSecurity] |
1662 | public static extern void JointSetPRAxis1(IntPtr j, dReal x, dReal y, dReal z); | 1662 | public static extern void JointSetPRAxis1(IntPtr j, dReal x, dReal y, dReal z); |
1663 | 1663 | ||
1664 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAxis2"), SuppressUnmanagedCodeSecurity] | 1664 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAxis2"), SuppressUnmanagedCodeSecurity] |
1665 | public static extern void JointSetPRAxis2(IntPtr j, dReal x, dReal y, dReal z); | 1665 | public static extern void JointSetPRAxis2(IntPtr j, dReal x, dReal y, dReal z); |
1666 | 1666 | ||
1667 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRParam"), SuppressUnmanagedCodeSecurity] | 1667 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRParam"), SuppressUnmanagedCodeSecurity] |
1668 | public static extern void JointSetPRParam(IntPtr j, int parameter, dReal value); | 1668 | public static extern void JointSetPRParam(IntPtr j, int parameter, dReal value); |
1669 | 1669 | ||
1670 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderAxis"), SuppressUnmanagedCodeSecurity] | 1670 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderAxis"), SuppressUnmanagedCodeSecurity] |
1671 | public static extern void JointSetSliderAxis(IntPtr j, dReal x, dReal y, dReal z); | 1671 | public static extern void JointSetSliderAxis(IntPtr j, dReal x, dReal y, dReal z); |
1672 | 1672 | ||
1673 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderAxisDelta"), SuppressUnmanagedCodeSecurity] | 1673 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderAxisDelta"), SuppressUnmanagedCodeSecurity] |
1674 | public static extern void JointSetSliderAxisDelta(IntPtr j, dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az); | 1674 | public static extern void JointSetSliderAxisDelta(IntPtr j, dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az); |
1675 | 1675 | ||
1676 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderParam"), SuppressUnmanagedCodeSecurity] | 1676 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderParam"), SuppressUnmanagedCodeSecurity] |
1677 | public static extern void JointSetSliderParam(IntPtr j, int parameter, dReal value); | 1677 | public static extern void JointSetSliderParam(IntPtr j, int parameter, dReal value); |
1678 | 1678 | ||
1679 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAnchor"), SuppressUnmanagedCodeSecurity] | 1679 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAnchor"), SuppressUnmanagedCodeSecurity] |
1680 | public static extern void JointSetUniversalAnchor(IntPtr j, dReal x, dReal y, dReal z); | 1680 | public static extern void JointSetUniversalAnchor(IntPtr j, dReal x, dReal y, dReal z); |
1681 | 1681 | ||
1682 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAxis1"), SuppressUnmanagedCodeSecurity] | 1682 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAxis1"), SuppressUnmanagedCodeSecurity] |
1683 | public static extern void JointSetUniversalAxis1(IntPtr j, dReal x, dReal y, dReal z); | 1683 | public static extern void JointSetUniversalAxis1(IntPtr j, dReal x, dReal y, dReal z); |
1684 | 1684 | ||
1685 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAxis2"), SuppressUnmanagedCodeSecurity] | 1685 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAxis2"), SuppressUnmanagedCodeSecurity] |
1686 | public static extern void JointSetUniversalAxis2(IntPtr j, dReal x, dReal y, dReal z); | 1686 | public static extern void JointSetUniversalAxis2(IntPtr j, dReal x, dReal y, dReal z); |
1687 | 1687 | ||
1688 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalParam"), SuppressUnmanagedCodeSecurity] | 1688 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalParam"), SuppressUnmanagedCodeSecurity] |
1689 | public static extern void JointSetUniversalParam(IntPtr j, int parameter, dReal value); | 1689 | public static extern void JointSetUniversalParam(IntPtr j, int parameter, dReal value); |
1690 | 1690 | ||
1691 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dLDLTAddTL"), SuppressUnmanagedCodeSecurity] | 1691 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dLDLTAddTL"), SuppressUnmanagedCodeSecurity] |
1692 | public static extern void LDLTAddTL(ref dReal L, ref dReal d, ref dReal a, int n, int nskip); | 1692 | public static extern void LDLTAddTL(ref dReal L, ref dReal d, ref dReal a, int n, int nskip); |
1693 | 1693 | ||
1694 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassAdd"), SuppressUnmanagedCodeSecurity] | 1694 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassAdd"), SuppressUnmanagedCodeSecurity] |
1695 | public static extern void MassAdd(ref Mass a, ref Mass b); | 1695 | public static extern void MassAdd(ref Mass a, ref Mass b); |
1696 | 1696 | ||
1697 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassAdjust"), SuppressUnmanagedCodeSecurity] | 1697 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassAdjust"), SuppressUnmanagedCodeSecurity] |
1698 | public static extern void MassAdjust(ref Mass m, dReal newmass); | 1698 | public static extern void MassAdjust(ref Mass m, dReal newmass); |
1699 | 1699 | ||
1700 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassCheck"), SuppressUnmanagedCodeSecurity] | 1700 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassCheck"), SuppressUnmanagedCodeSecurity] |
1701 | public static extern bool MassCheck(ref Mass m); | 1701 | public static extern bool MassCheck(ref Mass m); |
1702 | 1702 | ||
1703 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassRotate"), SuppressUnmanagedCodeSecurity] | 1703 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassRotate"), SuppressUnmanagedCodeSecurity] |
1704 | public static extern void MassRotate(ref Mass mass, ref Matrix3 R); | 1704 | public static extern void MassRotate(ref Mass mass, ref Matrix3 R); |
1705 | 1705 | ||
1706 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassRotate"), SuppressUnmanagedCodeSecurity] | 1706 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassRotate"), SuppressUnmanagedCodeSecurity] |
1707 | public static extern void MassRotate(ref Mass mass, ref dReal M00); | 1707 | public static extern void MassRotate(ref Mass mass, ref dReal M00); |
1708 | 1708 | ||
1709 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetBox"), SuppressUnmanagedCodeSecurity] | 1709 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetBox"), SuppressUnmanagedCodeSecurity] |
1710 | public static extern void MassSetBox(out Mass mass, dReal density, dReal lx, dReal ly, dReal lz); | 1710 | public static extern void MassSetBox(out Mass mass, dReal density, dReal lx, dReal ly, dReal lz); |
1711 | 1711 | ||
1712 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetBoxTotal"), SuppressUnmanagedCodeSecurity] | 1712 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetBoxTotal"), SuppressUnmanagedCodeSecurity] |
1713 | public static extern void MassSetBoxTotal(out Mass mass, dReal total_mass, dReal lx, dReal ly, dReal lz); | 1713 | public static extern void MassSetBoxTotal(out Mass mass, dReal total_mass, dReal lx, dReal ly, dReal lz); |
1714 | 1714 | ||
1715 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCapsule"), SuppressUnmanagedCodeSecurity] | 1715 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCapsule"), SuppressUnmanagedCodeSecurity] |
1716 | public static extern void MassSetCapsule(out Mass mass, dReal density, int direction, dReal radius, dReal length); | 1716 | public static extern void MassSetCapsule(out Mass mass, dReal density, int direction, dReal radius, dReal length); |
1717 | 1717 | ||
1718 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCapsuleTotal"), SuppressUnmanagedCodeSecurity] | 1718 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCapsuleTotal"), SuppressUnmanagedCodeSecurity] |
1719 | public static extern void MassSetCapsuleTotal(out Mass mass, dReal total_mass, int direction, dReal radius, dReal length); | 1719 | public static extern void MassSetCapsuleTotal(out Mass mass, dReal total_mass, int direction, dReal radius, dReal length); |
1720 | 1720 | ||
1721 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCylinder"), SuppressUnmanagedCodeSecurity] | 1721 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCylinder"), SuppressUnmanagedCodeSecurity] |
1722 | public static extern void MassSetCylinder(out Mass mass, dReal density, int direction, dReal radius, dReal length); | 1722 | public static extern void MassSetCylinder(out Mass mass, dReal density, int direction, dReal radius, dReal length); |
1723 | 1723 | ||
1724 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCylinderTotal"), SuppressUnmanagedCodeSecurity] | 1724 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCylinderTotal"), SuppressUnmanagedCodeSecurity] |
1725 | public static extern void MassSetCylinderTotal(out Mass mass, dReal total_mass, int direction, dReal radius, dReal length); | 1725 | public static extern void MassSetCylinderTotal(out Mass mass, dReal total_mass, int direction, dReal radius, dReal length); |
1726 | 1726 | ||
1727 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetParameters"), SuppressUnmanagedCodeSecurity] | 1727 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetParameters"), SuppressUnmanagedCodeSecurity] |
1728 | public static extern void MassSetParameters(out Mass mass, dReal themass, | 1728 | public static extern void MassSetParameters(out Mass mass, dReal themass, |
1729 | dReal cgx, dReal cgy, dReal cgz, | 1729 | dReal cgx, dReal cgy, dReal cgz, |
1730 | dReal i11, dReal i22, dReal i33, | 1730 | dReal i11, dReal i22, dReal i33, |
1731 | dReal i12, dReal i13, dReal i23); | 1731 | dReal i12, dReal i13, dReal i23); |
1732 | 1732 | ||
1733 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetSphere"), SuppressUnmanagedCodeSecurity] | 1733 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetSphere"), SuppressUnmanagedCodeSecurity] |
1734 | public static extern void MassSetSphere(out Mass mass, dReal density, dReal radius); | 1734 | public static extern void MassSetSphere(out Mass mass, dReal density, dReal radius); |
1735 | 1735 | ||
1736 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetSphereTotal"), SuppressUnmanagedCodeSecurity] | 1736 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetSphereTotal"), SuppressUnmanagedCodeSecurity] |
1737 | public static extern void dMassSetSphereTotal(out Mass mass, dReal total_mass, dReal radius); | 1737 | public static extern void dMassSetSphereTotal(out Mass mass, dReal total_mass, dReal radius); |
1738 | 1738 | ||
1739 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetTrimesh"), SuppressUnmanagedCodeSecurity] | 1739 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetTrimesh"), SuppressUnmanagedCodeSecurity] |
1740 | public static extern void MassSetTrimesh(out Mass mass, dReal density, IntPtr g); | 1740 | public static extern void MassSetTrimesh(out Mass mass, dReal density, IntPtr g); |
1741 | 1741 | ||
1742 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetZero"), SuppressUnmanagedCodeSecurity] | 1742 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetZero"), SuppressUnmanagedCodeSecurity] |
1743 | public static extern void MassSetZero(out Mass mass); | 1743 | public static extern void MassSetZero(out Mass mass); |
1744 | 1744 | ||
1745 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassTranslate"), SuppressUnmanagedCodeSecurity] | 1745 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassTranslate"), SuppressUnmanagedCodeSecurity] |
1746 | public static extern void MassTranslate(ref Mass mass, dReal x, dReal y, dReal z); | 1746 | public static extern void MassTranslate(ref Mass mass, dReal x, dReal y, dReal z); |
1747 | 1747 | ||
1748 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply0"), SuppressUnmanagedCodeSecurity] | 1748 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply0"), SuppressUnmanagedCodeSecurity] |
1749 | public static extern void Multiply0(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); | 1749 | public static extern void Multiply0(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); |
@@ -1755,119 +1755,119 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1755 | MultiplyiM3V3(out outvector, ref matrix, ref invector, 3, 3, 1); | 1755 | MultiplyiM3V3(out outvector, ref matrix, ref invector, 3, 3, 1); |
1756 | } | 1756 | } |
1757 | 1757 | ||
1758 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply1"), SuppressUnmanagedCodeSecurity] | 1758 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply1"), SuppressUnmanagedCodeSecurity] |
1759 | public static extern void Multiply1(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); | 1759 | public static extern void Multiply1(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); |
1760 | 1760 | ||
1761 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply2"), SuppressUnmanagedCodeSecurity] | 1761 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply2"), SuppressUnmanagedCodeSecurity] |
1762 | public static extern void Multiply2(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); | 1762 | public static extern void Multiply2(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); |
1763 | 1763 | ||
1764 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQFromAxisAndAngle"), SuppressUnmanagedCodeSecurity] | 1764 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQFromAxisAndAngle"), SuppressUnmanagedCodeSecurity] |
1765 | public static extern void QFromAxisAndAngle(out Quaternion q, dReal ax, dReal ay, dReal az, dReal angle); | 1765 | public static extern void QFromAxisAndAngle(out Quaternion q, dReal ax, dReal ay, dReal az, dReal angle); |
1766 | 1766 | ||
1767 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQfromR"), SuppressUnmanagedCodeSecurity] | 1767 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQfromR"), SuppressUnmanagedCodeSecurity] |
1768 | public static extern void QfromR(out Quaternion q, ref Matrix3 R); | 1768 | public static extern void QfromR(out Quaternion q, ref Matrix3 R); |
1769 | 1769 | ||
1770 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply0"), SuppressUnmanagedCodeSecurity] | 1770 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply0"), SuppressUnmanagedCodeSecurity] |
1771 | public static extern void QMultiply0(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); | 1771 | public static extern void QMultiply0(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); |
1772 | 1772 | ||
1773 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply1"), SuppressUnmanagedCodeSecurity] | 1773 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply1"), SuppressUnmanagedCodeSecurity] |
1774 | public static extern void QMultiply1(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); | 1774 | public static extern void QMultiply1(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); |
1775 | 1775 | ||
1776 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply2"), SuppressUnmanagedCodeSecurity] | 1776 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply2"), SuppressUnmanagedCodeSecurity] |
1777 | public static extern void QMultiply2(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); | 1777 | public static extern void QMultiply2(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); |
1778 | 1778 | ||
1779 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply3"), SuppressUnmanagedCodeSecurity] | 1779 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply3"), SuppressUnmanagedCodeSecurity] |
1780 | public static extern void QMultiply3(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); | 1780 | public static extern void QMultiply3(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); |
1781 | 1781 | ||
1782 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQSetIdentity"), SuppressUnmanagedCodeSecurity] | 1782 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQSetIdentity"), SuppressUnmanagedCodeSecurity] |
1783 | public static extern void QSetIdentity(out Quaternion q); | 1783 | public static extern void QSetIdentity(out Quaternion q); |
1784 | 1784 | ||
1785 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQuadTreeSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1785 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQuadTreeSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1786 | public static extern IntPtr QuadTreeSpaceCreate(IntPtr space, ref Vector3 center, ref Vector3 extents, int depth); | 1786 | public static extern IntPtr QuadTreeSpaceCreate(IntPtr space, ref Vector3 center, ref Vector3 extents, int depth); |
1787 | 1787 | ||
1788 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQuadTreeSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1788 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQuadTreeSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1789 | public static extern IntPtr QuadTreeSpaceCreate(IntPtr space, ref dReal centerX, ref dReal extentsX, int depth); | 1789 | public static extern IntPtr QuadTreeSpaceCreate(IntPtr space, ref dReal centerX, ref dReal extentsX, int depth); |
1790 | 1790 | ||
1791 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRandReal"), SuppressUnmanagedCodeSecurity] | 1791 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRandReal"), SuppressUnmanagedCodeSecurity] |
1792 | public static extern dReal RandReal(); | 1792 | public static extern dReal RandReal(); |
1793 | 1793 | ||
1794 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFrom2Axes"), SuppressUnmanagedCodeSecurity] | 1794 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFrom2Axes"), SuppressUnmanagedCodeSecurity] |
1795 | public static extern void RFrom2Axes(out Matrix3 R, dReal ax, dReal ay, dReal az, dReal bx, dReal by, dReal bz); | 1795 | public static extern void RFrom2Axes(out Matrix3 R, dReal ax, dReal ay, dReal az, dReal bx, dReal by, dReal bz); |
1796 | 1796 | ||
1797 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromAxisAndAngle"), SuppressUnmanagedCodeSecurity] | 1797 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromAxisAndAngle"), SuppressUnmanagedCodeSecurity] |
1798 | public static extern void RFromAxisAndAngle(out Matrix3 R, dReal x, dReal y, dReal z, dReal angle); | 1798 | public static extern void RFromAxisAndAngle(out Matrix3 R, dReal x, dReal y, dReal z, dReal angle); |
1799 | 1799 | ||
1800 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromEulerAngles"), SuppressUnmanagedCodeSecurity] | 1800 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromEulerAngles"), SuppressUnmanagedCodeSecurity] |
1801 | public static extern void RFromEulerAngles(out Matrix3 R, dReal phi, dReal theta, dReal psi); | 1801 | public static extern void RFromEulerAngles(out Matrix3 R, dReal phi, dReal theta, dReal psi); |
1802 | 1802 | ||
1803 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRfromQ"), SuppressUnmanagedCodeSecurity] | 1803 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRfromQ"), SuppressUnmanagedCodeSecurity] |
1804 | public static extern void RfromQ(out Matrix3 R, ref Quaternion q); | 1804 | public static extern void RfromQ(out Matrix3 R, ref Quaternion q); |
1805 | 1805 | ||
1806 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromZAxis"), SuppressUnmanagedCodeSecurity] | 1806 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromZAxis"), SuppressUnmanagedCodeSecurity] |
1807 | public static extern void RFromZAxis(out Matrix3 R, dReal ax, dReal ay, dReal az); | 1807 | public static extern void RFromZAxis(out Matrix3 R, dReal ax, dReal ay, dReal az); |
1808 | 1808 | ||
1809 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRSetIdentity"), SuppressUnmanagedCodeSecurity] | 1809 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRSetIdentity"), SuppressUnmanagedCodeSecurity] |
1810 | public static extern void RSetIdentity(out Matrix3 R); | 1810 | public static extern void RSetIdentity(out Matrix3 R); |
1811 | 1811 | ||
1812 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSetValue"), SuppressUnmanagedCodeSecurity] | 1812 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSetValue"), SuppressUnmanagedCodeSecurity] |
1813 | public static extern void SetValue(out dReal a, int n); | 1813 | public static extern void SetValue(out dReal a, int n); |
1814 | 1814 | ||
1815 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSetZero"), SuppressUnmanagedCodeSecurity] | 1815 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSetZero"), SuppressUnmanagedCodeSecurity] |
1816 | public static extern void SetZero(out dReal a, int n); | 1816 | public static extern void SetZero(out dReal a, int n); |
1817 | 1817 | ||
1818 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSimpleSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1818 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSimpleSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1819 | public static extern IntPtr SimpleSpaceCreate(IntPtr space); | 1819 | public static extern IntPtr SimpleSpaceCreate(IntPtr space); |
1820 | 1820 | ||
1821 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveCholesky"), SuppressUnmanagedCodeSecurity] | 1821 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveCholesky"), SuppressUnmanagedCodeSecurity] |
1822 | public static extern void SolveCholesky(ref dReal L, out dReal b, int n); | 1822 | public static extern void SolveCholesky(ref dReal L, out dReal b, int n); |
1823 | 1823 | ||
1824 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveL1"), SuppressUnmanagedCodeSecurity] | 1824 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveL1"), SuppressUnmanagedCodeSecurity] |
1825 | public static extern void SolveL1(ref dReal L, out dReal b, int n, int nskip); | 1825 | public static extern void SolveL1(ref dReal L, out dReal b, int n, int nskip); |
1826 | 1826 | ||
1827 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveL1T"), SuppressUnmanagedCodeSecurity] | 1827 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveL1T"), SuppressUnmanagedCodeSecurity] |
1828 | public static extern void SolveL1T(ref dReal L, out dReal b, int n, int nskip); | 1828 | public static extern void SolveL1T(ref dReal L, out dReal b, int n, int nskip); |
1829 | 1829 | ||
1830 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveLDLT"), SuppressUnmanagedCodeSecurity] | 1830 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveLDLT"), SuppressUnmanagedCodeSecurity] |
1831 | public static extern void SolveLDLT(ref dReal L, ref dReal d, out dReal b, int n, int nskip); | 1831 | public static extern void SolveLDLT(ref dReal L, ref dReal d, out dReal b, int n, int nskip); |
1832 | 1832 | ||
1833 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceAdd"), SuppressUnmanagedCodeSecurity] | 1833 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceAdd"), SuppressUnmanagedCodeSecurity] |
1834 | public static extern void SpaceAdd(IntPtr space, IntPtr geom); | 1834 | public static extern void SpaceAdd(IntPtr space, IntPtr geom); |
1835 | 1835 | ||
1836 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceLockQuery"), SuppressUnmanagedCodeSecurity] | 1836 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceLockQuery"), SuppressUnmanagedCodeSecurity] |
1837 | public static extern bool SpaceLockQuery(IntPtr space); | 1837 | public static extern bool SpaceLockQuery(IntPtr space); |
1838 | 1838 | ||
1839 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceClean"), SuppressUnmanagedCodeSecurity] | 1839 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceClean"), SuppressUnmanagedCodeSecurity] |
1840 | public static extern void SpaceClean(IntPtr space); | 1840 | public static extern void SpaceClean(IntPtr space); |
1841 | 1841 | ||
1842 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceCollide"), SuppressUnmanagedCodeSecurity] | 1842 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceCollide"), SuppressUnmanagedCodeSecurity] |
1843 | public static extern void SpaceCollide(IntPtr space, IntPtr data, NearCallback callback); | 1843 | public static extern void SpaceCollide(IntPtr space, IntPtr data, NearCallback callback); |
1844 | 1844 | ||
1845 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceCollide2"), SuppressUnmanagedCodeSecurity] | 1845 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceCollide2"), SuppressUnmanagedCodeSecurity] |
1846 | public static extern void SpaceCollide2(IntPtr space1, IntPtr space2, IntPtr data, NearCallback callback); | 1846 | public static extern void SpaceCollide2(IntPtr space1, IntPtr space2, IntPtr data, NearCallback callback); |
1847 | 1847 | ||
1848 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceDestroy"), SuppressUnmanagedCodeSecurity] | 1848 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceDestroy"), SuppressUnmanagedCodeSecurity] |
1849 | public static extern void SpaceDestroy(IntPtr space); | 1849 | public static extern void SpaceDestroy(IntPtr space); |
1850 | 1850 | ||
1851 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetCleanup"), SuppressUnmanagedCodeSecurity] | 1851 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetCleanup"), SuppressUnmanagedCodeSecurity] |
1852 | public static extern bool SpaceGetCleanup(IntPtr space); | 1852 | public static extern bool SpaceGetCleanup(IntPtr space); |
1853 | 1853 | ||
1854 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetNumGeoms"), SuppressUnmanagedCodeSecurity] | 1854 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetNumGeoms"), SuppressUnmanagedCodeSecurity] |
1855 | public static extern int SpaceGetNumGeoms(IntPtr space); | 1855 | public static extern int SpaceGetNumGeoms(IntPtr space); |
1856 | 1856 | ||
1857 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetGeom"), SuppressUnmanagedCodeSecurity] | 1857 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetGeom"), SuppressUnmanagedCodeSecurity] |
1858 | public static extern IntPtr SpaceGetGeom(IntPtr space, int i); | 1858 | public static extern IntPtr SpaceGetGeom(IntPtr space, int i); |
1859 | 1859 | ||
1860 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetSublevel"), SuppressUnmanagedCodeSecurity] | 1860 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetSublevel"), SuppressUnmanagedCodeSecurity] |
1861 | public static extern int SpaceGetSublevel(IntPtr space); | 1861 | public static extern int SpaceGetSublevel(IntPtr space); |
1862 | 1862 | ||
1863 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceQuery"), SuppressUnmanagedCodeSecurity] | 1863 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceQuery"), SuppressUnmanagedCodeSecurity] |
1864 | public static extern bool SpaceQuery(IntPtr space, IntPtr geom); | 1864 | public static extern bool SpaceQuery(IntPtr space, IntPtr geom); |
1865 | 1865 | ||
1866 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceRemove"), SuppressUnmanagedCodeSecurity] | 1866 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceRemove"), SuppressUnmanagedCodeSecurity] |
1867 | public static extern void SpaceRemove(IntPtr space, IntPtr geom); | 1867 | public static extern void SpaceRemove(IntPtr space, IntPtr geom); |
1868 | 1868 | ||
1869 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetCleanup"), SuppressUnmanagedCodeSecurity] | 1869 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetCleanup"), SuppressUnmanagedCodeSecurity] |
1870 | public static extern void SpaceSetCleanup(IntPtr space, bool mode); | 1870 | public static extern void SpaceSetCleanup(IntPtr space, bool mode); |
1871 | 1871 | ||
1872 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetSublevel"), SuppressUnmanagedCodeSecurity] | 1872 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetSublevel"), SuppressUnmanagedCodeSecurity] |
1873 | public static extern void SpaceSetSublevel(IntPtr space, int sublevel); | 1873 | public static extern void SpaceSetSublevel(IntPtr space, int sublevel); |
@@ -1875,53 +1875,53 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1875 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSweepAndPruneSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1875 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSweepAndPruneSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1876 | public static extern IntPtr SweepAndPruneSpaceCreate(IntPtr space, int AxisOrder); | 1876 | public static extern IntPtr SweepAndPruneSpaceCreate(IntPtr space, int AxisOrder); |
1877 | 1877 | ||
1878 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dVectorScale"), SuppressUnmanagedCodeSecurity] | 1878 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dVectorScale"), SuppressUnmanagedCodeSecurity] |
1879 | public static extern void VectorScale(out dReal a, ref dReal d, int n); | 1879 | public static extern void VectorScale(out dReal a, ref dReal d, int n); |
1880 | 1880 | ||
1881 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldCreate"), SuppressUnmanagedCodeSecurity] | 1881 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldCreate"), SuppressUnmanagedCodeSecurity] |
1882 | public static extern IntPtr WorldCreate(); | 1882 | public static extern IntPtr WorldCreate(); |
1883 | 1883 | ||
1884 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldDestroy"), SuppressUnmanagedCodeSecurity] | 1884 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldDestroy"), SuppressUnmanagedCodeSecurity] |
1885 | public static extern void WorldDestroy(IntPtr world); | 1885 | public static extern void WorldDestroy(IntPtr world); |
1886 | 1886 | ||
1887 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableAverageSamplesCount"), SuppressUnmanagedCodeSecurity] | 1887 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableAverageSamplesCount"), SuppressUnmanagedCodeSecurity] |
1888 | public static extern int WorldGetAutoDisableAverageSamplesCount(IntPtr world); | 1888 | public static extern int WorldGetAutoDisableAverageSamplesCount(IntPtr world); |
1889 | 1889 | ||
1890 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] | 1890 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] |
1891 | public static extern dReal WorldGetAutoDisableAngularThreshold(IntPtr world); | 1891 | public static extern dReal WorldGetAutoDisableAngularThreshold(IntPtr world); |
1892 | 1892 | ||
1893 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] | 1893 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] |
1894 | public static extern bool WorldGetAutoDisableFlag(IntPtr world); | 1894 | public static extern bool WorldGetAutoDisableFlag(IntPtr world); |
1895 | 1895 | ||
1896 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] | 1896 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] |
1897 | public static extern dReal WorldGetAutoDisableLinearThreshold(IntPtr world); | 1897 | public static extern dReal WorldGetAutoDisableLinearThreshold(IntPtr world); |
1898 | 1898 | ||
1899 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] | 1899 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] |
1900 | public static extern int WorldGetAutoDisableSteps(IntPtr world); | 1900 | public static extern int WorldGetAutoDisableSteps(IntPtr world); |
1901 | 1901 | ||
1902 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableTime"), SuppressUnmanagedCodeSecurity] | 1902 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableTime"), SuppressUnmanagedCodeSecurity] |
1903 | public static extern dReal WorldGetAutoDisableTime(IntPtr world); | 1903 | public static extern dReal WorldGetAutoDisableTime(IntPtr world); |
1904 | 1904 | ||
1905 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoEnableDepthSF1"), SuppressUnmanagedCodeSecurity] | 1905 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoEnableDepthSF1"), SuppressUnmanagedCodeSecurity] |
1906 | public static extern int WorldGetAutoEnableDepthSF1(IntPtr world); | 1906 | public static extern int WorldGetAutoEnableDepthSF1(IntPtr world); |
1907 | 1907 | ||
1908 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetCFM"), SuppressUnmanagedCodeSecurity] | 1908 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetCFM"), SuppressUnmanagedCodeSecurity] |
1909 | public static extern dReal WorldGetCFM(IntPtr world); | 1909 | public static extern dReal WorldGetCFM(IntPtr world); |
1910 | 1910 | ||
1911 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetERP"), SuppressUnmanagedCodeSecurity] | 1911 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetERP"), SuppressUnmanagedCodeSecurity] |
1912 | public static extern dReal WorldGetERP(IntPtr world); | 1912 | public static extern dReal WorldGetERP(IntPtr world); |
1913 | 1913 | ||
1914 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetGravity"), SuppressUnmanagedCodeSecurity] | 1914 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetGravity"), SuppressUnmanagedCodeSecurity] |
1915 | public static extern void WorldGetGravity(IntPtr world, out Vector3 gravity); | 1915 | public static extern void WorldGetGravity(IntPtr world, out Vector3 gravity); |
1916 | 1916 | ||
1917 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetGravity"), SuppressUnmanagedCodeSecurity] | 1917 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetGravity"), SuppressUnmanagedCodeSecurity] |
1918 | public static extern void WorldGetGravity(IntPtr world, out dReal X); | 1918 | public static extern void WorldGetGravity(IntPtr world, out dReal X); |
1919 | 1919 | ||
1920 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetContactMaxCorrectingVel"), SuppressUnmanagedCodeSecurity] | 1920 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetContactMaxCorrectingVel"), SuppressUnmanagedCodeSecurity] |
1921 | public static extern dReal WorldGetContactMaxCorrectingVel(IntPtr world); | 1921 | public static extern dReal WorldGetContactMaxCorrectingVel(IntPtr world); |
1922 | 1922 | ||
1923 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetContactSurfaceLayer"), SuppressUnmanagedCodeSecurity] | 1923 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetContactSurfaceLayer"), SuppressUnmanagedCodeSecurity] |
1924 | public static extern dReal WorldGetContactSurfaceLayer(IntPtr world); | 1924 | public static extern dReal WorldGetContactSurfaceLayer(IntPtr world); |
1925 | 1925 | ||
1926 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAngularDamping"), SuppressUnmanagedCodeSecurity] | 1926 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAngularDamping"), SuppressUnmanagedCodeSecurity] |
1927 | public static extern dReal WorldGetAngularDamping(IntPtr world); | 1927 | public static extern dReal WorldGetAngularDamping(IntPtr world); |
@@ -1935,23 +1935,23 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1935 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetLinearDampingThreshold"), SuppressUnmanagedCodeSecurity] | 1935 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetLinearDampingThreshold"), SuppressUnmanagedCodeSecurity] |
1936 | public static extern dReal WorldGetLinearDampingThreshold(IntPtr world); | 1936 | public static extern dReal WorldGetLinearDampingThreshold(IntPtr world); |
1937 | 1937 | ||
1938 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetQuickStepNumIterations"), SuppressUnmanagedCodeSecurity] | 1938 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetQuickStepNumIterations"), SuppressUnmanagedCodeSecurity] |
1939 | public static extern int WorldGetQuickStepNumIterations(IntPtr world); | 1939 | public static extern int WorldGetQuickStepNumIterations(IntPtr world); |
1940 | 1940 | ||
1941 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetQuickStepW"), SuppressUnmanagedCodeSecurity] | 1941 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetQuickStepW"), SuppressUnmanagedCodeSecurity] |
1942 | public static extern dReal WorldGetQuickStepW(IntPtr world); | 1942 | public static extern dReal WorldGetQuickStepW(IntPtr world); |
1943 | 1943 | ||
1944 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetMaxAngularSpeed"), SuppressUnmanagedCodeSecurity] | 1944 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetMaxAngularSpeed"), SuppressUnmanagedCodeSecurity] |
1945 | public static extern dReal WorldGetMaxAngularSpeed(IntPtr world); | 1945 | public static extern dReal WorldGetMaxAngularSpeed(IntPtr world); |
1946 | 1946 | ||
1947 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldImpulseToForce"), SuppressUnmanagedCodeSecurity] | 1947 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldImpulseToForce"), SuppressUnmanagedCodeSecurity] |
1948 | public static extern void WorldImpulseToForce(IntPtr world, dReal stepsize, dReal ix, dReal iy, dReal iz, out Vector3 force); | 1948 | public static extern void WorldImpulseToForce(IntPtr world, dReal stepsize, dReal ix, dReal iy, dReal iz, out Vector3 force); |
1949 | 1949 | ||
1950 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldImpulseToForce"), SuppressUnmanagedCodeSecurity] | 1950 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldImpulseToForce"), SuppressUnmanagedCodeSecurity] |
1951 | public static extern void WorldImpulseToForce(IntPtr world, dReal stepsize, dReal ix, dReal iy, dReal iz, out dReal forceX); | 1951 | public static extern void WorldImpulseToForce(IntPtr world, dReal stepsize, dReal ix, dReal iy, dReal iz, out dReal forceX); |
1952 | 1952 | ||
1953 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldQuickStep"), SuppressUnmanagedCodeSecurity] | 1953 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldQuickStep"), SuppressUnmanagedCodeSecurity] |
1954 | public static extern void WorldQuickStep(IntPtr world, dReal stepsize); | 1954 | public static extern void WorldQuickStep(IntPtr world, dReal stepsize); |
1955 | 1955 | ||
1956 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAngularDamping"), SuppressUnmanagedCodeSecurity] | 1956 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAngularDamping"), SuppressUnmanagedCodeSecurity] |
1957 | public static extern void WorldSetAngularDamping(IntPtr world, dReal scale); | 1957 | public static extern void WorldSetAngularDamping(IntPtr world, dReal scale); |
@@ -1959,67 +1959,67 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1959 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAngularDampingThreshold"), SuppressUnmanagedCodeSecurity] | 1959 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAngularDampingThreshold"), SuppressUnmanagedCodeSecurity] |
1960 | public static extern void WorldSetAngularDampingThreshold(IntPtr world, dReal threshold); | 1960 | public static extern void WorldSetAngularDampingThreshold(IntPtr world, dReal threshold); |
1961 | 1961 | ||
1962 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] | 1962 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] |
1963 | public static extern void WorldSetAutoDisableAngularThreshold(IntPtr world, dReal angular_threshold); | 1963 | public static extern void WorldSetAutoDisableAngularThreshold(IntPtr world, dReal angular_threshold); |
1964 | 1964 | ||
1965 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableAverageSamplesCount"), SuppressUnmanagedCodeSecurity] | 1965 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableAverageSamplesCount"), SuppressUnmanagedCodeSecurity] |
1966 | public static extern void WorldSetAutoDisableAverageSamplesCount(IntPtr world, int average_samples_count); | 1966 | public static extern void WorldSetAutoDisableAverageSamplesCount(IntPtr world, int average_samples_count); |
1967 | 1967 | ||
1968 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] | 1968 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] |
1969 | public static extern void WorldSetAutoDisableFlag(IntPtr world, bool do_auto_disable); | 1969 | public static extern void WorldSetAutoDisableFlag(IntPtr world, bool do_auto_disable); |
1970 | 1970 | ||
1971 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] | 1971 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] |
1972 | public static extern void WorldSetAutoDisableLinearThreshold(IntPtr world, dReal linear_threshold); | 1972 | public static extern void WorldSetAutoDisableLinearThreshold(IntPtr world, dReal linear_threshold); |
1973 | 1973 | ||
1974 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] | 1974 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] |
1975 | public static extern void WorldSetAutoDisableSteps(IntPtr world, int steps); | 1975 | public static extern void WorldSetAutoDisableSteps(IntPtr world, int steps); |
1976 | 1976 | ||
1977 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableTime"), SuppressUnmanagedCodeSecurity] | 1977 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableTime"), SuppressUnmanagedCodeSecurity] |
1978 | public static extern void WorldSetAutoDisableTime(IntPtr world, dReal time); | 1978 | public static extern void WorldSetAutoDisableTime(IntPtr world, dReal time); |
1979 | 1979 | ||
1980 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoEnableDepthSF1"), SuppressUnmanagedCodeSecurity] | 1980 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoEnableDepthSF1"), SuppressUnmanagedCodeSecurity] |
1981 | public static extern void WorldSetAutoEnableDepthSF1(IntPtr world, int autoEnableDepth); | 1981 | public static extern void WorldSetAutoEnableDepthSF1(IntPtr world, int autoEnableDepth); |
1982 | 1982 | ||
1983 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetCFM"), SuppressUnmanagedCodeSecurity] | 1983 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetCFM"), SuppressUnmanagedCodeSecurity] |
1984 | public static extern void WorldSetCFM(IntPtr world, dReal cfm); | 1984 | public static extern void WorldSetCFM(IntPtr world, dReal cfm); |
1985 | 1985 | ||
1986 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetContactMaxCorrectingVel"), SuppressUnmanagedCodeSecurity] | 1986 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetContactMaxCorrectingVel"), SuppressUnmanagedCodeSecurity] |
1987 | public static extern void WorldSetContactMaxCorrectingVel(IntPtr world, dReal vel); | 1987 | public static extern void WorldSetContactMaxCorrectingVel(IntPtr world, dReal vel); |
1988 | 1988 | ||
1989 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetContactSurfaceLayer"), SuppressUnmanagedCodeSecurity] | 1989 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetContactSurfaceLayer"), SuppressUnmanagedCodeSecurity] |
1990 | public static extern void WorldSetContactSurfaceLayer(IntPtr world, dReal depth); | 1990 | public static extern void WorldSetContactSurfaceLayer(IntPtr world, dReal depth); |
1991 | 1991 | ||
1992 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetDamping"), SuppressUnmanagedCodeSecurity] | 1992 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetDamping"), SuppressUnmanagedCodeSecurity] |
1993 | public static extern void WorldSetDamping(IntPtr world, dReal linear_scale, dReal angular_scale); | 1993 | public static extern void WorldSetDamping(IntPtr world, dReal linear_scale, dReal angular_scale); |
1994 | 1994 | ||
1995 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetERP"), SuppressUnmanagedCodeSecurity] | 1995 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetERP"), SuppressUnmanagedCodeSecurity] |
1996 | public static extern void WorldSetERP(IntPtr world, dReal erp); | 1996 | public static extern void WorldSetERP(IntPtr world, dReal erp); |
1997 | |||
1998 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetGravity"), SuppressUnmanagedCodeSecurity] | ||
1999 | public static extern void WorldSetGravity(IntPtr world, dReal x, dReal y, dReal z); | ||
1997 | 2000 | ||
1998 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetGravity"), SuppressUnmanagedCodeSecurity] | ||
1999 | public static extern void WorldSetGravity(IntPtr world, dReal x, dReal y, dReal z); | ||
2000 | |||
2001 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetLinearDamping"), SuppressUnmanagedCodeSecurity] | 2001 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetLinearDamping"), SuppressUnmanagedCodeSecurity] |
2002 | public static extern void WorldSetLinearDamping(IntPtr world, dReal scale); | 2002 | public static extern void WorldSetLinearDamping(IntPtr world, dReal scale); |
2003 | 2003 | ||
2004 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetLinearDampingThreshold"), SuppressUnmanagedCodeSecurity] | 2004 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetLinearDampingThreshold"), SuppressUnmanagedCodeSecurity] |
2005 | public static extern void WorldSetLinearDampingThreshold(IntPtr world, dReal threshold); | 2005 | public static extern void WorldSetLinearDampingThreshold(IntPtr world, dReal threshold); |
2006 | 2006 | ||
2007 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetQuickStepNumIterations"), SuppressUnmanagedCodeSecurity] | 2007 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetQuickStepNumIterations"), SuppressUnmanagedCodeSecurity] |
2008 | public static extern void WorldSetQuickStepNumIterations(IntPtr world, int num); | 2008 | public static extern void WorldSetQuickStepNumIterations(IntPtr world, int num); |
2009 | 2009 | ||
2010 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetQuickStepW"), SuppressUnmanagedCodeSecurity] | 2010 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetQuickStepW"), SuppressUnmanagedCodeSecurity] |
2011 | public static extern void WorldSetQuickStepW(IntPtr world, dReal over_relaxation); | 2011 | public static extern void WorldSetQuickStepW(IntPtr world, dReal over_relaxation); |
2012 | 2012 | ||
2013 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetMaxAngularSpeed"), SuppressUnmanagedCodeSecurity] | 2013 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetMaxAngularSpeed"), SuppressUnmanagedCodeSecurity] |
2014 | public static extern void WorldSetMaxAngularSpeed(IntPtr world, dReal max_speed); | 2014 | public static extern void WorldSetMaxAngularSpeed(IntPtr world, dReal max_speed); |
2015 | 2015 | ||
2016 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldStep"), SuppressUnmanagedCodeSecurity] | 2016 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldStep"), SuppressUnmanagedCodeSecurity] |
2017 | public static extern void WorldStep(IntPtr world, dReal stepsize); | 2017 | public static extern void WorldStep(IntPtr world, dReal stepsize); |
2018 | 2018 | ||
2019 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldStepFast1"), SuppressUnmanagedCodeSecurity] | 2019 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldStepFast1"), SuppressUnmanagedCodeSecurity] |
2020 | public static extern void WorldStepFast1(IntPtr world, dReal stepsize, int maxiterations); | 2020 | public static extern void WorldStepFast1(IntPtr world, dReal stepsize, int maxiterations); |
2021 | 2021 | ||
2022 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldExportDIF"), SuppressUnmanagedCodeSecurity] | 2022 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldExportDIF"), SuppressUnmanagedCodeSecurity] |
2023 | public static extern void WorldExportDIF(IntPtr world, string filename, bool append, string prefix); | 2023 | public static extern void WorldExportDIF(IntPtr world, string filename, bool append, string prefix); |
2024 | } | 2024 | } |
2025 | } | 2025 | } |
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs b/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs index aaf90f2..98bfd1c 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs | |||
@@ -149,7 +149,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
149 | /// Collision geometry | 149 | /// Collision geometry |
150 | /// </summary> | 150 | /// </summary> |
151 | internal IntPtr Shell { get; private set; } | 151 | internal IntPtr Shell { get; private set; } |
152 | 152 | ||
153 | private IntPtr Amotor = IntPtr.Zero; | 153 | private IntPtr Amotor = IntPtr.Zero; |
154 | private d.Mass ShellMass; | 154 | private d.Mass ShellMass; |
155 | 155 | ||
@@ -237,7 +237,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
237 | m_tainted_isPhysical = true; // new tainted status: need to create ODE information | 237 | m_tainted_isPhysical = true; // new tainted status: need to create ODE information |
238 | 238 | ||
239 | _parent_scene.AddPhysicsActorTaint(this); | 239 | _parent_scene.AddPhysicsActorTaint(this); |
240 | 240 | ||
241 | Name = avName; | 241 | Name = avName; |
242 | } | 242 | } |
243 | 243 | ||
@@ -461,7 +461,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
461 | value.Z = _parent_scene.GetTerrainHeightAtXY(127, 127) + 5; | 461 | value.Z = _parent_scene.GetTerrainHeightAtXY(127, 127) + 5; |
462 | } | 462 | } |
463 | 463 | ||
464 | m_taintPosition = value; | 464 | m_taintPosition = value; |
465 | _parent_scene.AddPhysicsActorTaint(this); | 465 | _parent_scene.AddPhysicsActorTaint(this); |
466 | } | 466 | } |
467 | else | 467 | else |
@@ -796,7 +796,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
796 | internal void Move(List<OdeCharacter> defects) | 796 | internal void Move(List<OdeCharacter> defects) |
797 | { | 797 | { |
798 | // no lock; for now it's only called from within Simulate() | 798 | // no lock; for now it's only called from within Simulate() |
799 | 799 | ||
800 | // If the PID Controller isn't active then we set our force | 800 | // If the PID Controller isn't active then we set our force |
801 | // calculating base velocity to the current position | 801 | // calculating base velocity to the current position |
802 | 802 | ||
@@ -811,7 +811,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
811 | 811 | ||
812 | d.Vector3 localpos = d.BodyGetPosition(Body); | 812 | d.Vector3 localpos = d.BodyGetPosition(Body); |
813 | Vector3 localPos = new Vector3(localpos.X, localpos.Y, localpos.Z); | 813 | Vector3 localPos = new Vector3(localpos.X, localpos.Y, localpos.Z); |
814 | 814 | ||
815 | if (!localPos.IsFinite()) | 815 | if (!localPos.IsFinite()) |
816 | { | 816 | { |
817 | m_log.WarnFormat( | 817 | m_log.WarnFormat( |
@@ -1248,10 +1248,10 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1248 | } | 1248 | } |
1249 | 1249 | ||
1250 | public override Vector3 PIDTarget { set { return; } } | 1250 | public override Vector3 PIDTarget { set { return; } } |
1251 | public override bool PIDActive | 1251 | public override bool PIDActive |
1252 | { | 1252 | { |
1253 | get { return false; } | 1253 | get { return false; } |
1254 | set { return; } | 1254 | set { return; } |
1255 | } | 1255 | } |
1256 | public override float PIDTau { set { return; } } | 1256 | public override float PIDTau { set { return; } } |
1257 | 1257 | ||
@@ -1259,7 +1259,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1259 | public override bool PIDHoverActive {get {return false;} set { return; } } | 1259 | public override bool PIDHoverActive {get {return false;} set { return; } } |
1260 | public override PIDHoverType PIDHoverType { set { return; } } | 1260 | public override PIDHoverType PIDHoverType { set { return; } } |
1261 | public override float PIDHoverTau { set { return; } } | 1261 | public override float PIDHoverTau { set { return; } } |
1262 | 1262 | ||
1263 | public override Quaternion APIDTarget{ set { return; } } | 1263 | public override Quaternion APIDTarget{ set { return; } } |
1264 | 1264 | ||
1265 | public override bool APIDActive{ set { return; } } | 1265 | public override bool APIDActive{ set { return; } } |
@@ -1369,7 +1369,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1369 | // m_log.DebugFormat( | 1369 | // m_log.DebugFormat( |
1370 | // "[ODE CHARACTER]: Changing capsule size from {0} to {1} for {2}", | 1370 | // "[ODE CHARACTER]: Changing capsule size from {0} to {1} for {2}", |
1371 | // CAPSULE_LENGTH, m_tainted_CAPSULE_LENGTH, Name); | 1371 | // CAPSULE_LENGTH, m_tainted_CAPSULE_LENGTH, Name); |
1372 | 1372 | ||
1373 | m_pidControllerActive = true; | 1373 | m_pidControllerActive = true; |
1374 | 1374 | ||
1375 | // no lock needed on _parent_scene.OdeLock because we are called from within the thread lock in OdePlugin's simulate() | 1375 | // no lock needed on _parent_scene.OdeLock because we are called from within the thread lock in OdePlugin's simulate() |
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODEDynamics.cs b/OpenSim/Region/PhysicsModules/Ode/ODEDynamics.cs index ff19384..7e95d7f 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODEDynamics.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODEDynamics.cs | |||
@@ -914,7 +914,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
914 | 914 | ||
915 | // Sum velocities | 915 | // Sum velocities |
916 | m_lastAngularVelocity = m_angularMotorVelocity + vertattr; // + bank + deflection | 916 | m_lastAngularVelocity = m_angularMotorVelocity + vertattr; // + bank + deflection |
917 | 917 | ||
918 | if ((m_flags & (VehicleFlag.NO_DEFLECTION_UP)) != 0) | 918 | if ((m_flags & (VehicleFlag.NO_DEFLECTION_UP)) != 0) |
919 | { | 919 | { |
920 | m_lastAngularVelocity.X = 0; | 920 | m_lastAngularVelocity.X = 0; |
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs b/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs index d61ee61..22fc84d 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs | |||
@@ -9,14 +9,14 @@ using OpenSim.Region.Framework.Interfaces; | |||
9 | 9 | ||
10 | namespace OpenSim.Region.PhysicsModule.ODE | 10 | namespace OpenSim.Region.PhysicsModule.ODE |
11 | { | 11 | { |
12 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ODEPhysicsScene")] | 12 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ODEPhysicsScene")] |
13 | public class OdeModule : INonSharedRegionModule | 13 | public class OdeModule : INonSharedRegionModule |
14 | { | 14 | { |
15 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 15 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
16 | 16 | ||
17 | private bool m_Enabled = false; | 17 | private bool m_Enabled = false; |
18 | private IConfigSource m_config; | 18 | private IConfigSource m_config; |
19 | private OdeScene m_scene; | 19 | private OdeScene m_scene; |
20 | 20 | ||
21 | #region INonSharedRegionModule | 21 | #region INonSharedRegionModule |
22 | 22 | ||
@@ -84,6 +84,6 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
84 | 84 | ||
85 | m_scene.RegionLoaded(); | 85 | m_scene.RegionLoaded(); |
86 | } | 86 | } |
87 | #endregion | 87 | #endregion |
88 | } | 88 | } |
89 | } | 89 | } |
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs b/OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs index 36546aa..8934330 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs | |||
@@ -33,7 +33,7 @@ | |||
33 | * ODEDynamics.cs contains methods dealing with Prim Physical motion | 33 | * ODEDynamics.cs contains methods dealing with Prim Physical motion |
34 | * (dynamics) and the associated settings. Old Linear and angular | 34 | * (dynamics) and the associated settings. Old Linear and angular |
35 | * motors for dynamic motion have been replace with MoveLinear() | 35 | * motors for dynamic motion have been replace with MoveLinear() |
36 | * and MoveAngular(); 'Physical' is used only to switch ODE dynamic | 36 | * and MoveAngular(); 'Physical' is used only to switch ODE dynamic |
37 | * simualtion on/off; VEHICAL_TYPE_NONE/VEHICAL_TYPE_<other> is to | 37 | * simualtion on/off; VEHICAL_TYPE_NONE/VEHICAL_TYPE_<other> is to |
38 | * switch between 'VEHICLE' parameter use and general dynamics | 38 | * switch between 'VEHICLE' parameter use and general dynamics |
39 | * settings use. | 39 | * settings use. |
@@ -133,7 +133,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
133 | private float m_targetHoverHeight; | 133 | private float m_targetHoverHeight; |
134 | private float m_groundHeight; | 134 | private float m_groundHeight; |
135 | private float m_waterHeight; | 135 | private float m_waterHeight; |
136 | private float m_buoyancy; //KF: m_buoyancy should be set by llSetBuoyancy() for non-vehicle. | 136 | private float m_buoyancy; //KF: m_buoyancy should be set by llSetBuoyancy() for non-vehicle. |
137 | 137 | ||
138 | // private float m_tensor = 5f; | 138 | // private float m_tensor = 5f; |
139 | private int body_autodisable_frames = 20; | 139 | private int body_autodisable_frames = 20; |
@@ -170,7 +170,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
170 | 170 | ||
171 | private PrimitiveBaseShape _pbs; | 171 | private PrimitiveBaseShape _pbs; |
172 | private OdeScene _parent_scene; | 172 | private OdeScene _parent_scene; |
173 | 173 | ||
174 | /// <summary> | 174 | /// <summary> |
175 | /// The physics space which contains prim geometries | 175 | /// The physics space which contains prim geometries |
176 | /// </summary> | 176 | /// </summary> |
@@ -443,7 +443,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
443 | 443 | ||
444 | d.BodySetAutoDisableFlag(Body, true); | 444 | d.BodySetAutoDisableFlag(Body, true); |
445 | d.BodySetAutoDisableSteps(Body, body_autodisable_frames); | 445 | d.BodySetAutoDisableSteps(Body, body_autodisable_frames); |
446 | 446 | ||
447 | // disconnect from world gravity so we can apply buoyancy | 447 | // disconnect from world gravity so we can apply buoyancy |
448 | d.BodySetGravityMode (Body, false); | 448 | d.BodySetGravityMode (Body, false); |
449 | 449 | ||
@@ -474,8 +474,8 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
474 | 474 | ||
475 | float returnMass = 0; | 475 | float returnMass = 0; |
476 | float hollowAmount = (float)_pbs.ProfileHollow * 2.0e-5f; | 476 | float hollowAmount = (float)_pbs.ProfileHollow * 2.0e-5f; |
477 | float hollowVolume = hollowAmount * hollowAmount; | 477 | float hollowVolume = hollowAmount * hollowAmount; |
478 | 478 | ||
479 | switch (_pbs.ProfileShape) | 479 | switch (_pbs.ProfileShape) |
480 | { | 480 | { |
481 | case ProfileShape.Square: | 481 | case ProfileShape.Square: |
@@ -511,16 +511,16 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
511 | 511 | ||
512 | else if (_pbs.PathCurve == (byte)Extrusion.Curve1) | 512 | else if (_pbs.PathCurve == (byte)Extrusion.Curve1) |
513 | { | 513 | { |
514 | //a tube | 514 | //a tube |
515 | 515 | ||
516 | volume *= 0.78539816339e-2f * (float)(200 - _pbs.PathScaleX); | 516 | volume *= 0.78539816339e-2f * (float)(200 - _pbs.PathScaleX); |
517 | tmp= 1.0f -2.0e-2f * (float)(200 - _pbs.PathScaleY); | 517 | tmp= 1.0f -2.0e-2f * (float)(200 - _pbs.PathScaleY); |
518 | volume -= volume*tmp*tmp; | 518 | volume -= volume*tmp*tmp; |
519 | 519 | ||
520 | if (hollowAmount > 0.0) | 520 | if (hollowAmount > 0.0) |
521 | { | 521 | { |
522 | hollowVolume *= hollowAmount; | 522 | hollowVolume *= hollowAmount; |
523 | 523 | ||
524 | switch (_pbs.HollowShape) | 524 | switch (_pbs.HollowShape) |
525 | { | 525 | { |
526 | case HollowShape.Square: | 526 | case HollowShape.Square: |
@@ -579,7 +579,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
579 | volume *= 0.61685027506808491367715568749226e-2f * (float)(200 - _pbs.PathScaleX); | 579 | volume *= 0.61685027506808491367715568749226e-2f * (float)(200 - _pbs.PathScaleX); |
580 | tmp = 1.0f - .02f * (float)(200 - _pbs.PathScaleY); | 580 | tmp = 1.0f - .02f * (float)(200 - _pbs.PathScaleY); |
581 | volume *= (1.0f - tmp * tmp); | 581 | volume *= (1.0f - tmp * tmp); |
582 | 582 | ||
583 | if (hollowAmount > 0.0) | 583 | if (hollowAmount > 0.0) |
584 | { | 584 | { |
585 | 585 | ||
@@ -845,7 +845,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
845 | else | 845 | else |
846 | { | 846 | { |
847 | _parent_scene.DeactivatePrim(this); | 847 | _parent_scene.DeactivatePrim(this); |
848 | 848 | ||
849 | m_collisionCategories &= ~CollisionCategories.Body; | 849 | m_collisionCategories &= ~CollisionCategories.Body; |
850 | m_collisionFlags &= ~(CollisionCategories.Wind | CollisionCategories.Land); | 850 | m_collisionFlags &= ~(CollisionCategories.Wind | CollisionCategories.Land); |
851 | 851 | ||
@@ -916,7 +916,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
916 | else | 916 | else |
917 | { | 917 | { |
918 | _triMeshData = d.GeomTriMeshDataCreate(); | 918 | _triMeshData = d.GeomTriMeshDataCreate(); |
919 | 919 | ||
920 | d.GeomTriMeshDataBuildSimple(_triMeshData, vertices, vertexStride, vertexCount, indices, indexCount, triStride); | 920 | d.GeomTriMeshDataBuildSimple(_triMeshData, vertices, vertexStride, vertexCount, indices, indexCount, triStride); |
921 | d.GeomTriMeshDataPreprocess(_triMeshData); | 921 | d.GeomTriMeshDataPreprocess(_triMeshData); |
922 | m_MeshToTriMeshMap[mesh] = _triMeshData; | 922 | m_MeshToTriMeshMap[mesh] = _triMeshData; |
@@ -974,7 +974,7 @@ Console.WriteLine("ZProcessTaints for " + Name); | |||
974 | rotate(); | 974 | rotate(); |
975 | } | 975 | } |
976 | } | 976 | } |
977 | 977 | ||
978 | if (m_taintPhysics != IsPhysical && !(m_taintparent != _parent)) | 978 | if (m_taintPhysics != IsPhysical && !(m_taintparent != _parent)) |
979 | changePhysicsStatus(); | 979 | changePhysicsStatus(); |
980 | 980 | ||
@@ -1074,7 +1074,7 @@ Console.WriteLine("ZProcessTaints for " + Name); | |||
1074 | else if (_parent != null && m_taintparent == null) | 1074 | else if (_parent != null && m_taintparent == null) |
1075 | { | 1075 | { |
1076 | //Console.WriteLine(" changelink B"); | 1076 | //Console.WriteLine(" changelink B"); |
1077 | 1077 | ||
1078 | if (_parent is OdePrim) | 1078 | if (_parent is OdePrim) |
1079 | { | 1079 | { |
1080 | OdePrim obj = (OdePrim)_parent; | 1080 | OdePrim obj = (OdePrim)_parent; |
@@ -1082,16 +1082,16 @@ Console.WriteLine("ZProcessTaints for " + Name); | |||
1082 | childPrim = false; | 1082 | childPrim = false; |
1083 | //_parent = null; | 1083 | //_parent = null; |
1084 | } | 1084 | } |
1085 | 1085 | ||
1086 | /* | 1086 | /* |
1087 | if (Body != (IntPtr)0 && _linkJointGroup != (IntPtr)0) | 1087 | if (Body != (IntPtr)0 && _linkJointGroup != (IntPtr)0) |
1088 | d.JointGroupDestroy(_linkJointGroup); | 1088 | d.JointGroupDestroy(_linkJointGroup); |
1089 | 1089 | ||
1090 | _linkJointGroup = (IntPtr)0; | 1090 | _linkJointGroup = (IntPtr)0; |
1091 | m_linkJoint = (IntPtr)0; | 1091 | m_linkJoint = (IntPtr)0; |
1092 | */ | 1092 | */ |
1093 | } | 1093 | } |
1094 | 1094 | ||
1095 | _parent = m_taintparent; | 1095 | _parent = m_taintparent; |
1096 | m_taintPhysics = IsPhysical; | 1096 | m_taintPhysics = IsPhysical; |
1097 | } | 1097 | } |
@@ -1345,7 +1345,7 @@ Console.WriteLine("ZProcessTaints for " + Name); | |||
1345 | // in between the disabling and the collision properties setting | 1345 | // in between the disabling and the collision properties setting |
1346 | // which would wake the physical body up from a soft disabling and potentially cause it to fall | 1346 | // which would wake the physical body up from a soft disabling and potentially cause it to fall |
1347 | // through the ground. | 1347 | // through the ground. |
1348 | 1348 | ||
1349 | // NOTE FOR JOINTS: this doesn't always work for jointed assemblies because if you select | 1349 | // NOTE FOR JOINTS: this doesn't always work for jointed assemblies because if you select |
1350 | // just one part of the assembly, the rest of the assembly is non-selected and still simulating, | 1350 | // just one part of the assembly, the rest of the assembly is non-selected and still simulating, |
1351 | // so that causes the selected part to wake up and continue moving. | 1351 | // so that causes the selected part to wake up and continue moving. |
@@ -1359,7 +1359,7 @@ Console.WriteLine("ZProcessTaints for " + Name); | |||
1359 | // e.g. we select 100 prims that are connected by joints. non-atomically, the first 50 are | 1359 | // e.g. we select 100 prims that are connected by joints. non-atomically, the first 50 are |
1360 | // selected and disabled. then, due to a thread switch, the selection processing is | 1360 | // selected and disabled. then, due to a thread switch, the selection processing is |
1361 | // interrupted and the physics engine continues to simulate, so the last 50 items, whose | 1361 | // interrupted and the physics engine continues to simulate, so the last 50 items, whose |
1362 | // selection was not yet processed, continues to simulate. this wakes up ALL of the | 1362 | // selection was not yet processed, continues to simulate. this wakes up ALL of the |
1363 | // first 50 again. then the last 50 are disabled. then the first 50, which were just woken | 1363 | // first 50 again. then the last 50 are disabled. then the first 50, which were just woken |
1364 | // up, start simulating again, which in turn wakes up the last 50. | 1364 | // up, start simulating again, which in turn wakes up the last 50. |
1365 | 1365 | ||
@@ -1565,7 +1565,7 @@ Console.WriteLine("CreateGeom:"); | |||
1565 | private void changeadd() | 1565 | private void changeadd() |
1566 | { | 1566 | { |
1567 | // m_log.DebugFormat("[ODE PRIM]: Adding prim {0}", Name); | 1567 | // m_log.DebugFormat("[ODE PRIM]: Adding prim {0}", Name); |
1568 | 1568 | ||
1569 | int[] iprimspaceArrItem = _parent_scene.calculateSpaceArrayItemFromPos(_position); | 1569 | int[] iprimspaceArrItem = _parent_scene.calculateSpaceArrayItemFromPos(_position); |
1570 | IntPtr targetspace = _parent_scene.calculateSpaceForGeom(_position); | 1570 | IntPtr targetspace = _parent_scene.calculateSpaceForGeom(_position); |
1571 | 1571 | ||
@@ -1711,10 +1711,10 @@ Console.WriteLine(" JointCreateFixed"); | |||
1711 | // fz = 0f; | 1711 | // fz = 0f; |
1712 | //m_log.Info(m_collisionFlags.ToString()); | 1712 | //m_log.Info(m_collisionFlags.ToString()); |
1713 | 1713 | ||
1714 | 1714 | ||
1715 | //KF: m_buoyancy should be set by llSetBuoyancy() for non-vehicle. | 1715 | //KF: m_buoyancy should be set by llSetBuoyancy() for non-vehicle. |
1716 | // would come from SceneObjectPart.cs, public void SetBuoyancy(float fvalue) , PhysActor.Buoyancy = fvalue; ?? | 1716 | // would come from SceneObjectPart.cs, public void SetBuoyancy(float fvalue) , PhysActor.Buoyancy = fvalue; ?? |
1717 | // m_buoyancy: (unlimited value) <0=Falls fast; 0=1g; 1=0g; >1 = floats up | 1717 | // m_buoyancy: (unlimited value) <0=Falls fast; 0=1g; 1=0g; >1 = floats up |
1718 | // gravityz multiplier = 1 - m_buoyancy | 1718 | // gravityz multiplier = 1 - m_buoyancy |
1719 | fz = _parent_scene.gravityz * (1.0f - m_buoyancy) * m_mass; | 1719 | fz = _parent_scene.gravityz * (1.0f - m_buoyancy) * m_mass; |
1720 | 1720 | ||
@@ -1729,7 +1729,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1729 | fz = 0f; | 1729 | fz = 0f; |
1730 | 1730 | ||
1731 | // no lock; for now it's only called from within Simulate() | 1731 | // no lock; for now it's only called from within Simulate() |
1732 | 1732 | ||
1733 | // If the PID Controller isn't active then we set our force | 1733 | // If the PID Controller isn't active then we set our force |
1734 | // calculating base velocity to the current position | 1734 | // calculating base velocity to the current position |
1735 | 1735 | ||
@@ -1738,7 +1738,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1738 | //PID_G = PID_G / m_PIDTau; | 1738 | //PID_G = PID_G / m_PIDTau; |
1739 | m_PIDTau = 1; | 1739 | m_PIDTau = 1; |
1740 | } | 1740 | } |
1741 | 1741 | ||
1742 | if ((PID_G - m_PIDTau) <= 0) | 1742 | if ((PID_G - m_PIDTau) <= 0) |
1743 | { | 1743 | { |
1744 | PID_G = m_PIDTau + 1; | 1744 | PID_G = m_PIDTau + 1; |
@@ -1761,7 +1761,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1761 | if (_target_velocity.ApproxEquals(Vector3.Zero,0.1f)) | 1761 | if (_target_velocity.ApproxEquals(Vector3.Zero,0.1f)) |
1762 | { | 1762 | { |
1763 | // keep track of where we stopped. No more slippin' & slidin' | 1763 | // keep track of where we stopped. No more slippin' & slidin' |
1764 | 1764 | ||
1765 | // We only want to deactivate the PID Controller if we think we want to have our surrogate | 1765 | // We only want to deactivate the PID Controller if we think we want to have our surrogate |
1766 | // react to the physics scene by moving it's position. | 1766 | // react to the physics scene by moving it's position. |
1767 | // Avatar to Avatar collisions | 1767 | // Avatar to Avatar collisions |
@@ -1782,7 +1782,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1782 | // We're flying and colliding with something | 1782 | // We're flying and colliding with something |
1783 | fx = ((_target_velocity.X) - vel.X) * (PID_D); | 1783 | fx = ((_target_velocity.X) - vel.X) * (PID_D); |
1784 | fy = ((_target_velocity.Y) - vel.Y) * (PID_D); | 1784 | fy = ((_target_velocity.Y) - vel.Y) * (PID_D); |
1785 | 1785 | ||
1786 | // vec.Z = (_target_velocity.Z - vel.Z) * PID_D + (_zeroPosition.Z - pos.Z) * PID_P; | 1786 | // vec.Z = (_target_velocity.Z - vel.Z) * PID_D + (_zeroPosition.Z - pos.Z) * PID_P; |
1787 | 1787 | ||
1788 | fz = fz + ((_target_velocity.Z - vel.Z) * (PID_D) * m_mass); | 1788 | fz = fz + ((_target_velocity.Z - vel.Z) * (PID_D) * m_mass); |
@@ -1793,7 +1793,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1793 | if (m_useHoverPID && !PIDActive) | 1793 | if (m_useHoverPID && !PIDActive) |
1794 | { | 1794 | { |
1795 | //Console.WriteLine("Hover " + Name); | 1795 | //Console.WriteLine("Hover " + Name); |
1796 | 1796 | ||
1797 | // If we're using the PID controller, then we have no gravity | 1797 | // If we're using the PID controller, then we have no gravity |
1798 | fz = (-1 * _parent_scene.gravityz) * m_mass; | 1798 | fz = (-1 * _parent_scene.gravityz) * m_mass; |
1799 | 1799 | ||
@@ -1850,7 +1850,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1850 | if (_target_velocity.ApproxEquals(Vector3.Zero, 0.1f)) | 1850 | if (_target_velocity.ApproxEquals(Vector3.Zero, 0.1f)) |
1851 | { | 1851 | { |
1852 | // keep track of where we stopped. No more slippin' & slidin' | 1852 | // keep track of where we stopped. No more slippin' & slidin' |
1853 | 1853 | ||
1854 | // We only want to deactivate the PID Controller if we think we want to have our surrogate | 1854 | // We only want to deactivate the PID Controller if we think we want to have our surrogate |
1855 | // react to the physics scene by moving it's position. | 1855 | // react to the physics scene by moving it's position. |
1856 | // Avatar to Avatar collisions | 1856 | // Avatar to Avatar collisions |
@@ -1888,7 +1888,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1888 | { | 1888 | { |
1889 | // A physical body at rest on a surface will auto-disable after a while, | 1889 | // A physical body at rest on a surface will auto-disable after a while, |
1890 | // this appears to re-enable it incase the surface it is upon vanishes, | 1890 | // this appears to re-enable it incase the surface it is upon vanishes, |
1891 | // and the body should fall again. | 1891 | // and the body should fall again. |
1892 | d.BodySetLinearVel(Body, 0f, 0f, 0f); | 1892 | d.BodySetLinearVel(Body, 0f, 0f, 0f); |
1893 | d.BodySetForce(Body, 0, 0, 0); | 1893 | d.BodySetForce(Body, 0, 0, 0); |
1894 | enableBodySoft(); | 1894 | enableBodySoft(); |
@@ -1897,7 +1897,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1897 | // 35x10 = 350n times the mass per second applied maximum. | 1897 | // 35x10 = 350n times the mass per second applied maximum. |
1898 | float nmax = 35f * m_mass; | 1898 | float nmax = 35f * m_mass; |
1899 | float nmin = -35f * m_mass; | 1899 | float nmin = -35f * m_mass; |
1900 | 1900 | ||
1901 | if (fx > nmax) | 1901 | if (fx > nmax) |
1902 | fx = nmax; | 1902 | fx = nmax; |
1903 | if (fx < nmin) | 1903 | if (fx < nmin) |
@@ -1916,7 +1916,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1916 | // _zeroPosition = d.BodyGetPosition(Body); | 1916 | // _zeroPosition = d.BodyGetPosition(Body); |
1917 | return; | 1917 | return; |
1918 | //Console.WriteLine("Nothing " + Name); | 1918 | //Console.WriteLine("Nothing " + Name); |
1919 | 1919 | ||
1920 | } | 1920 | } |
1921 | } | 1921 | } |
1922 | 1922 | ||
@@ -1942,7 +1942,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
1942 | // daughter prim, do Geom set | 1942 | // daughter prim, do Geom set |
1943 | d.GeomSetQuaternion(prim_geom, ref myrot); | 1943 | d.GeomSetQuaternion(prim_geom, ref myrot); |
1944 | } | 1944 | } |
1945 | 1945 | ||
1946 | resetCollisionAccounting(); | 1946 | resetCollisionAccounting(); |
1947 | m_taintrot = _orientation; | 1947 | m_taintrot = _orientation; |
1948 | } | 1948 | } |
@@ -2080,7 +2080,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2080 | else | 2080 | else |
2081 | m_assetFailed = false; | 2081 | m_assetFailed = false; |
2082 | } | 2082 | } |
2083 | 2083 | ||
2084 | } | 2084 | } |
2085 | 2085 | ||
2086 | CreateGeom(m_targetSpace, mesh); | 2086 | CreateGeom(m_targetSpace, mesh); |
@@ -2312,7 +2312,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2312 | } | 2312 | } |
2313 | d.BodyEnable(Body); | 2313 | d.BodyEnable(Body); |
2314 | d.BodyAddTorque(Body, iforce.X, iforce.Y, iforce.Z); | 2314 | d.BodyAddTorque(Body, iforce.X, iforce.Y, iforce.Z); |
2315 | 2315 | ||
2316 | } | 2316 | } |
2317 | m_angularforcelist.Clear(); | 2317 | m_angularforcelist.Clear(); |
2318 | } | 2318 | } |
@@ -2342,7 +2342,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2342 | d.BodySetLinearVel(Body, m_taintVelocity.X, m_taintVelocity.Y, m_taintVelocity.Z); | 2342 | d.BodySetLinearVel(Body, m_taintVelocity.X, m_taintVelocity.Y, m_taintVelocity.Z); |
2343 | } | 2343 | } |
2344 | } | 2344 | } |
2345 | 2345 | ||
2346 | //resetCollisionAccounting(); | 2346 | //resetCollisionAccounting(); |
2347 | } | 2347 | } |
2348 | 2348 | ||
@@ -2686,7 +2686,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2686 | 2686 | ||
2687 | if(m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) | 2687 | if(m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) |
2688 | m_vehicle.Stop(); // this also updates vehicle last position from the body position | 2688 | m_vehicle.Stop(); // this also updates vehicle last position from the body position |
2689 | 2689 | ||
2690 | enableBodySoft(); | 2690 | enableBodySoft(); |
2691 | 2691 | ||
2692 | outofBounds = false; | 2692 | outofBounds = false; |
@@ -2899,12 +2899,12 @@ Console.WriteLine(" JointCreateFixed"); | |||
2899 | _acceleration = ((_velocity - m_lastVelocity) / 0.1f); | 2899 | _acceleration = ((_velocity - m_lastVelocity) / 0.1f); |
2900 | _acceleration = new Vector3(_velocity.X - m_lastVelocity.X / 0.1f, _velocity.Y - m_lastVelocity.Y / 0.1f, _velocity.Z - m_lastVelocity.Z / 0.1f); | 2900 | _acceleration = new Vector3(_velocity.X - m_lastVelocity.X / 0.1f, _velocity.Y - m_lastVelocity.Y / 0.1f, _velocity.Z - m_lastVelocity.Z / 0.1f); |
2901 | //m_log.Info("[PHYSICS]: V1: " + _velocity + " V2: " + m_lastVelocity + " Acceleration: " + _acceleration.ToString()); | 2901 | //m_log.Info("[PHYSICS]: V1: " + _velocity + " V2: " + m_lastVelocity + " Acceleration: " + _acceleration.ToString()); |
2902 | 2902 | ||
2903 | // Note here that linearvelocity is affecting angular velocity... so I'm guessing this is a vehicle specific thing... | 2903 | // Note here that linearvelocity is affecting angular velocity... so I'm guessing this is a vehicle specific thing... |
2904 | // it does make sense to do this for tiny little instabilities with physical prim, however 0.5m/frame is fairly large. | 2904 | // it does make sense to do this for tiny little instabilities with physical prim, however 0.5m/frame is fairly large. |
2905 | // reducing this to 0.02m/frame seems to help the angular rubberbanding quite a bit, however, to make sure it doesn't affect elevators and vehicles | 2905 | // reducing this to 0.02m/frame seems to help the angular rubberbanding quite a bit, however, to make sure it doesn't affect elevators and vehicles |
2906 | // adding these logical exclusion situations to maintain this where I think it was intended to be. | 2906 | // adding these logical exclusion situations to maintain this where I think it was intended to be. |
2907 | if (m_throttleUpdates || PIDActive || (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) || (Amotor != IntPtr.Zero)) | 2907 | if (m_throttleUpdates || PIDActive || (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) || (Amotor != IntPtr.Zero)) |
2908 | { | 2908 | { |
2909 | m_minvelocity = 0.5f; | 2909 | m_minvelocity = 0.5f; |
2910 | } | 2910 | } |
@@ -2973,8 +2973,8 @@ Console.WriteLine(" JointCreateFixed"); | |||
2973 | { | 2973 | { |
2974 | } | 2974 | } |
2975 | 2975 | ||
2976 | public override Vector3 PIDTarget | 2976 | public override Vector3 PIDTarget |
2977 | { | 2977 | { |
2978 | set | 2978 | set |
2979 | { | 2979 | { |
2980 | if (value.IsFinite()) | 2980 | if (value.IsFinite()) |
@@ -2983,7 +2983,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2983 | } | 2983 | } |
2984 | else | 2984 | else |
2985 | m_log.WarnFormat("[PHYSICS]: Got NaN PIDTarget from Scene on Object {0}", Name); | 2985 | m_log.WarnFormat("[PHYSICS]: Got NaN PIDTarget from Scene on Object {0}", Name); |
2986 | } | 2986 | } |
2987 | } | 2987 | } |
2988 | 2988 | ||
2989 | public override bool PIDActive { get; set; } | 2989 | public override bool PIDActive { get; set; } |
@@ -2993,7 +2993,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2993 | public override bool PIDHoverActive { get { return m_useHoverPID;} set { m_useHoverPID = value; } } | 2993 | public override bool PIDHoverActive { get { return m_useHoverPID;} set { m_useHoverPID = value; } } |
2994 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 2994 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |
2995 | public override float PIDHoverTau { set { m_PIDHoverTau = value; } } | 2995 | public override float PIDHoverTau { set { m_PIDHoverTau = value; } } |
2996 | 2996 | ||
2997 | public override Quaternion APIDTarget{ set { return; } } | 2997 | public override Quaternion APIDTarget{ set { return; } } |
2998 | 2998 | ||
2999 | public override bool APIDActive{ set { return; } } | 2999 | public override bool APIDActive{ set { return; } } |
@@ -3189,7 +3189,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
3189 | // m_assetFailed = false; | 3189 | // m_assetFailed = false; |
3190 | 3190 | ||
3191 | // m_log.DebugFormat( | 3191 | // m_log.DebugFormat( |
3192 | // "[ODE PRIM]: Received mesh/sculpt data asset {0} with {1} bytes for {2} at {3} in {4}", | 3192 | // "[ODE PRIM]: Received mesh/sculpt data asset {0} with {1} bytes for {2} at {3} in {4}", |
3193 | // _pbs.SculptTexture, _pbs.SculptData.Length, Name, _position, _parent_scene.Name); | 3193 | // _pbs.SculptTexture, _pbs.SculptData.Length, Name, _position, _parent_scene.Name); |
3194 | 3194 | ||
3195 | m_taintshape = true; | 3195 | m_taintshape = true; |
@@ -3201,6 +3201,6 @@ Console.WriteLine(" JointCreateFixed"); | |||
3201 | "[ODE PRIM]: Could not get mesh/sculpt asset {0} for {1} at {2} in {3}", | 3201 | "[ODE PRIM]: Could not get mesh/sculpt asset {0} for {1} at {2} in {3}", |
3202 | _pbs.SculptTexture, Name, _position, _parent_scene.PhysicsSceneName); | 3202 | _pbs.SculptTexture, Name, _position, _parent_scene.PhysicsSceneName); |
3203 | } | 3203 | } |
3204 | } | 3204 | } |
3205 | } | 3205 | } |
3206 | } \ No newline at end of file | 3206 | } \ No newline at end of file |
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs b/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs index a21ec2b..78dd7de 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs | |||
@@ -75,7 +75,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
75 | { | 75 | { |
76 | m_scene = pScene; | 76 | m_scene = pScene; |
77 | nearCallback = near; | 77 | nearCallback = near; |
78 | 78 | ||
79 | } | 79 | } |
80 | 80 | ||
81 | /// <summary> | 81 | /// <summary> |
@@ -136,7 +136,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
136 | ODERayCastRequest[] reqs = m_PendingRequests.ToArray(); | 136 | ODERayCastRequest[] reqs = m_PendingRequests.ToArray(); |
137 | for (int i = 0; i < reqs.Length; i++) | 137 | for (int i = 0; i < reqs.Length; i++) |
138 | { | 138 | { |
139 | if (reqs[i].callbackMethod != null) // quick optimization here, don't raycast | 139 | if (reqs[i].callbackMethod != null) // quick optimization here, don't raycast |
140 | RayCast(reqs[i]); // if there isn't anyone to send results | 140 | RayCast(reqs[i]); // if there isn't anyone to send results |
141 | } | 141 | } |
142 | 142 | ||
@@ -151,7 +151,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
151 | ODERayRequest[] reqs = m_PendingRayRequests.ToArray(); | 151 | ODERayRequest[] reqs = m_PendingRayRequests.ToArray(); |
152 | for (int i = 0; i < reqs.Length; i++) | 152 | for (int i = 0; i < reqs.Length; i++) |
153 | { | 153 | { |
154 | if (reqs[i].callbackMethod != null) // quick optimization here, don't raycast | 154 | if (reqs[i].callbackMethod != null) // quick optimization here, don't raycast |
155 | RayCast(reqs[i]); // if there isn't anyone to send results | 155 | RayCast(reqs[i]); // if there isn't anyone to send results |
156 | } | 156 | } |
157 | 157 | ||
@@ -247,7 +247,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
247 | req.callbackMethod(m_contactResults); | 247 | req.callbackMethod(m_contactResults); |
248 | } | 248 | } |
249 | } | 249 | } |
250 | 250 | ||
251 | // This is the standard Near. Uses space AABBs to speed up detection. | 251 | // This is the standard Near. Uses space AABBs to speed up detection. |
252 | private void near(IntPtr space, IntPtr g1, IntPtr g2) | 252 | private void near(IntPtr space, IntPtr g1, IntPtr g2) |
253 | { | 253 | { |
@@ -262,7 +262,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
262 | { | 262 | { |
263 | if (g1 == IntPtr.Zero || g2 == IntPtr.Zero) | 263 | if (g1 == IntPtr.Zero || g2 == IntPtr.Zero) |
264 | return; | 264 | return; |
265 | 265 | ||
266 | // Separating static prim geometry spaces. | 266 | // Separating static prim geometry spaces. |
267 | // We'll be calling near recursivly if one | 267 | // We'll be calling near recursivly if one |
268 | // of them is a space to find all of the | 268 | // of them is a space to find all of the |
@@ -290,7 +290,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
290 | int count = 0; | 290 | int count = 0; |
291 | try | 291 | try |
292 | { | 292 | { |
293 | 293 | ||
294 | if (g1 == g2) | 294 | if (g1 == g2) |
295 | return; // Can't collide with yourself | 295 | return; // Can't collide with yourself |
296 | 296 | ||
@@ -326,7 +326,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
326 | if (p1 is OdePrim) | 326 | if (p1 is OdePrim) |
327 | { | 327 | { |
328 | ContactResult collisionresult = new ContactResult(); | 328 | ContactResult collisionresult = new ContactResult(); |
329 | 329 | ||
330 | collisionresult.ConsumerID = p1.LocalID; | 330 | collisionresult.ConsumerID = p1.LocalID; |
331 | collisionresult.Pos = new Vector3(contacts[i].pos.X, contacts[i].pos.Y, contacts[i].pos.Z); | 331 | collisionresult.Pos = new Vector3(contacts[i].pos.X, contacts[i].pos.Y, contacts[i].pos.Z); |
332 | collisionresult.Depth = contacts[i].depth; | 332 | collisionresult.Depth = contacts[i].depth; |
diff --git a/OpenSim/Region/PhysicsModules/Ode/OdeScene.cs b/OpenSim/Region/PhysicsModules/Ode/OdeScene.cs index ed2aad4..d15568e 100644 --- a/OpenSim/Region/PhysicsModules/Ode/OdeScene.cs +++ b/OpenSim/Region/PhysicsModules/Ode/OdeScene.cs | |||
@@ -126,7 +126,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
126 | /// </remarks> | 126 | /// </remarks> |
127 | internal static Object UniversalColliderSyncObject = new Object(); | 127 | internal static Object UniversalColliderSyncObject = new Object(); |
128 | internal static Object SimulationLock = new Object(); | 128 | internal static Object SimulationLock = new Object(); |
129 | 129 | ||
130 | /// <summary> | 130 | /// <summary> |
131 | /// Is stats collecting enabled for this ODE scene? | 131 | /// Is stats collecting enabled for this ODE scene? |
132 | /// </summary> | 132 | /// </summary> |
@@ -495,14 +495,14 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
495 | int spaceGridMaxY; | 495 | int spaceGridMaxY; |
496 | 496 | ||
497 | private ODERayCastRequestManager m_rayCastManager; | 497 | private ODERayCastRequestManager m_rayCastManager; |
498 | 498 | ||
499 | public Scene m_frameWorkScene = null; | 499 | public Scene m_frameWorkScene = null; |
500 | 500 | ||
501 | public OdeScene(Scene pscene, IConfigSource psourceconfig, string pname, string pversion) | 501 | public OdeScene(Scene pscene, IConfigSource psourceconfig, string pname, string pversion) |
502 | { | 502 | { |
503 | m_config = psourceconfig; | 503 | m_config = psourceconfig; |
504 | m_frameWorkScene = pscene; | 504 | m_frameWorkScene = pscene; |
505 | 505 | ||
506 | EngineType = pname; | 506 | EngineType = pname; |
507 | PhysicsSceneName = EngineType + "/" + pscene.RegionInfo.RegionName; | 507 | PhysicsSceneName = EngineType + "/" + pscene.RegionInfo.RegionName; |
508 | EngineName = pname + " " + pversion; | 508 | EngineName = pname + " " + pversion; |
@@ -513,8 +513,8 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
513 | InitialiseFromConfig(m_config); | 513 | InitialiseFromConfig(m_config); |
514 | 514 | ||
515 | // This may not be that good since terrain may not be avaiable at this point | 515 | // This may not be that good since terrain may not be avaiable at this point |
516 | base.Initialise(pscene.PhysicsRequestAsset, | 516 | base.Initialise(pscene.PhysicsRequestAsset, |
517 | (pscene.Heightmap != null ? pscene.Heightmap.GetFloatsSerialised() : new float[(int)(extent.X * extent.Y)]), | 517 | (pscene.Heightmap != null ? pscene.Heightmap.GetFloatsSerialised() : new float[(int)(extent.X * extent.Y)]), |
518 | (float)pscene.RegionInfo.RegionSettings.WaterHeight); | 518 | (float)pscene.RegionInfo.RegionSettings.WaterHeight); |
519 | 519 | ||
520 | } | 520 | } |
@@ -524,8 +524,8 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
524 | mesher = m_frameWorkScene.RequestModuleInterface<IMesher>(); | 524 | mesher = m_frameWorkScene.RequestModuleInterface<IMesher>(); |
525 | if (mesher == null) | 525 | if (mesher == null) |
526 | m_log.WarnFormat("[ODE SCENE]: No mesher in {0}. Things will not work well.", PhysicsSceneName); | 526 | m_log.WarnFormat("[ODE SCENE]: No mesher in {0}. Things will not work well.", PhysicsSceneName); |
527 | 527 | ||
528 | m_frameWorkScene.PhysicsEnabled = true; | 528 | m_frameWorkScene.PhysicsEnabled = true; |
529 | } | 529 | } |
530 | 530 | ||
531 | /// <summary> | 531 | /// <summary> |
@@ -535,11 +535,11 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
535 | /// </summary> | 535 | /// </summary> |
536 | private void Initialise(Vector3 regionExtent) | 536 | private void Initialise(Vector3 regionExtent) |
537 | { | 537 | { |
538 | WorldExtents.X = regionExtent.X; | 538 | WorldExtents.X = regionExtent.X; |
539 | m_regionWidth = (uint)regionExtent.X; | 539 | m_regionWidth = (uint)regionExtent.X; |
540 | WorldExtents.Y = regionExtent.Y; | 540 | WorldExtents.Y = regionExtent.Y; |
541 | m_regionHeight = (uint)regionExtent.Y; | 541 | m_regionHeight = (uint)regionExtent.Y; |
542 | 542 | ||
543 | nearCallback = near; | 543 | nearCallback = near; |
544 | m_rayCastManager = new ODERayCastRequestManager(this); | 544 | m_rayCastManager = new ODERayCastRequestManager(this); |
545 | 545 | ||
@@ -671,7 +671,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
671 | spacesPerMeterY = spaceGridMaxY / WorldExtents.Y; | 671 | spacesPerMeterY = spaceGridMaxY / WorldExtents.Y; |
672 | } | 672 | } |
673 | 673 | ||
674 | staticPrimspace = new IntPtr[spaceGridMaxX, spaceGridMaxY]; | 674 | staticPrimspace = new IntPtr[spaceGridMaxX, spaceGridMaxY]; |
675 | 675 | ||
676 | // make this index limits | 676 | // make this index limits |
677 | spaceGridMaxX--; | 677 | spaceGridMaxX--; |
@@ -948,7 +948,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
948 | { | 948 | { |
949 | if (g1 == IntPtr.Zero || g2 == IntPtr.Zero) | 949 | if (g1 == IntPtr.Zero || g2 == IntPtr.Zero) |
950 | return; | 950 | return; |
951 | 951 | ||
952 | // Separating static prim geometry spaces. | 952 | // Separating static prim geometry spaces. |
953 | // We'll be calling near recursivly if one | 953 | // We'll be calling near recursivly if one |
954 | // of them is a space to find all of the | 954 | // of them is a space to find all of the |
@@ -1027,10 +1027,10 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1027 | 1027 | ||
1028 | PhysicsActor p1; | 1028 | PhysicsActor p1; |
1029 | PhysicsActor p2; | 1029 | PhysicsActor p2; |
1030 | 1030 | ||
1031 | p1ExpectedPoints = 0; | 1031 | p1ExpectedPoints = 0; |
1032 | p2ExpectedPoints = 0; | 1032 | p2ExpectedPoints = 0; |
1033 | 1033 | ||
1034 | if (!actor_name_map.TryGetValue(g1, out p1)) | 1034 | if (!actor_name_map.TryGetValue(g1, out p1)) |
1035 | { | 1035 | { |
1036 | p1 = PANull; | 1036 | p1 = PANull; |
@@ -1067,7 +1067,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1067 | IntPtr joint; | 1067 | IntPtr joint; |
1068 | // If we're colliding with terrain, use 'TerrainContact' instead of contact. | 1068 | // If we're colliding with terrain, use 'TerrainContact' instead of contact. |
1069 | // allows us to have different settings | 1069 | // allows us to have different settings |
1070 | 1070 | ||
1071 | // We only need to test p2 for 'jump crouch purposes' | 1071 | // We only need to test p2 for 'jump crouch purposes' |
1072 | if (p2 is OdeCharacter && p1.PhysicsActorType == (int)ActorTypes.Prim) | 1072 | if (p2 is OdeCharacter && p1.PhysicsActorType == (int)ActorTypes.Prim) |
1073 | { | 1073 | { |
@@ -1081,7 +1081,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1081 | { | 1081 | { |
1082 | p2.IsColliding = true; | 1082 | p2.IsColliding = true; |
1083 | } | 1083 | } |
1084 | 1084 | ||
1085 | //if ((framecount % m_returncollisions) == 0) | 1085 | //if ((framecount % m_returncollisions) == 0) |
1086 | 1086 | ||
1087 | switch (p1.PhysicsActorType) | 1087 | switch (p1.PhysicsActorType) |
@@ -1160,7 +1160,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1160 | 1160 | ||
1161 | // Logic for collision handling | 1161 | // Logic for collision handling |
1162 | // Note, that if *all* contacts are skipped (VolumeDetect) | 1162 | // Note, that if *all* contacts are skipped (VolumeDetect) |
1163 | // The prim still detects (and forwards) collision events but | 1163 | // The prim still detects (and forwards) collision events but |
1164 | // appears to be phantom for the world | 1164 | // appears to be phantom for the world |
1165 | Boolean skipThisContact = false; | 1165 | Boolean skipThisContact = false; |
1166 | 1166 | ||
@@ -1235,10 +1235,10 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1235 | material = ((OdePrim) p2).m_material; | 1235 | material = ((OdePrim) p2).m_material; |
1236 | p2ExpectedPoints = ((OdePrim)p2).ExpectedCollisionContacts; | 1236 | p2ExpectedPoints = ((OdePrim)p2).ExpectedCollisionContacts; |
1237 | } | 1237 | } |
1238 | 1238 | ||
1239 | // Unnessesary because p1 is defined above | 1239 | // Unnessesary because p1 is defined above |
1240 | //if (p1 is OdePrim) | 1240 | //if (p1 is OdePrim) |
1241 | // { | 1241 | // { |
1242 | // p1ExpectedPoints = ((OdePrim)p1).ExpectedCollisionContacts; | 1242 | // p1ExpectedPoints = ((OdePrim)p1).ExpectedCollisionContacts; |
1243 | // } | 1243 | // } |
1244 | //m_log.DebugFormat("Material: {0}", material); | 1244 | //m_log.DebugFormat("Material: {0}", material); |
@@ -1350,7 +1350,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1350 | material = ((OdePrim)p2).m_material; | 1350 | material = ((OdePrim)p2).m_material; |
1351 | p2ExpectedPoints = ((OdePrim)p2).ExpectedCollisionContacts; | 1351 | p2ExpectedPoints = ((OdePrim)p2).ExpectedCollisionContacts; |
1352 | } | 1352 | } |
1353 | 1353 | ||
1354 | //m_log.DebugFormat("Material: {0}", material); | 1354 | //m_log.DebugFormat("Material: {0}", material); |
1355 | m_materialContacts[material, 0].geom = curContact; | 1355 | m_materialContacts[material, 0].geom = curContact; |
1356 | 1356 | ||
@@ -1370,7 +1370,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1370 | } | 1370 | } |
1371 | 1371 | ||
1372 | collision_accounting_events(p1, p2, maxDepthContact); | 1372 | collision_accounting_events(p1, p2, maxDepthContact); |
1373 | 1373 | ||
1374 | if (count > ((p1ExpectedPoints + p2ExpectedPoints) * 0.25) + (geomContactPointsStartthrottle)) | 1374 | if (count > ((p1ExpectedPoints + p2ExpectedPoints) * 0.25) + (geomContactPointsStartthrottle)) |
1375 | { | 1375 | { |
1376 | // If there are more then 3 contact points, it's likely | 1376 | // If there are more then 3 contact points, it's likely |
@@ -1410,7 +1410,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1410 | break; | 1410 | break; |
1411 | } | 1411 | } |
1412 | } | 1412 | } |
1413 | } | 1413 | } |
1414 | else if (at == ActorTypes.Prim) | 1414 | else if (at == ActorTypes.Prim) |
1415 | { | 1415 | { |
1416 | if (((Math.Abs(contactGeom.normal.X - contact.normal.X) < 1.026f) && (Math.Abs(contactGeom.normal.Y - contact.normal.Y) < 0.303f) && (Math.Abs(contactGeom.normal.Z - contact.normal.Z) < 0.065f))) | 1416 | if (((Math.Abs(contactGeom.normal.X - contact.normal.X) < 1.026f) && (Math.Abs(contactGeom.normal.Y - contact.normal.Y) < 0.303f) && (Math.Abs(contactGeom.normal.Z - contact.normal.Z) < 0.065f))) |
@@ -1544,11 +1544,11 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1544 | // since we don't know if we're colliding yet | 1544 | // since we don't know if we're colliding yet |
1545 | if (chr.Shell == IntPtr.Zero || chr.Body == IntPtr.Zero) | 1545 | if (chr.Shell == IntPtr.Zero || chr.Body == IntPtr.Zero) |
1546 | continue; | 1546 | continue; |
1547 | 1547 | ||
1548 | chr.IsColliding = false; | 1548 | chr.IsColliding = false; |
1549 | chr.CollidingGround = false; | 1549 | chr.CollidingGround = false; |
1550 | chr.CollidingObj = false; | 1550 | chr.CollidingObj = false; |
1551 | 1551 | ||
1552 | // Test the avatar's geometry for collision with the space | 1552 | // Test the avatar's geometry for collision with the space |
1553 | // This will return near and the space that they are the closest to | 1553 | // This will return near and the space that they are the closest to |
1554 | // And we'll run this again against the avatar and the space segment | 1554 | // And we'll run this again against the avatar and the space segment |
@@ -1562,7 +1562,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1562 | { | 1562 | { |
1563 | m_log.ErrorFormat("[ODE SCENE]: Unable to space collide {0}", PhysicsSceneName); | 1563 | m_log.ErrorFormat("[ODE SCENE]: Unable to space collide {0}", PhysicsSceneName); |
1564 | } | 1564 | } |
1565 | 1565 | ||
1566 | //float terrainheight = GetTerrainHeightAtXY(chr.Position.X, chr.Position.Y); | 1566 | //float terrainheight = GetTerrainHeightAtXY(chr.Position.X, chr.Position.Y); |
1567 | //if (chr.Position.Z + (chr.Velocity.Z * timeStep) < terrainheight + 10) | 1567 | //if (chr.Position.Z + (chr.Velocity.Z * timeStep) < terrainheight + 10) |
1568 | //{ | 1568 | //{ |
@@ -1655,7 +1655,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1655 | //m_log.DebugFormat("x{0} y{1} = {2}", x, y, (float)TerrainHeightFieldHeights[heightFieldGeom][index]); | 1655 | //m_log.DebugFormat("x{0} y{1} = {2}", x, y, (float)TerrainHeightFieldHeights[heightFieldGeom][index]); |
1656 | return (float)TerrainHeightFieldHeights[heightFieldGeom][index]; | 1656 | return (float)TerrainHeightFieldHeights[heightFieldGeom][index]; |
1657 | } | 1657 | } |
1658 | 1658 | ||
1659 | else | 1659 | else |
1660 | return 0f; | 1660 | return 0f; |
1661 | } | 1661 | } |
@@ -1675,7 +1675,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1675 | { | 1675 | { |
1676 | return 0f; | 1676 | return 0f; |
1677 | } | 1677 | } |
1678 | } | 1678 | } |
1679 | // End recovered. Kitto Flora | 1679 | // End recovered. Kitto Flora |
1680 | 1680 | ||
1681 | /// <summary> | 1681 | /// <summary> |
@@ -1685,7 +1685,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
1685 | internal void AddCollisionEventReporting(PhysicsActor obj) | 1685 | internal void AddCollisionEventReporting(PhysicsActor obj) |
1686 | { | 1686 | { |
1687 | // m_log.DebugFormat("[PHYSICS]: Adding {0} {1} to collision event reporting", obj.SOPName, obj.LocalID); | 1687 | // m_log.DebugFormat("[PHYSICS]: Adding {0} {1} to collision event reporting", obj.SOPName, obj.LocalID); |
1688 | 1688 | ||
1689 | lock (m_collisionEventActorsChanges) | 1689 | lock (m_collisionEventActorsChanges) |
1690 | m_collisionEventActorsChanges[obj.LocalID] = obj; | 1690 | m_collisionEventActorsChanges[obj.LocalID] = obj; |
1691 | } | 1691 | } |
@@ -2071,7 +2071,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
2071 | 2071 | ||
2072 | lock (externalJointRequestsLock) | 2072 | lock (externalJointRequestsLock) |
2073 | { | 2073 | { |
2074 | if (!requestedJointsToBeCreated.Contains(joint)) // forbid same creation request from entering twice | 2074 | if (!requestedJointsToBeCreated.Contains(joint)) // forbid same creation request from entering twice |
2075 | { | 2075 | { |
2076 | requestedJointsToBeCreated.Add(joint); | 2076 | requestedJointsToBeCreated.Add(joint); |
2077 | } | 2077 | } |
@@ -2417,7 +2417,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
2417 | // waitForSpaceUnlock(space); | 2417 | // waitForSpaceUnlock(space); |
2418 | d.SpaceSetSublevel(space, 1); | 2418 | d.SpaceSetSublevel(space, 1); |
2419 | d.SpaceAdd(space, staticPrimspace[iprimspaceArrItemX, iprimspaceArrItemY]); | 2419 | d.SpaceAdd(space, staticPrimspace[iprimspaceArrItemX, iprimspaceArrItemY]); |
2420 | 2420 | ||
2421 | return staticPrimspace[iprimspaceArrItemX, iprimspaceArrItemY]; | 2421 | return staticPrimspace[iprimspaceArrItemX, iprimspaceArrItemY]; |
2422 | } | 2422 | } |
2423 | 2423 | ||
@@ -2514,7 +2514,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
2514 | iPropertiesNotSupportedDefault++; | 2514 | iPropertiesNotSupportedDefault++; |
2515 | 2515 | ||
2516 | if ((pbs.PathTwistBegin != 0) || (pbs.PathTwist != 0)) | 2516 | if ((pbs.PathTwistBegin != 0) || (pbs.PathTwist != 0)) |
2517 | iPropertiesNotSupportedDefault++; | 2517 | iPropertiesNotSupportedDefault++; |
2518 | 2518 | ||
2519 | if ((pbs.ProfileBegin != 0) || pbs.ProfileEnd != 0) | 2519 | if ((pbs.ProfileBegin != 0) || pbs.ProfileEnd != 0) |
2520 | iPropertiesNotSupportedDefault++; | 2520 | iPropertiesNotSupportedDefault++; |
@@ -2587,7 +2587,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
2587 | #if SPAM | 2587 | #if SPAM |
2588 | m_log.Debug("Mesh"); | 2588 | m_log.Debug("Mesh"); |
2589 | #endif | 2589 | #endif |
2590 | return true; | 2590 | return true; |
2591 | } | 2591 | } |
2592 | 2592 | ||
2593 | /// <summary> | 2593 | /// <summary> |
@@ -2652,7 +2652,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
2652 | } | 2652 | } |
2653 | _taintedPrims.Clear(); | 2653 | _taintedPrims.Clear(); |
2654 | } | 2654 | } |
2655 | 2655 | ||
2656 | int time = Util.EnvironmentTickCountSubtract(tstart); | 2656 | int time = Util.EnvironmentTickCountSubtract(tstart); |
2657 | m_log.InfoFormat("[Ode] finished {0} operations in {1}ms", donechanges, time); | 2657 | m_log.InfoFormat("[Ode] finished {0} operations in {1}ms", donechanges, time); |
2658 | } | 2658 | } |
@@ -2716,7 +2716,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
2716 | CreateRequestedJoints(); // this must be outside of the lock (OdeLock) to avoid deadlocks | 2716 | CreateRequestedJoints(); // this must be outside of the lock (OdeLock) to avoid deadlocks |
2717 | } | 2717 | } |
2718 | 2718 | ||
2719 | 2719 | ||
2720 | lock (OdeLock) | 2720 | lock (OdeLock) |
2721 | { | 2721 | { |
2722 | d.AllocateODEDataForThread(~0U); | 2722 | d.AllocateODEDataForThread(~0U); |
@@ -3109,7 +3109,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
3109 | // as the axis for the hinge. | 3109 | // as the axis for the hinge. |
3110 | 3110 | ||
3111 | // Therefore, we must get the joint's coordinate frame based on the | 3111 | // Therefore, we must get the joint's coordinate frame based on the |
3112 | // joint.Rotation field, which originates from the orientation of the | 3112 | // joint.Rotation field, which originates from the orientation of the |
3113 | // joint's proxy object in the scene. | 3113 | // joint's proxy object in the scene. |
3114 | 3114 | ||
3115 | // The joint's coordinate frame is defined as the transformation matrix | 3115 | // The joint's coordinate frame is defined as the transformation matrix |
@@ -3237,7 +3237,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
3237 | int startTime = Util.EnvironmentTickCount(); | 3237 | int startTime = Util.EnvironmentTickCount(); |
3238 | m_log.DebugFormat("[ODE SCENE]: Setting terrain for {0} with offset {1}", PhysicsSceneName, pOffset); | 3238 | m_log.DebugFormat("[ODE SCENE]: Setting terrain for {0} with offset {1}", PhysicsSceneName, pOffset); |
3239 | 3239 | ||
3240 | 3240 | ||
3241 | float[] _heightmap; | 3241 | float[] _heightmap; |
3242 | 3242 | ||
3243 | // ok im lasy this are just a aliases | 3243 | // ok im lasy this are just a aliases |
diff --git a/OpenSim/Region/PhysicsModules/POS/POSCharacter.cs b/OpenSim/Region/PhysicsModules/POS/POSCharacter.cs index 28d2b53..341530e 100644 --- a/OpenSim/Region/PhysicsModules/POS/POSCharacter.cs +++ b/OpenSim/Region/PhysicsModules/POS/POSCharacter.cs | |||
@@ -273,10 +273,10 @@ namespace OpenSim.Region.PhysicsModule.POS | |||
273 | set { return; } | 273 | set { return; } |
274 | } | 274 | } |
275 | 275 | ||
276 | public override bool PIDActive | 276 | public override bool PIDActive |
277 | { | 277 | { |
278 | get { return false; } | 278 | get { return false; } |
279 | set { return; } | 279 | set { return; } |
280 | } | 280 | } |
281 | 281 | ||
282 | public override float PIDTau | 282 | public override float PIDTau |
@@ -304,7 +304,7 @@ namespace OpenSim.Region.PhysicsModule.POS | |||
304 | { | 304 | { |
305 | set { return; } | 305 | set { return; } |
306 | } | 306 | } |
307 | 307 | ||
308 | public override Quaternion APIDTarget | 308 | public override Quaternion APIDTarget |
309 | { | 309 | { |
310 | set { return; } | 310 | set { return; } |
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs b/OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs index 88169bb..1a8409e 100644 --- a/OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs +++ b/OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
48 | // Values for level of detail to be passed to the mesher. | 48 | // Values for level of detail to be passed to the mesher. |
49 | // Values origionally chosen for the LOD of sculpties (the sqrt(width*heigth) of sculpt texture) | 49 | // Values origionally chosen for the LOD of sculpties (the sqrt(width*heigth) of sculpt texture) |
50 | // Lower level of detail reduces the number of vertices used to represent the meshed shape. | 50 | // Lower level of detail reduces the number of vertices used to represent the meshed shape. |
51 | public enum LevelOfDetail | 51 | public enum LevelOfDetail |
52 | { | 52 | { |
53 | High = 32, | 53 | High = 32, |
54 | Medium = 16, | 54 | Medium = 16, |
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/NullPhysicsScene.cs b/OpenSim/Region/PhysicsModules/SharedBase/NullPhysicsScene.cs index 432708c..8079e79 100644 --- a/OpenSim/Region/PhysicsModules/SharedBase/NullPhysicsScene.cs +++ b/OpenSim/Region/PhysicsModules/SharedBase/NullPhysicsScene.cs | |||
@@ -37,7 +37,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
37 | class NullPhysicsScene : PhysicsScene | 37 | class NullPhysicsScene : PhysicsScene |
38 | { | 38 | { |
39 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 39 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
40 | 40 | ||
41 | private static int m_workIndicator; | 41 | private static int m_workIndicator; |
42 | 42 | ||
43 | public override PhysicsActor AddAvatar( | 43 | public override PhysicsActor AddAvatar( |
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs index 250b155..33f0337 100644 --- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs +++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs | |||
@@ -134,8 +134,8 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
134 | m_objCollisionList.Add(localID, contact); | 134 | m_objCollisionList.Add(localID, contact); |
135 | } | 135 | } |
136 | else | 136 | else |
137 | { | 137 | { |
138 | float lastVel = m_objCollisionList[localID].RelativeSpeed; | 138 | float lastVel = m_objCollisionList[localID].RelativeSpeed; |
139 | if (m_objCollisionList[localID].PenetrationDepth < contact.PenetrationDepth) | 139 | if (m_objCollisionList[localID].PenetrationDepth < contact.PenetrationDepth) |
140 | { | 140 | { |
141 | if(Math.Abs(lastVel) > Math.Abs(contact.RelativeSpeed)) | 141 | if(Math.Abs(lastVel) > Math.Abs(contact.RelativeSpeed)) |
@@ -201,7 +201,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
201 | { | 201 | { |
202 | get { return new NullPhysicsActor(); } | 202 | get { return new NullPhysicsActor(); } |
203 | } | 203 | } |
204 | 204 | ||
205 | public virtual bool Building { get; set; } | 205 | public virtual bool Building { get; set; } |
206 | 206 | ||
207 | public virtual void getContactData(ref ContactData cdata) | 207 | public virtual void getContactData(ref ContactData cdata) |
@@ -263,7 +263,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
263 | public abstract void delink(); | 263 | public abstract void delink(); |
264 | 264 | ||
265 | public abstract void LockAngularMotion(byte axislocks); | 265 | public abstract void LockAngularMotion(byte axislocks); |
266 | 266 | ||
267 | public virtual void RequestPhysicsterseUpdate() | 267 | public virtual void RequestPhysicsterseUpdate() |
268 | { | 268 | { |
269 | // Make a temporary copy of the event to avoid possibility of | 269 | // Make a temporary copy of the event to avoid possibility of |
@@ -326,7 +326,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
326 | public abstract void VehicleFlags(int param, bool remove); | 326 | public abstract void VehicleFlags(int param, bool remove); |
327 | 327 | ||
328 | // This is an overridable version of SetVehicle() that works for all physics engines. | 328 | // This is an overridable version of SetVehicle() that works for all physics engines. |
329 | // This is VERY inefficient. It behoves any physics engine to override this and | 329 | // This is VERY inefficient. It behoves any physics engine to override this and |
330 | // implement a more efficient setting of all the vehicle parameters. | 330 | // implement a more efficient setting of all the vehicle parameters. |
331 | public virtual void SetVehicle(object pvdata) | 331 | public virtual void SetVehicle(object pvdata) |
332 | { | 332 | { |
@@ -453,7 +453,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
453 | public abstract bool APIDActive { set;} | 453 | public abstract bool APIDActive { set;} |
454 | public abstract float APIDStrength { set;} | 454 | public abstract float APIDStrength { set;} |
455 | public abstract float APIDDamping { set;} | 455 | public abstract float APIDDamping { set;} |
456 | 456 | ||
457 | public abstract void AddForce(Vector3 force, bool pushforce); | 457 | public abstract void AddForce(Vector3 force, bool pushforce); |
458 | public abstract void AddAngularForce(Vector3 force, bool pushforce); | 458 | public abstract void AddAngularForce(Vector3 force, bool pushforce); |
459 | public abstract void SetMomentum(Vector3 momentum); | 459 | public abstract void SetMomentum(Vector3 momentum); |
@@ -465,7 +465,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
465 | 465 | ||
466 | // Warning in a parent part it returns itself, not null | 466 | // Warning in a parent part it returns itself, not null |
467 | public virtual PhysicsActor ParentActor { get { return this; } } | 467 | public virtual PhysicsActor ParentActor { get { return this; } } |
468 | 468 | ||
469 | 469 | ||
470 | // Extendable interface for new, physics engine specific operations | 470 | // Extendable interface for new, physics engine specific operations |
471 | public virtual object Extension(string pFunct, params object[] pParams) | 471 | public virtual object Extension(string pFunct, params object[] pParams) |
@@ -629,7 +629,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
629 | public override int PhysicsActorType | 629 | public override int PhysicsActorType |
630 | { | 630 | { |
631 | get { return (int)m_actorType; } | 631 | get { return (int)m_actorType; } |
632 | set { | 632 | set { |
633 | ActorTypes type = (ActorTypes)value; | 633 | ActorTypes type = (ActorTypes)value; |
634 | switch (type) | 634 | switch (type) |
635 | { | 635 | { |
@@ -664,10 +664,10 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
664 | 664 | ||
665 | public override Vector3 PIDTarget { set { return; } } | 665 | public override Vector3 PIDTarget { set { return; } } |
666 | 666 | ||
667 | public override bool PIDActive | 667 | public override bool PIDActive |
668 | { | 668 | { |
669 | get { return false; } | 669 | get { return false; } |
670 | set { return; } | 670 | set { return; } |
671 | } | 671 | } |
672 | 672 | ||
673 | public override float PIDTau { set { return; } } | 673 | public override float PIDTau { set { return; } } |
@@ -676,12 +676,12 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
676 | public override bool PIDHoverActive {get {return false;} set { return; } } | 676 | public override bool PIDHoverActive {get {return false;} set { return; } } |
677 | public override PIDHoverType PIDHoverType { set { return; } } | 677 | public override PIDHoverType PIDHoverType { set { return; } } |
678 | public override float PIDHoverTau { set { return; } } | 678 | public override float PIDHoverTau { set { return; } } |
679 | 679 | ||
680 | public override Quaternion APIDTarget { set { return; } } | 680 | public override Quaternion APIDTarget { set { return; } } |
681 | public override bool APIDActive { set { return; } } | 681 | public override bool APIDActive { set { return; } } |
682 | public override float APIDStrength { set { return; } } | 682 | public override float APIDStrength { set { return; } } |
683 | public override float APIDDamping { set { return; } } | 683 | public override float APIDDamping { set { return; } } |
684 | 684 | ||
685 | public override void SetMomentum(Vector3 momentum) { } | 685 | public override void SetMomentum(Vector3 momentum) { } |
686 | 686 | ||
687 | public override void SubscribeEvents(int ms) { } | 687 | public override void SubscribeEvents(int ms) { } |
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs index aa51c4e..e8d6334 100644 --- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs +++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs | |||
@@ -179,7 +179,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
179 | public virtual PhysicsActor AddAvatar( | 179 | public virtual PhysicsActor AddAvatar( |
180 | uint localID, string avName, Vector3 position, Vector3 size, bool isFlying) | 180 | uint localID, string avName, Vector3 position, Vector3 size, bool isFlying) |
181 | { | 181 | { |
182 | PhysicsActor ret = AddAvatar(localID, avName, position, Vector3.Zero, size, isFlying); | 182 | PhysicsActor ret = AddAvatar(localID, avName, position, Vector3.Zero, size, isFlying); |
183 | return ret; | 183 | return ret; |
184 | } | 184 | } |
185 | 185 | ||
@@ -217,7 +217,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
217 | return AddPrimShape(primName, pbs, position, size, rotation, isPhysical, localid); | 217 | return AddPrimShape(primName, pbs, position, size, rotation, isPhysical, localid); |
218 | } | 218 | } |
219 | 219 | ||
220 | 220 | ||
221 | public virtual PhysicsActor AddPrimShape(string primName, PrimitiveBaseShape pbs, Vector3 position, | 221 | public virtual PhysicsActor AddPrimShape(string primName, PrimitiveBaseShape pbs, Vector3 position, |
222 | Vector3 size, Quaternion rotation, bool isPhysical, bool isPhantom, byte shapetype, uint localid) | 222 | Vector3 size, Quaternion rotation, bool isPhysical, bool isPhantom, byte shapetype, uint localid) |
223 | { | 223 | { |
@@ -335,16 +335,16 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
335 | /// <summary> | 335 | /// <summary> |
336 | /// Queue a raycast against the physics scene. | 336 | /// Queue a raycast against the physics scene. |
337 | /// The provided callback method will be called when the raycast is complete | 337 | /// The provided callback method will be called when the raycast is complete |
338 | /// | 338 | /// |
339 | /// Many physics engines don't support collision testing at the same time as | 339 | /// Many physics engines don't support collision testing at the same time as |
340 | /// manipulating the physics scene, so we queue the request up and callback | 340 | /// manipulating the physics scene, so we queue the request up and callback |
341 | /// a custom method when the raycast is complete. | 341 | /// a custom method when the raycast is complete. |
342 | /// This allows physics engines that give an immediate result to callback immediately | 342 | /// This allows physics engines that give an immediate result to callback immediately |
343 | /// and ones that don't, to callback when it gets a result back. | 343 | /// and ones that don't, to callback when it gets a result back. |
344 | /// | 344 | /// |
345 | /// ODE for example will not allow you to change the scene while collision testing or | 345 | /// ODE for example will not allow you to change the scene while collision testing or |
346 | /// it asserts, 'opteration not valid for locked space'. This includes adding a ray to the scene. | 346 | /// it asserts, 'opteration not valid for locked space'. This includes adding a ray to the scene. |
347 | /// | 347 | /// |
348 | /// This is named RayCastWorld to not conflict with modrex's Raycast method. | 348 | /// This is named RayCastWorld to not conflict with modrex's Raycast method. |
349 | /// </summary> | 349 | /// </summary> |
350 | /// <param name="position">Origin of the ray</param> | 350 | /// <param name="position">Origin of the ray</param> |
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsVector.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsVector.cs index 76a82fa..5aae42f 100644 --- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsVector.cs +++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsVector.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
49 | public Vector3(Vector3 pv) : this(pv.X, pv.Y, pv.Z) | 49 | public Vector3(Vector3 pv) : this(pv.X, pv.Y, pv.Z) |
50 | { | 50 | { |
51 | } | 51 | } |
52 | 52 | ||
53 | public void setValues(float x, float y, float z) | 53 | public void setValues(float x, float y, float z) |
54 | { | 54 | { |
55 | X = x; | 55 | X = x; |
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs b/OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs index e850b11..0b4c8c6 100644 --- a/OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs +++ b/OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs | |||
@@ -38,7 +38,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
38 | TYPE_NONE = 0, | 38 | TYPE_NONE = 0, |
39 | 39 | ||
40 | /// <summary> | 40 | /// <summary> |
41 | /// No Angular motor, High Left right friction, No Hover, Linear Deflection 1, no angular deflection | 41 | /// No Angular motor, High Left right friction, No Hover, Linear Deflection 1, no angular deflection |
42 | /// no vertical attractor, No banking, Identity rotation frame | 42 | /// no vertical attractor, No banking, Identity rotation frame |
43 | /// </summary> | 43 | /// </summary> |
44 | TYPE_SLED = 1, | 44 | TYPE_SLED = 1, |
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEApi.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEApi.cs index daf3af1..35adf11 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEApi.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEApi.cs | |||
@@ -34,8 +34,8 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | |||
34 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 34 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
35 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 35 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
36 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | * | 37 | * |
38 | * changes by opensim team; | 38 | * changes by opensim team; |
39 | * changes by Aurora team http://www.aurora-sim.org/ | 39 | * changes by Aurora team http://www.aurora-sim.org/ |
40 | * changes by Ubit Umarov | 40 | * changes by Ubit Umarov |
41 | */ | 41 | */ |
@@ -51,18 +51,18 @@ namespace OdeAPI | |||
51 | // at least we save same memory and memory access time, FPU performance on intel usually is similar | 51 | // at least we save same memory and memory access time, FPU performance on intel usually is similar |
52 | // using dReal = System.Double; | 52 | // using dReal = System.Double; |
53 | //#else | 53 | //#else |
54 | using dReal = System.Single; | 54 | using dReal = System.Single; |
55 | //#endif | 55 | //#endif |
56 | 56 | ||
57 | public static class d | 57 | public static class d |
58 | { | 58 | { |
59 | public static dReal Infinity = dReal.MaxValue; | 59 | public static dReal Infinity = dReal.MaxValue; |
60 | public static int NTotalBodies = 0; | 60 | public static int NTotalBodies = 0; |
61 | public static int NTotalGeoms = 0; | 61 | public static int NTotalGeoms = 0; |
62 | 62 | ||
63 | public const uint CONTACTS_UNIMPORTANT = 0x80000000; | 63 | public const uint CONTACTS_UNIMPORTANT = 0x80000000; |
64 | 64 | ||
65 | #region Flags and Enumerations | 65 | #region Flags and Enumerations |
66 | 66 | ||
67 | [Flags] | 67 | [Flags] |
68 | public enum AllocateODEDataFlags : uint | 68 | public enum AllocateODEDataFlags : uint |
@@ -78,101 +78,101 @@ namespace OdeAPI | |||
78 | dInitFlagManualThreadCleanup = 0x00000001 | 78 | dInitFlagManualThreadCleanup = 0x00000001 |
79 | } | 79 | } |
80 | 80 | ||
81 | [Flags] | 81 | [Flags] |
82 | public enum ContactFlags : int | 82 | public enum ContactFlags : int |
83 | { | 83 | { |
84 | Mu2 = 0x001, | 84 | Mu2 = 0x001, |
85 | FDir1 = 0x002, | 85 | FDir1 = 0x002, |
86 | Bounce = 0x004, | 86 | Bounce = 0x004, |
87 | SoftERP = 0x008, | 87 | SoftERP = 0x008, |
88 | SoftCFM = 0x010, | 88 | SoftCFM = 0x010, |
89 | Motion1 = 0x020, | 89 | Motion1 = 0x020, |
90 | Motion2 = 0x040, | 90 | Motion2 = 0x040, |
91 | MotionN = 0x080, | 91 | MotionN = 0x080, |
92 | Slip1 = 0x100, | 92 | Slip1 = 0x100, |
93 | Slip2 = 0x200, | 93 | Slip2 = 0x200, |
94 | Approx0 = 0x0000, | 94 | Approx0 = 0x0000, |
95 | Approx1_1 = 0x1000, | 95 | Approx1_1 = 0x1000, |
96 | Approx1_2 = 0x2000, | 96 | Approx1_2 = 0x2000, |
97 | Approx1 = 0x3000 | 97 | Approx1 = 0x3000 |
98 | } | 98 | } |
99 | 99 | ||
100 | public enum GeomClassID : int | 100 | public enum GeomClassID : int |
101 | { | 101 | { |
102 | SphereClass, | 102 | SphereClass, |
103 | BoxClass, | 103 | BoxClass, |
104 | CapsuleClass, | 104 | CapsuleClass, |
105 | CylinderClass, | 105 | CylinderClass, |
106 | PlaneClass, | 106 | PlaneClass, |
107 | RayClass, | 107 | RayClass, |
108 | ConvexClass, | 108 | ConvexClass, |
109 | GeomTransformClass, | 109 | GeomTransformClass, |
110 | TriMeshClass, | 110 | TriMeshClass, |
111 | HeightfieldClass, | 111 | HeightfieldClass, |
112 | FirstSpaceClass, | 112 | FirstSpaceClass, |
113 | SimpleSpaceClass = FirstSpaceClass, | 113 | SimpleSpaceClass = FirstSpaceClass, |
114 | HashSpaceClass, | 114 | HashSpaceClass, |
115 | QuadTreeSpaceClass, | 115 | QuadTreeSpaceClass, |
116 | LastSpaceClass = QuadTreeSpaceClass, | 116 | LastSpaceClass = QuadTreeSpaceClass, |
117 | ubtTerrainClass, | 117 | ubtTerrainClass, |
118 | FirstUserClass, | 118 | FirstUserClass, |
119 | LastUserClass = FirstUserClass + MaxUserClasses - 1, | 119 | LastUserClass = FirstUserClass + MaxUserClasses - 1, |
120 | NumClasses, | 120 | NumClasses, |
121 | MaxUserClasses = 5 | 121 | MaxUserClasses = 5 |
122 | } | 122 | } |
123 | 123 | ||
124 | public enum JointType : int | 124 | public enum JointType : int |
125 | { | 125 | { |
126 | None, | 126 | None, |
127 | Ball, | 127 | Ball, |
128 | Hinge, | 128 | Hinge, |
129 | Slider, | 129 | Slider, |
130 | Contact, | 130 | Contact, |
131 | Universal, | 131 | Universal, |
132 | Hinge2, | 132 | Hinge2, |
133 | Fixed, | 133 | Fixed, |
134 | Null, | 134 | Null, |
135 | AMotor, | 135 | AMotor, |
136 | LMotor, | 136 | LMotor, |
137 | Plane2D | 137 | Plane2D |
138 | } | 138 | } |
139 | 139 | ||
140 | public enum JointParam : int | 140 | public enum JointParam : int |
141 | { | 141 | { |
142 | LoStop, | 142 | LoStop, |
143 | HiStop, | 143 | HiStop, |
144 | Vel, | 144 | Vel, |
145 | FMax, | 145 | FMax, |
146 | FudgeFactor, | 146 | FudgeFactor, |
147 | Bounce, | 147 | Bounce, |
148 | CFM, | 148 | CFM, |
149 | StopERP, | 149 | StopERP, |
150 | StopCFM, | 150 | StopCFM, |
151 | SuspensionERP, | 151 | SuspensionERP, |
152 | SuspensionCFM, | 152 | SuspensionCFM, |
153 | LoStop2 = 256, | 153 | LoStop2 = 256, |
154 | HiStop2, | 154 | HiStop2, |
155 | Vel2, | 155 | Vel2, |
156 | FMax2, | 156 | FMax2, |
157 | FudgeFactor2, | 157 | FudgeFactor2, |
158 | Bounce2, | 158 | Bounce2, |
159 | CFM2, | 159 | CFM2, |
160 | StopERP2, | 160 | StopERP2, |
161 | StopCFM2, | 161 | StopCFM2, |
162 | SuspensionERP2, | 162 | SuspensionERP2, |
163 | SuspensionCFM2, | 163 | SuspensionCFM2, |
164 | LoStop3 = 512, | 164 | LoStop3 = 512, |
165 | HiStop3, | 165 | HiStop3, |
166 | Vel3, | 166 | Vel3, |
167 | FMax3, | 167 | FMax3, |
168 | FudgeFactor3, | 168 | FudgeFactor3, |
169 | Bounce3, | 169 | Bounce3, |
170 | CFM3, | 170 | CFM3, |
171 | StopERP3, | 171 | StopERP3, |
172 | StopCFM3, | 172 | StopCFM3, |
173 | SuspensionERP3, | 173 | SuspensionERP3, |
174 | SuspensionCFM3 | 174 | SuspensionCFM3 |
175 | } | 175 | } |
176 | 176 | ||
177 | public enum dSweepAndPruneAxis : int | 177 | public enum dSweepAndPruneAxis : int |
178 | { | 178 | { |
@@ -184,24 +184,24 @@ namespace OdeAPI | |||
184 | ZYX = ((2)|(1<<2)|(0<<4)) | 184 | ZYX = ((2)|(1<<2)|(0<<4)) |
185 | } | 185 | } |
186 | 186 | ||
187 | #endregion | 187 | #endregion |
188 | 188 | ||
189 | #region Callbacks | 189 | #region Callbacks |
190 | 190 | ||
191 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 191 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
192 | public delegate int AABBTestFn(IntPtr o1, IntPtr o2, ref AABB aabb); | 192 | public delegate int AABBTestFn(IntPtr o1, IntPtr o2, ref AABB aabb); |
193 | 193 | ||
194 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 194 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
195 | public delegate int ColliderFn(IntPtr o1, IntPtr o2, int flags, out ContactGeom contact, int skip); | 195 | public delegate int ColliderFn(IntPtr o1, IntPtr o2, int flags, out ContactGeom contact, int skip); |
196 | 196 | ||
197 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 197 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
198 | public delegate void GetAABBFn(IntPtr geom, out AABB aabb); | 198 | public delegate void GetAABBFn(IntPtr geom, out AABB aabb); |
199 | 199 | ||
200 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 200 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
201 | public delegate ColliderFn GetColliderFnFn(int num); | 201 | public delegate ColliderFn GetColliderFnFn(int num); |
202 | 202 | ||
203 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 203 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
204 | public delegate void GeomDtorFn(IntPtr o); | 204 | public delegate void GeomDtorFn(IntPtr o); |
205 | 205 | ||
206 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 206 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
207 | public delegate dReal HeightfieldGetHeight(IntPtr p_user_data, int x, int z); | 207 | public delegate dReal HeightfieldGetHeight(IntPtr p_user_data, int x, int z); |
@@ -209,230 +209,230 @@ namespace OdeAPI | |||
209 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 209 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
210 | public delegate dReal OSTerrainGetHeight(IntPtr p_user_data, int x, int z); | 210 | public delegate dReal OSTerrainGetHeight(IntPtr p_user_data, int x, int z); |
211 | 211 | ||
212 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 212 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
213 | public delegate void NearCallback(IntPtr data, IntPtr geom1, IntPtr geom2); | 213 | public delegate void NearCallback(IntPtr data, IntPtr geom1, IntPtr geom2); |
214 | 214 | ||
215 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 215 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
216 | public delegate int TriCallback(IntPtr trimesh, IntPtr refObject, int triangleIndex); | 216 | public delegate int TriCallback(IntPtr trimesh, IntPtr refObject, int triangleIndex); |
217 | 217 | ||
218 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 218 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
219 | public delegate int TriArrayCallback(IntPtr trimesh, IntPtr refObject, int[] triangleIndex, int triCount); | 219 | public delegate int TriArrayCallback(IntPtr trimesh, IntPtr refObject, int[] triangleIndex, int triCount); |
220 | 220 | ||
221 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] | 221 | [UnmanagedFunctionPointer(CallingConvention.Cdecl)] |
222 | public delegate int TriRayCallback(IntPtr trimesh, IntPtr ray, int triangleIndex, dReal u, dReal v); | 222 | public delegate int TriRayCallback(IntPtr trimesh, IntPtr ray, int triangleIndex, dReal u, dReal v); |
223 | 223 | ||
224 | #endregion | 224 | #endregion |
225 | 225 | ||
226 | #region Structs | 226 | #region Structs |
227 | 227 | ||
228 | [StructLayout(LayoutKind.Sequential)] | 228 | [StructLayout(LayoutKind.Sequential)] |
229 | public struct AABB | 229 | public struct AABB |
230 | { | 230 | { |
231 | public dReal MinX, MaxX; | 231 | public dReal MinX, MaxX; |
232 | public dReal MinY, MaxY; | 232 | public dReal MinY, MaxY; |
233 | public dReal MinZ, MaxZ; | 233 | public dReal MinZ, MaxZ; |
234 | } | 234 | } |
235 | 235 | ||
236 | 236 | ||
237 | [StructLayout(LayoutKind.Sequential)] | 237 | [StructLayout(LayoutKind.Sequential)] |
238 | public struct Contact | 238 | public struct Contact |
239 | { | 239 | { |
240 | public SurfaceParameters surface; | 240 | public SurfaceParameters surface; |
241 | public ContactGeom geom; | 241 | public ContactGeom geom; |
242 | public Vector3 fdir1; | 242 | public Vector3 fdir1; |
243 | public static readonly int unmanagedSizeOf = Marshal.SizeOf(typeof(Contact)); | 243 | public static readonly int unmanagedSizeOf = Marshal.SizeOf(typeof(Contact)); |
244 | } | 244 | } |
245 | 245 | ||
246 | 246 | ||
247 | [StructLayout(LayoutKind.Sequential)] | 247 | [StructLayout(LayoutKind.Sequential)] |
248 | public struct ContactGeom | 248 | public struct ContactGeom |
249 | { | 249 | { |
250 | 250 | ||
251 | public Vector3 pos; | 251 | public Vector3 pos; |
252 | public Vector3 normal; | 252 | public Vector3 normal; |
253 | public dReal depth; | 253 | public dReal depth; |
254 | public IntPtr g1; | 254 | public IntPtr g1; |
255 | public IntPtr g2; | 255 | public IntPtr g2; |
256 | public int side1; | 256 | public int side1; |
257 | public int side2; | 257 | public int side2; |
258 | public static readonly int unmanagedSizeOf = Marshal.SizeOf(typeof(ContactGeom)); | 258 | public static readonly int unmanagedSizeOf = Marshal.SizeOf(typeof(ContactGeom)); |
259 | } | 259 | } |
260 | 260 | ||
261 | [StructLayout(LayoutKind.Sequential)] | 261 | [StructLayout(LayoutKind.Sequential)] |
262 | public struct GeomClass | 262 | public struct GeomClass |
263 | { | 263 | { |
264 | public int bytes; | 264 | public int bytes; |
265 | public GetColliderFnFn collider; | 265 | public GetColliderFnFn collider; |
266 | public GetAABBFn aabb; | 266 | public GetAABBFn aabb; |
267 | public AABBTestFn aabb_test; | 267 | public AABBTestFn aabb_test; |
268 | public GeomDtorFn dtor; | 268 | public GeomDtorFn dtor; |
269 | } | 269 | } |
270 | 270 | ||
271 | 271 | ||
272 | [StructLayout(LayoutKind.Sequential)] | 272 | [StructLayout(LayoutKind.Sequential)] |
273 | public struct JointFeedback | 273 | public struct JointFeedback |
274 | { | 274 | { |
275 | public Vector3 f1; | 275 | public Vector3 f1; |
276 | public Vector3 t1; | 276 | public Vector3 t1; |
277 | public Vector3 f2; | 277 | public Vector3 f2; |
278 | public Vector3 t2; | 278 | public Vector3 t2; |
279 | } | 279 | } |
280 | 280 | ||
281 | 281 | ||
282 | [StructLayout(LayoutKind.Sequential)] | 282 | [StructLayout(LayoutKind.Sequential)] |
283 | public struct Mass | 283 | public struct Mass |
284 | { | 284 | { |
285 | public dReal mass; | 285 | public dReal mass; |
286 | public Vector4 c; | 286 | public Vector4 c; |
287 | public Matrix3 I; | 287 | public Matrix3 I; |
288 | } | 288 | } |
289 | 289 | ||
290 | 290 | ||
291 | [StructLayout(LayoutKind.Sequential)] | 291 | [StructLayout(LayoutKind.Sequential)] |
292 | public struct Matrix3 | 292 | public struct Matrix3 |
293 | { | 293 | { |
294 | public Matrix3(dReal m00, dReal m10, dReal m20, dReal m01, dReal m11, dReal m21, dReal m02, dReal m12, dReal m22) | 294 | public Matrix3(dReal m00, dReal m10, dReal m20, dReal m01, dReal m11, dReal m21, dReal m02, dReal m12, dReal m22) |
295 | { | 295 | { |
296 | M00 = m00; M10 = m10; M20 = m20; _m30 = 0.0f; | 296 | M00 = m00; M10 = m10; M20 = m20; _m30 = 0.0f; |
297 | M01 = m01; M11 = m11; M21 = m21; _m31 = 0.0f; | 297 | M01 = m01; M11 = m11; M21 = m21; _m31 = 0.0f; |
298 | M02 = m02; M12 = m12; M22 = m22; _m32 = 0.0f; | 298 | M02 = m02; M12 = m12; M22 = m22; _m32 = 0.0f; |
299 | } | 299 | } |
300 | public dReal M00, M10, M20; | 300 | public dReal M00, M10, M20; |
301 | private dReal _m30; | 301 | private dReal _m30; |
302 | public dReal M01, M11, M21; | 302 | public dReal M01, M11, M21; |
303 | private dReal _m31; | 303 | private dReal _m31; |
304 | public dReal M02, M12, M22; | 304 | public dReal M02, M12, M22; |
305 | private dReal _m32; | 305 | private dReal _m32; |
306 | } | 306 | } |
307 | 307 | ||
308 | [StructLayout(LayoutKind.Sequential)] | 308 | [StructLayout(LayoutKind.Sequential)] |
309 | public struct Matrix4 | 309 | public struct Matrix4 |
310 | { | 310 | { |
311 | public Matrix4(dReal m00, dReal m10, dReal m20, dReal m30, | 311 | public Matrix4(dReal m00, dReal m10, dReal m20, dReal m30, |
312 | dReal m01, dReal m11, dReal m21, dReal m31, | 312 | dReal m01, dReal m11, dReal m21, dReal m31, |
313 | dReal m02, dReal m12, dReal m22, dReal m32, | 313 | dReal m02, dReal m12, dReal m22, dReal m32, |
314 | dReal m03, dReal m13, dReal m23, dReal m33) | 314 | dReal m03, dReal m13, dReal m23, dReal m33) |
315 | { | 315 | { |
316 | M00 = m00; M10 = m10; M20 = m20; M30 = m30; | 316 | M00 = m00; M10 = m10; M20 = m20; M30 = m30; |
317 | M01 = m01; M11 = m11; M21 = m21; M31 = m31; | 317 | M01 = m01; M11 = m11; M21 = m21; M31 = m31; |
318 | M02 = m02; M12 = m12; M22 = m22; M32 = m32; | 318 | M02 = m02; M12 = m12; M22 = m22; M32 = m32; |
319 | M03 = m03; M13 = m13; M23 = m23; M33 = m33; | 319 | M03 = m03; M13 = m13; M23 = m23; M33 = m33; |
320 | } | 320 | } |
321 | public dReal M00, M10, M20, M30; | 321 | public dReal M00, M10, M20, M30; |
322 | public dReal M01, M11, M21, M31; | 322 | public dReal M01, M11, M21, M31; |
323 | public dReal M02, M12, M22, M32; | 323 | public dReal M02, M12, M22, M32; |
324 | public dReal M03, M13, M23, M33; | 324 | public dReal M03, M13, M23, M33; |
325 | } | 325 | } |
326 | 326 | ||
327 | [StructLayout(LayoutKind.Sequential)] | 327 | [StructLayout(LayoutKind.Sequential)] |
328 | public struct Quaternion | 328 | public struct Quaternion |
329 | { | 329 | { |
330 | public dReal W, X, Y, Z; | 330 | public dReal W, X, Y, Z; |
331 | } | 331 | } |
332 | 332 | ||
333 | 333 | ||
334 | [StructLayout(LayoutKind.Sequential)] | 334 | [StructLayout(LayoutKind.Sequential)] |
335 | public struct SurfaceParameters | 335 | public struct SurfaceParameters |
336 | { | 336 | { |
337 | public ContactFlags mode; | 337 | public ContactFlags mode; |
338 | public dReal mu; | 338 | public dReal mu; |
339 | public dReal mu2; | 339 | public dReal mu2; |
340 | public dReal bounce; | 340 | public dReal bounce; |
341 | public dReal bounce_vel; | 341 | public dReal bounce_vel; |
342 | public dReal soft_erp; | 342 | public dReal soft_erp; |
343 | public dReal soft_cfm; | 343 | public dReal soft_cfm; |
344 | public dReal motion1; | 344 | public dReal motion1; |
345 | public dReal motion2; | 345 | public dReal motion2; |
346 | public dReal motionN; | 346 | public dReal motionN; |
347 | public dReal slip1; | 347 | public dReal slip1; |
348 | public dReal slip2; | 348 | public dReal slip2; |
349 | } | 349 | } |
350 | 350 | ||
351 | 351 | ||
352 | [StructLayout(LayoutKind.Sequential)] | 352 | [StructLayout(LayoutKind.Sequential)] |
353 | public struct Vector3 | 353 | public struct Vector3 |
354 | { | 354 | { |
355 | public Vector3(dReal x, dReal y, dReal z) | 355 | public Vector3(dReal x, dReal y, dReal z) |
356 | { | 356 | { |
357 | X = x; Y = y; Z = z; _w = 0.0f; | 357 | X = x; Y = y; Z = z; _w = 0.0f; |
358 | } | 358 | } |
359 | public dReal X, Y, Z; | 359 | public dReal X, Y, Z; |
360 | private dReal _w; | 360 | private dReal _w; |
361 | } | 361 | } |
362 | 362 | ||
363 | 363 | ||
364 | [StructLayout(LayoutKind.Sequential)] | 364 | [StructLayout(LayoutKind.Sequential)] |
365 | public struct Vector4 | 365 | public struct Vector4 |
366 | { | 366 | { |
367 | public Vector4(dReal x, dReal y, dReal z, dReal w) | 367 | public Vector4(dReal x, dReal y, dReal z, dReal w) |
368 | { | 368 | { |
369 | X = x; Y = y; Z = z; W = w; | 369 | X = x; Y = y; Z = z; W = w; |
370 | } | 370 | } |
371 | public dReal X, Y, Z, W; | 371 | public dReal X, Y, Z, W; |
372 | } | 372 | } |
373 | 373 | ||
374 | #endregion | 374 | #endregion |
375 | 375 | ||
376 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAllocateODEDataForThread"), SuppressUnmanagedCodeSecurity] | 376 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAllocateODEDataForThread"), SuppressUnmanagedCodeSecurity] |
377 | public static extern int AllocateODEDataForThread(uint ODEInitFlags); | 377 | public static extern int AllocateODEDataForThread(uint ODEInitFlags); |
378 | 378 | ||
379 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAreConnected"), SuppressUnmanagedCodeSecurity] | 379 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAreConnected"), SuppressUnmanagedCodeSecurity] |
380 | public static extern bool AreConnected(IntPtr b1, IntPtr b2); | 380 | public static extern bool AreConnected(IntPtr b1, IntPtr b2); |
381 | 381 | ||
382 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAreConnectedExcluding"), SuppressUnmanagedCodeSecurity] | 382 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dAreConnectedExcluding"), SuppressUnmanagedCodeSecurity] |
383 | public static extern bool AreConnectedExcluding(IntPtr b1, IntPtr b2, JointType joint_type); | 383 | public static extern bool AreConnectedExcluding(IntPtr b1, IntPtr b2, JointType joint_type); |
384 | 384 | ||
385 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForce"), SuppressUnmanagedCodeSecurity] | 385 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForce"), SuppressUnmanagedCodeSecurity] |
386 | public static extern void BodyAddForce(IntPtr body, dReal fx, dReal fy, dReal fz); | 386 | public static extern void BodyAddForce(IntPtr body, dReal fx, dReal fy, dReal fz); |
387 | 387 | ||
388 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForceAtPos"), SuppressUnmanagedCodeSecurity] | 388 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForceAtPos"), SuppressUnmanagedCodeSecurity] |
389 | public static extern void BodyAddForceAtPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); | 389 | public static extern void BodyAddForceAtPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); |
390 | 390 | ||
391 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForceAtRelPos"), SuppressUnmanagedCodeSecurity] | 391 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddForceAtRelPos"), SuppressUnmanagedCodeSecurity] |
392 | public static extern void BodyAddForceAtRelPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); | 392 | public static extern void BodyAddForceAtRelPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); |
393 | 393 | ||
394 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForce"), SuppressUnmanagedCodeSecurity] | 394 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForce"), SuppressUnmanagedCodeSecurity] |
395 | public static extern void BodyAddRelForce(IntPtr body, dReal fx, dReal fy, dReal fz); | 395 | public static extern void BodyAddRelForce(IntPtr body, dReal fx, dReal fy, dReal fz); |
396 | 396 | ||
397 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForceAtPos"), SuppressUnmanagedCodeSecurity] | 397 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForceAtPos"), SuppressUnmanagedCodeSecurity] |
398 | public static extern void BodyAddRelForceAtPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); | 398 | public static extern void BodyAddRelForceAtPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); |
399 | 399 | ||
400 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForceAtRelPos"), SuppressUnmanagedCodeSecurity] | 400 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelForceAtRelPos"), SuppressUnmanagedCodeSecurity] |
401 | public static extern void BodyAddRelForceAtRelPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); | 401 | public static extern void BodyAddRelForceAtRelPos(IntPtr body, dReal fx, dReal fy, dReal fz, dReal px, dReal py, dReal pz); |
402 | 402 | ||
403 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelTorque"), SuppressUnmanagedCodeSecurity] | 403 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddRelTorque"), SuppressUnmanagedCodeSecurity] |
404 | public static extern void BodyAddRelTorque(IntPtr body, dReal fx, dReal fy, dReal fz); | 404 | public static extern void BodyAddRelTorque(IntPtr body, dReal fx, dReal fy, dReal fz); |
405 | 405 | ||
406 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddTorque"), SuppressUnmanagedCodeSecurity] | 406 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyAddTorque"), SuppressUnmanagedCodeSecurity] |
407 | public static extern void BodyAddTorque(IntPtr body, dReal fx, dReal fy, dReal fz); | 407 | public static extern void BodyAddTorque(IntPtr body, dReal fx, dReal fy, dReal fz); |
408 | 408 | ||
409 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyPosition"), SuppressUnmanagedCodeSecurity] | 409 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyPosition"), SuppressUnmanagedCodeSecurity] |
410 | public static extern void BodyCopyPosition(IntPtr body, out Vector3 pos); | 410 | public static extern void BodyCopyPosition(IntPtr body, out Vector3 pos); |
411 | 411 | ||
412 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyPosition"), SuppressUnmanagedCodeSecurity] | 412 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyPosition"), SuppressUnmanagedCodeSecurity] |
413 | public static extern void BodyCopyPosition(IntPtr body, out dReal X); | 413 | public static extern void BodyCopyPosition(IntPtr body, out dReal X); |
414 | 414 | ||
415 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyQuaternion"), SuppressUnmanagedCodeSecurity] | 415 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyQuaternion"), SuppressUnmanagedCodeSecurity] |
416 | public static extern void BodyCopyQuaternion(IntPtr body, out Quaternion quat); | 416 | public static extern void BodyCopyQuaternion(IntPtr body, out Quaternion quat); |
417 | 417 | ||
418 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyQuaternion"), SuppressUnmanagedCodeSecurity] | 418 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyQuaternion"), SuppressUnmanagedCodeSecurity] |
419 | public static extern void BodyCopyQuaternion(IntPtr body, out dReal X); | 419 | public static extern void BodyCopyQuaternion(IntPtr body, out dReal X); |
420 | 420 | ||
421 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyRotation"), SuppressUnmanagedCodeSecurity] | 421 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyRotation"), SuppressUnmanagedCodeSecurity] |
422 | public static extern void BodyCopyRotation(IntPtr body, out Matrix3 R); | 422 | public static extern void BodyCopyRotation(IntPtr body, out Matrix3 R); |
423 | 423 | ||
424 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyRotation"), SuppressUnmanagedCodeSecurity] | 424 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCopyRotation"), SuppressUnmanagedCodeSecurity] |
425 | public static extern void BodyCopyRotation(IntPtr body, out dReal M00); | 425 | public static extern void BodyCopyRotation(IntPtr body, out dReal M00); |
426 | 426 | ||
427 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCreate"), SuppressUnmanagedCodeSecurity] | 427 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyCreate"), SuppressUnmanagedCodeSecurity] |
428 | public static extern IntPtr BodyiCreate(IntPtr world); | 428 | public static extern IntPtr BodyiCreate(IntPtr world); |
429 | public static IntPtr BodyCreate(IntPtr world) | 429 | public static IntPtr BodyCreate(IntPtr world) |
430 | { | 430 | { |
431 | NTotalBodies++; | 431 | NTotalBodies++; |
432 | return BodyiCreate(world); | 432 | return BodyiCreate(world); |
433 | } | 433 | } |
434 | 434 | ||
435 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyDestroy"), SuppressUnmanagedCodeSecurity] | 435 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyDestroy"), SuppressUnmanagedCodeSecurity] |
436 | public static extern void BodyiDestroy(IntPtr body); | 436 | public static extern void BodyiDestroy(IntPtr body); |
437 | public static void BodyDestroy(IntPtr body) | 437 | public static void BodyDestroy(IntPtr body) |
438 | { | 438 | { |
@@ -440,114 +440,114 @@ namespace OdeAPI | |||
440 | BodyiDestroy(body); | 440 | BodyiDestroy(body); |
441 | } | 441 | } |
442 | 442 | ||
443 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyDisable"), SuppressUnmanagedCodeSecurity] | 443 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyDisable"), SuppressUnmanagedCodeSecurity] |
444 | public static extern void BodyDisable(IntPtr body); | 444 | public static extern void BodyDisable(IntPtr body); |
445 | 445 | ||
446 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyEnable"), SuppressUnmanagedCodeSecurity] | 446 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyEnable"), SuppressUnmanagedCodeSecurity] |
447 | public static extern void BodyEnable(IntPtr body); | 447 | public static extern void BodyEnable(IntPtr body); |
448 | 448 | ||
449 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] | 449 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] |
450 | public static extern dReal BodyGetAutoDisableAngularThreshold(IntPtr body); | 450 | public static extern dReal BodyGetAutoDisableAngularThreshold(IntPtr body); |
451 | 451 | ||
452 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] | 452 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] |
453 | public static extern bool BodyGetAutoDisableFlag(IntPtr body); | 453 | public static extern bool BodyGetAutoDisableFlag(IntPtr body); |
454 | 454 | ||
455 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableDefaults"), SuppressUnmanagedCodeSecurity] | 455 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableDefaults"), SuppressUnmanagedCodeSecurity] |
456 | public static extern void BodyGetAutoDisableDefaults(IntPtr body); | 456 | public static extern void BodyGetAutoDisableDefaults(IntPtr body); |
457 | 457 | ||
458 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] | 458 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] |
459 | public static extern dReal BodyGetAutoDisableLinearThreshold(IntPtr body); | 459 | public static extern dReal BodyGetAutoDisableLinearThreshold(IntPtr body); |
460 | 460 | ||
461 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] | 461 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] |
462 | public static extern int BodyGetAutoDisableSteps(IntPtr body); | 462 | public static extern int BodyGetAutoDisableSteps(IntPtr body); |
463 | 463 | ||
464 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableTime"), SuppressUnmanagedCodeSecurity] | 464 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAutoDisableTime"), SuppressUnmanagedCodeSecurity] |
465 | public static extern dReal BodyGetAutoDisableTime(IntPtr body); | 465 | public static extern dReal BodyGetAutoDisableTime(IntPtr body); |
466 | 466 | ||
467 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAngularVel"), SuppressUnmanagedCodeSecurity] | 467 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAngularVel"), SuppressUnmanagedCodeSecurity] |
468 | public extern unsafe static Vector3* BodyGetAngularVelUnsafe(IntPtr body); | 468 | public extern unsafe static Vector3* BodyGetAngularVelUnsafe(IntPtr body); |
469 | public static Vector3 BodyGetAngularVel(IntPtr body) | 469 | public static Vector3 BodyGetAngularVel(IntPtr body) |
470 | { | 470 | { |
471 | unsafe { return *(BodyGetAngularVelUnsafe(body)); } | 471 | unsafe { return *(BodyGetAngularVelUnsafe(body)); } |
472 | } | 472 | } |
473 | 473 | ||
474 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetData"), SuppressUnmanagedCodeSecurity] | 474 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetData"), SuppressUnmanagedCodeSecurity] |
475 | public static extern IntPtr BodyGetData(IntPtr body); | 475 | public static extern IntPtr BodyGetData(IntPtr body); |
476 | 476 | ||
477 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetFiniteRotationMode"), SuppressUnmanagedCodeSecurity] | 477 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetFiniteRotationMode"), SuppressUnmanagedCodeSecurity] |
478 | public static extern int BodyGetFiniteRotationMode(IntPtr body); | 478 | public static extern int BodyGetFiniteRotationMode(IntPtr body); |
479 | 479 | ||
480 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetFiniteRotationAxis"), SuppressUnmanagedCodeSecurity] | 480 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetFiniteRotationAxis"), SuppressUnmanagedCodeSecurity] |
481 | public static extern void BodyGetFiniteRotationAxis(IntPtr body, out Vector3 result); | 481 | public static extern void BodyGetFiniteRotationAxis(IntPtr body, out Vector3 result); |
482 | 482 | ||
483 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetForce"), SuppressUnmanagedCodeSecurity] | 483 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetForce"), SuppressUnmanagedCodeSecurity] |
484 | public extern unsafe static Vector3* BodyGetForceUnsafe(IntPtr body); | 484 | public extern unsafe static Vector3* BodyGetForceUnsafe(IntPtr body); |
485 | public static Vector3 BodyGetForce(IntPtr body) | 485 | public static Vector3 BodyGetForce(IntPtr body) |
486 | { | 486 | { |
487 | unsafe { return *(BodyGetForceUnsafe(body)); } | 487 | unsafe { return *(BodyGetForceUnsafe(body)); } |
488 | } | 488 | } |
489 | 489 | ||
490 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetGravityMode"), SuppressUnmanagedCodeSecurity] | 490 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetGravityMode"), SuppressUnmanagedCodeSecurity] |
491 | public static extern bool BodyGetGravityMode(IntPtr body); | 491 | public static extern bool BodyGetGravityMode(IntPtr body); |
492 | 492 | ||
493 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetGyroscopicMode"), SuppressUnmanagedCodeSecurity] | 493 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetGyroscopicMode"), SuppressUnmanagedCodeSecurity] |
494 | public static extern int BodyGetGyroscopicMode(IntPtr body); | 494 | public static extern int BodyGetGyroscopicMode(IntPtr body); |
495 | 495 | ||
496 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetJoint"), SuppressUnmanagedCodeSecurity] | 496 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetJoint"), SuppressUnmanagedCodeSecurity] |
497 | public static extern IntPtr BodyGetJoint(IntPtr body, int index); | 497 | public static extern IntPtr BodyGetJoint(IntPtr body, int index); |
498 | 498 | ||
499 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetLinearVel"), SuppressUnmanagedCodeSecurity] | 499 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetLinearVel"), SuppressUnmanagedCodeSecurity] |
500 | public extern unsafe static Vector3* BodyGetLinearVelUnsafe(IntPtr body); | 500 | public extern unsafe static Vector3* BodyGetLinearVelUnsafe(IntPtr body); |
501 | public static Vector3 BodyGetLinearVel(IntPtr body) | 501 | public static Vector3 BodyGetLinearVel(IntPtr body) |
502 | { | 502 | { |
503 | unsafe { return *(BodyGetLinearVelUnsafe(body)); } | 503 | unsafe { return *(BodyGetLinearVelUnsafe(body)); } |
504 | } | 504 | } |
505 | 505 | ||
506 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetMass"), SuppressUnmanagedCodeSecurity] | 506 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetMass"), SuppressUnmanagedCodeSecurity] |
507 | public static extern void BodyGetMass(IntPtr body, out Mass mass); | 507 | public static extern void BodyGetMass(IntPtr body, out Mass mass); |
508 | 508 | ||
509 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetNumJoints"), SuppressUnmanagedCodeSecurity] | 509 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetNumJoints"), SuppressUnmanagedCodeSecurity] |
510 | public static extern int BodyGetNumJoints(IntPtr body); | 510 | public static extern int BodyGetNumJoints(IntPtr body); |
511 | 511 | ||
512 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPointVel"), SuppressUnmanagedCodeSecurity] | 512 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPointVel"), SuppressUnmanagedCodeSecurity] |
513 | public static extern void BodyGetPointVel(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 513 | public static extern void BodyGetPointVel(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
514 | 514 | ||
515 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPosition"), SuppressUnmanagedCodeSecurity] | 515 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPosition"), SuppressUnmanagedCodeSecurity] |
516 | public extern unsafe static Vector3* BodyGetPositionUnsafe(IntPtr body); | 516 | public extern unsafe static Vector3* BodyGetPositionUnsafe(IntPtr body); |
517 | public static Vector3 BodyGetPosition(IntPtr body) | 517 | public static Vector3 BodyGetPosition(IntPtr body) |
518 | { | 518 | { |
519 | unsafe { return *(BodyGetPositionUnsafe(body)); } | 519 | unsafe { return *(BodyGetPositionUnsafe(body)); } |
520 | } | 520 | } |
521 | 521 | ||
522 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPosRelPoint"), SuppressUnmanagedCodeSecurity] | 522 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetPosRelPoint"), SuppressUnmanagedCodeSecurity] |
523 | public static extern void BodyGetPosRelPoint(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 523 | public static extern void BodyGetPosRelPoint(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
524 | 524 | ||
525 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetQuaternion"), SuppressUnmanagedCodeSecurity] | 525 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetQuaternion"), SuppressUnmanagedCodeSecurity] |
526 | public extern unsafe static Quaternion* BodyGetQuaternionUnsafe(IntPtr body); | 526 | public extern unsafe static Quaternion* BodyGetQuaternionUnsafe(IntPtr body); |
527 | public static Quaternion BodyGetQuaternion(IntPtr body) | 527 | public static Quaternion BodyGetQuaternion(IntPtr body) |
528 | { | 528 | { |
529 | unsafe { return *(BodyGetQuaternionUnsafe(body)); } | 529 | unsafe { return *(BodyGetQuaternionUnsafe(body)); } |
530 | } | 530 | } |
531 | 531 | ||
532 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRelPointPos"), SuppressUnmanagedCodeSecurity] | 532 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRelPointPos"), SuppressUnmanagedCodeSecurity] |
533 | public static extern void BodyGetRelPointPos(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 533 | public static extern void BodyGetRelPointPos(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
534 | 534 | ||
535 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRelPointVel"), SuppressUnmanagedCodeSecurity] | 535 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRelPointVel"), SuppressUnmanagedCodeSecurity] |
536 | public static extern void BodyGetRelPointVel(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 536 | public static extern void BodyGetRelPointVel(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
537 | 537 | ||
538 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRotation"), SuppressUnmanagedCodeSecurity] | 538 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetRotation"), SuppressUnmanagedCodeSecurity] |
539 | public extern unsafe static Matrix3* BodyGetRotationUnsafe(IntPtr body); | 539 | public extern unsafe static Matrix3* BodyGetRotationUnsafe(IntPtr body); |
540 | public static Matrix3 BodyGetRotation(IntPtr body) | 540 | public static Matrix3 BodyGetRotation(IntPtr body) |
541 | { | 541 | { |
542 | unsafe { return *(BodyGetRotationUnsafe(body)); } | 542 | unsafe { return *(BodyGetRotationUnsafe(body)); } |
543 | } | 543 | } |
544 | 544 | ||
545 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetTorque"), SuppressUnmanagedCodeSecurity] | 545 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetTorque"), SuppressUnmanagedCodeSecurity] |
546 | public extern unsafe static Vector3* BodyGetTorqueUnsafe(IntPtr body); | 546 | public extern unsafe static Vector3* BodyGetTorqueUnsafe(IntPtr body); |
547 | public static Vector3 BodyGetTorque(IntPtr body) | 547 | public static Vector3 BodyGetTorque(IntPtr body) |
548 | { | 548 | { |
549 | unsafe { return *(BodyGetTorqueUnsafe(body)); } | 549 | unsafe { return *(BodyGetTorqueUnsafe(body)); } |
550 | } | 550 | } |
551 | 551 | ||
552 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetWorld"), SuppressUnmanagedCodeSecurity] | 552 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetWorld"), SuppressUnmanagedCodeSecurity] |
553 | public static extern IntPtr BodyGetWorld(IntPtr body); | 553 | public static extern IntPtr BodyGetWorld(IntPtr body); |
@@ -559,38 +559,38 @@ namespace OdeAPI | |||
559 | public static extern IntPtr dBodyGetNextGeom(IntPtr Geom); | 559 | public static extern IntPtr dBodyGetNextGeom(IntPtr Geom); |
560 | 560 | ||
561 | 561 | ||
562 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyIsEnabled"), SuppressUnmanagedCodeSecurity] | 562 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyIsEnabled"), SuppressUnmanagedCodeSecurity] |
563 | public static extern bool BodyIsEnabled(IntPtr body); | 563 | public static extern bool BodyIsEnabled(IntPtr body); |
564 | 564 | ||
565 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAngularVel"), SuppressUnmanagedCodeSecurity] | 565 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAngularVel"), SuppressUnmanagedCodeSecurity] |
566 | public static extern void BodySetAngularVel(IntPtr body, dReal x, dReal y, dReal z); | 566 | public static extern void BodySetAngularVel(IntPtr body, dReal x, dReal y, dReal z); |
567 | 567 | ||
568 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] | 568 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] |
569 | public static extern void BodySetAutoDisableAngularThreshold(IntPtr body, dReal angular_threshold); | 569 | public static extern void BodySetAutoDisableAngularThreshold(IntPtr body, dReal angular_threshold); |
570 | 570 | ||
571 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableDefaults"), SuppressUnmanagedCodeSecurity] | 571 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableDefaults"), SuppressUnmanagedCodeSecurity] |
572 | public static extern void BodySetAutoDisableDefaults(IntPtr body); | 572 | public static extern void BodySetAutoDisableDefaults(IntPtr body); |
573 | 573 | ||
574 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] | 574 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] |
575 | public static extern void BodySetAutoDisableFlag(IntPtr body, bool do_auto_disable); | 575 | public static extern void BodySetAutoDisableFlag(IntPtr body, bool do_auto_disable); |
576 | 576 | ||
577 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] | 577 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] |
578 | public static extern void BodySetAutoDisableLinearThreshold(IntPtr body, dReal linear_threshold); | 578 | public static extern void BodySetAutoDisableLinearThreshold(IntPtr body, dReal linear_threshold); |
579 | 579 | ||
580 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] | 580 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] |
581 | public static extern void BodySetAutoDisableSteps(IntPtr body, int steps); | 581 | public static extern void BodySetAutoDisableSteps(IntPtr body, int steps); |
582 | 582 | ||
583 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableTime"), SuppressUnmanagedCodeSecurity] | 583 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetAutoDisableTime"), SuppressUnmanagedCodeSecurity] |
584 | public static extern void BodySetAutoDisableTime(IntPtr body, dReal time); | 584 | public static extern void BodySetAutoDisableTime(IntPtr body, dReal time); |
585 | 585 | ||
586 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetData"), SuppressUnmanagedCodeSecurity] | 586 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetData"), SuppressUnmanagedCodeSecurity] |
587 | public static extern void BodySetData(IntPtr body, IntPtr data); | 587 | public static extern void BodySetData(IntPtr body, IntPtr data); |
588 | 588 | ||
589 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetFiniteRotationMode"), SuppressUnmanagedCodeSecurity] | 589 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetFiniteRotationMode"), SuppressUnmanagedCodeSecurity] |
590 | public static extern void BodySetFiniteRotationMode(IntPtr body, int mode); | 590 | public static extern void BodySetFiniteRotationMode(IntPtr body, int mode); |
591 | 591 | ||
592 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetFiniteRotationAxis"), SuppressUnmanagedCodeSecurity] | 592 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetFiniteRotationAxis"), SuppressUnmanagedCodeSecurity] |
593 | public static extern void BodySetFiniteRotationAxis(IntPtr body, dReal x, dReal y, dReal z); | 593 | public static extern void BodySetFiniteRotationAxis(IntPtr body, dReal x, dReal y, dReal z); |
594 | 594 | ||
595 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetLinearDamping"), SuppressUnmanagedCodeSecurity] | 595 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetLinearDamping"), SuppressUnmanagedCodeSecurity] |
596 | public static extern void BodySetLinearDamping(IntPtr body, dReal scale); | 596 | public static extern void BodySetLinearDamping(IntPtr body, dReal scale); |
@@ -619,11 +619,11 @@ namespace OdeAPI | |||
619 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAngularDampingThreshold"), SuppressUnmanagedCodeSecurity] | 619 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyGetAngularDampingThreshold"), SuppressUnmanagedCodeSecurity] |
620 | public static extern dReal BodyGetAngularDampingThreshold(IntPtr body); | 620 | public static extern dReal BodyGetAngularDampingThreshold(IntPtr body); |
621 | 621 | ||
622 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetForce"), SuppressUnmanagedCodeSecurity] | 622 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetForce"), SuppressUnmanagedCodeSecurity] |
623 | public static extern void BodySetForce(IntPtr body, dReal x, dReal y, dReal z); | 623 | public static extern void BodySetForce(IntPtr body, dReal x, dReal y, dReal z); |
624 | 624 | ||
625 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetGravityMode"), SuppressUnmanagedCodeSecurity] | 625 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetGravityMode"), SuppressUnmanagedCodeSecurity] |
626 | public static extern void BodySetGravityMode(IntPtr body, bool mode); | 626 | public static extern void BodySetGravityMode(IntPtr body, bool mode); |
627 | 627 | ||
628 | /// <summary> | 628 | /// <summary> |
629 | /// Sets the Gyroscopic term status on the body specified. | 629 | /// Sets the Gyroscopic term status on the body specified. |
@@ -633,76 +633,76 @@ namespace OdeAPI | |||
633 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetGyroscopicMode"), SuppressUnmanagedCodeSecurity] | 633 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetGyroscopicMode"), SuppressUnmanagedCodeSecurity] |
634 | public static extern void dBodySetGyroscopicMode(IntPtr body, int enabled); | 634 | public static extern void dBodySetGyroscopicMode(IntPtr body, int enabled); |
635 | 635 | ||
636 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetLinearVel"), SuppressUnmanagedCodeSecurity] | 636 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetLinearVel"), SuppressUnmanagedCodeSecurity] |
637 | public static extern void BodySetLinearVel(IntPtr body, dReal x, dReal y, dReal z); | 637 | public static extern void BodySetLinearVel(IntPtr body, dReal x, dReal y, dReal z); |
638 | 638 | ||
639 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetMass"), SuppressUnmanagedCodeSecurity] | 639 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetMass"), SuppressUnmanagedCodeSecurity] |
640 | public static extern void BodySetMass(IntPtr body, ref Mass mass); | 640 | public static extern void BodySetMass(IntPtr body, ref Mass mass); |
641 | 641 | ||
642 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetPosition"), SuppressUnmanagedCodeSecurity] | 642 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetPosition"), SuppressUnmanagedCodeSecurity] |
643 | public static extern void BodySetPosition(IntPtr body, dReal x, dReal y, dReal z); | 643 | public static extern void BodySetPosition(IntPtr body, dReal x, dReal y, dReal z); |
644 | 644 | ||
645 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetQuaternion"), SuppressUnmanagedCodeSecurity] | 645 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetQuaternion"), SuppressUnmanagedCodeSecurity] |
646 | public static extern void BodySetQuaternion(IntPtr body, ref Quaternion q); | 646 | public static extern void BodySetQuaternion(IntPtr body, ref Quaternion q); |
647 | 647 | ||
648 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetQuaternion"), SuppressUnmanagedCodeSecurity] | 648 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetQuaternion"), SuppressUnmanagedCodeSecurity] |
649 | public static extern void BodySetQuaternion(IntPtr body, ref dReal w); | 649 | public static extern void BodySetQuaternion(IntPtr body, ref dReal w); |
650 | 650 | ||
651 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetRotation"), SuppressUnmanagedCodeSecurity] | 651 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetRotation"), SuppressUnmanagedCodeSecurity] |
652 | public static extern void BodySetRotation(IntPtr body, ref Matrix3 R); | 652 | public static extern void BodySetRotation(IntPtr body, ref Matrix3 R); |
653 | 653 | ||
654 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetRotation"), SuppressUnmanagedCodeSecurity] | 654 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetRotation"), SuppressUnmanagedCodeSecurity] |
655 | public static extern void BodySetRotation(IntPtr body, ref dReal M00); | 655 | public static extern void BodySetRotation(IntPtr body, ref dReal M00); |
656 | 656 | ||
657 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetTorque"), SuppressUnmanagedCodeSecurity] | 657 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodySetTorque"), SuppressUnmanagedCodeSecurity] |
658 | public static extern void BodySetTorque(IntPtr body, dReal x, dReal y, dReal z); | 658 | public static extern void BodySetTorque(IntPtr body, dReal x, dReal y, dReal z); |
659 | 659 | ||
660 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyVectorFromWorld"), SuppressUnmanagedCodeSecurity] | 660 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyVectorFromWorld"), SuppressUnmanagedCodeSecurity] |
661 | public static extern void BodyVectorFromWorld(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 661 | public static extern void BodyVectorFromWorld(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
662 | 662 | ||
663 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyVectorToWorld"), SuppressUnmanagedCodeSecurity] | 663 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBodyVectorToWorld"), SuppressUnmanagedCodeSecurity] |
664 | public static extern void BodyVectorToWorld(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); | 664 | public static extern void BodyVectorToWorld(IntPtr body, dReal px, dReal py, dReal pz, out Vector3 result); |
665 | 665 | ||
666 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBoxBox"), SuppressUnmanagedCodeSecurity] | 666 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBoxBox"), SuppressUnmanagedCodeSecurity] |
667 | public static extern void BoxBox(ref Vector3 p1, ref Matrix3 R1, | 667 | public static extern void BoxBox(ref Vector3 p1, ref Matrix3 R1, |
668 | ref Vector3 side1, ref Vector3 p2, | 668 | ref Vector3 side1, ref Vector3 p2, |
669 | ref Matrix3 R2, ref Vector3 side2, | 669 | ref Matrix3 R2, ref Vector3 side2, |
670 | ref Vector3 normal, out dReal depth, out int return_code, | 670 | ref Vector3 normal, out dReal depth, out int return_code, |
671 | int maxc, out ContactGeom contact, int skip); | 671 | int maxc, out ContactGeom contact, int skip); |
672 | 672 | ||
673 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBoxTouchesBox"), SuppressUnmanagedCodeSecurity] | 673 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dBoxTouchesBox"), SuppressUnmanagedCodeSecurity] |
674 | public static extern void BoxTouchesBox(ref Vector3 _p1, ref Matrix3 R1, | 674 | public static extern void BoxTouchesBox(ref Vector3 _p1, ref Matrix3 R1, |
675 | ref Vector3 side1, ref Vector3 _p2, | 675 | ref Vector3 side1, ref Vector3 _p2, |
676 | ref Matrix3 R2, ref Vector3 side2); | 676 | ref Matrix3 R2, ref Vector3 side2); |
677 | 677 | ||
678 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCleanupODEAllDataForThread"), SuppressUnmanagedCodeSecurity] | 678 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCleanupODEAllDataForThread"), SuppressUnmanagedCodeSecurity] |
679 | public static extern void CleanupODEAllDataForThread(); | 679 | public static extern void CleanupODEAllDataForThread(); |
680 | 680 | ||
681 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dClosestLineSegmentPoints"), SuppressUnmanagedCodeSecurity] | 681 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dClosestLineSegmentPoints"), SuppressUnmanagedCodeSecurity] |
682 | public static extern void ClosestLineSegmentPoints(ref Vector3 a1, ref Vector3 a2, | 682 | public static extern void ClosestLineSegmentPoints(ref Vector3 a1, ref Vector3 a2, |
683 | ref Vector3 b1, ref Vector3 b2, | 683 | ref Vector3 b1, ref Vector3 b2, |
684 | ref Vector3 cp1, ref Vector3 cp2); | 684 | ref Vector3 cp1, ref Vector3 cp2); |
685 | 685 | ||
686 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCloseODE"), SuppressUnmanagedCodeSecurity] | 686 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCloseODE"), SuppressUnmanagedCodeSecurity] |
687 | public static extern void CloseODE(); | 687 | public static extern void CloseODE(); |
688 | 688 | ||
689 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCollide"), SuppressUnmanagedCodeSecurity] | 689 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCollide"), SuppressUnmanagedCodeSecurity] |
690 | public static extern int Collide(IntPtr o1, IntPtr o2, int flags, [In, Out] ContactGeom[] contact, int skip); | 690 | public static extern int Collide(IntPtr o1, IntPtr o2, int flags, [In, Out] ContactGeom[] contact, int skip); |
691 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCollide"), SuppressUnmanagedCodeSecurity] | 691 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCollide"), SuppressUnmanagedCodeSecurity] |
692 | public static extern int CollidePtr(IntPtr o1, IntPtr o2, int flags, IntPtr contactgeomarray, int skip); | 692 | public static extern int CollidePtr(IntPtr o1, IntPtr o2, int flags, IntPtr contactgeomarray, int skip); |
693 | 693 | ||
694 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dConnectingJoint"), SuppressUnmanagedCodeSecurity] | 694 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dConnectingJoint"), SuppressUnmanagedCodeSecurity] |
695 | public static extern IntPtr ConnectingJoint(IntPtr j1, IntPtr j2); | 695 | public static extern IntPtr ConnectingJoint(IntPtr j1, IntPtr j2); |
696 | 696 | ||
697 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateBox"), SuppressUnmanagedCodeSecurity] | 697 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateBox"), SuppressUnmanagedCodeSecurity] |
698 | public static extern IntPtr CreateiBox(IntPtr space, dReal lx, dReal ly, dReal lz); | 698 | public static extern IntPtr CreateiBox(IntPtr space, dReal lx, dReal ly, dReal lz); |
699 | public static IntPtr CreateBox(IntPtr space, dReal lx, dReal ly, dReal lz) | 699 | public static IntPtr CreateBox(IntPtr space, dReal lx, dReal ly, dReal lz) |
700 | { | 700 | { |
701 | NTotalGeoms++; | 701 | NTotalGeoms++; |
702 | return CreateiBox(space, lx, ly, lz); | 702 | return CreateiBox(space, lx, ly, lz); |
703 | } | 703 | } |
704 | 704 | ||
705 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateCapsule"), SuppressUnmanagedCodeSecurity] | 705 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateCapsule"), SuppressUnmanagedCodeSecurity] |
706 | public static extern IntPtr CreateiCapsule(IntPtr space, dReal radius, dReal length); | 706 | public static extern IntPtr CreateiCapsule(IntPtr space, dReal radius, dReal length); |
707 | public static IntPtr CreateCapsule(IntPtr space, dReal radius, dReal length) | 707 | public static IntPtr CreateCapsule(IntPtr space, dReal radius, dReal length) |
708 | { | 708 | { |
@@ -710,23 +710,23 @@ namespace OdeAPI | |||
710 | return CreateiCapsule(space, radius, length); | 710 | return CreateiCapsule(space, radius, length); |
711 | } | 711 | } |
712 | 712 | ||
713 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateConvex"), SuppressUnmanagedCodeSecurity] | 713 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateConvex"), SuppressUnmanagedCodeSecurity] |
714 | public static extern IntPtr CreateiConvex(IntPtr space, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons); | 714 | public static extern IntPtr CreateiConvex(IntPtr space, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons); |
715 | public static IntPtr CreateConvex(IntPtr space, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons) | 715 | public static IntPtr CreateConvex(IntPtr space, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons) |
716 | { | 716 | { |
717 | NTotalGeoms++; | 717 | NTotalGeoms++; |
718 | return CreateiConvex(space, planes, planeCount, points, pointCount, polygons); | 718 | return CreateiConvex(space, planes, planeCount, points, pointCount, polygons); |
719 | } | 719 | } |
720 | 720 | ||
721 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateCylinder"), SuppressUnmanagedCodeSecurity] | 721 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateCylinder"), SuppressUnmanagedCodeSecurity] |
722 | public static extern IntPtr CreateiCylinder(IntPtr space, dReal radius, dReal length); | 722 | public static extern IntPtr CreateiCylinder(IntPtr space, dReal radius, dReal length); |
723 | public static IntPtr CreateCylinder(IntPtr space, dReal radius, dReal length) | 723 | public static IntPtr CreateCylinder(IntPtr space, dReal radius, dReal length) |
724 | { | 724 | { |
725 | NTotalGeoms++; | 725 | NTotalGeoms++; |
726 | return CreateiCylinder(space, radius, length); | 726 | return CreateiCylinder(space, radius, length); |
727 | } | 727 | } |
728 | 728 | ||
729 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateHeightfield"), SuppressUnmanagedCodeSecurity] | 729 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateHeightfield"), SuppressUnmanagedCodeSecurity] |
730 | public static extern IntPtr CreateiHeightfield(IntPtr space, IntPtr data, int bPlaceable); | 730 | public static extern IntPtr CreateiHeightfield(IntPtr space, IntPtr data, int bPlaceable); |
731 | public static IntPtr CreateHeightfield(IntPtr space, IntPtr data, int bPlaceable) | 731 | public static IntPtr CreateHeightfield(IntPtr space, IntPtr data, int bPlaceable) |
732 | { | 732 | { |
@@ -744,23 +744,23 @@ namespace OdeAPI | |||
744 | 744 | ||
745 | 745 | ||
746 | 746 | ||
747 | |||
748 | 747 | ||
749 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeom"), SuppressUnmanagedCodeSecurity] | 748 | |
750 | public static extern IntPtr CreateiGeom(int classnum); | 749 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeom"), SuppressUnmanagedCodeSecurity] |
750 | public static extern IntPtr CreateiGeom(int classnum); | ||
751 | public static IntPtr CreateGeom(int classnum) | 751 | public static IntPtr CreateGeom(int classnum) |
752 | { | 752 | { |
753 | NTotalGeoms++; | 753 | NTotalGeoms++; |
754 | return CreateiGeom(classnum); | 754 | return CreateiGeom(classnum); |
755 | } | 755 | } |
756 | 756 | ||
757 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeomClass"), SuppressUnmanagedCodeSecurity] | 757 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeomClass"), SuppressUnmanagedCodeSecurity] |
758 | public static extern int CreateGeomClass(ref GeomClass classptr); | 758 | public static extern int CreateGeomClass(ref GeomClass classptr); |
759 | 759 | ||
760 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeomTransform"), SuppressUnmanagedCodeSecurity] | 760 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateGeomTransform"), SuppressUnmanagedCodeSecurity] |
761 | public static extern IntPtr CreateGeomTransform(IntPtr space); | 761 | public static extern IntPtr CreateGeomTransform(IntPtr space); |
762 | 762 | ||
763 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreatePlane"), SuppressUnmanagedCodeSecurity] | 763 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreatePlane"), SuppressUnmanagedCodeSecurity] |
764 | public static extern IntPtr CreateiPlane(IntPtr space, dReal a, dReal b, dReal c, dReal d); | 764 | public static extern IntPtr CreateiPlane(IntPtr space, dReal a, dReal b, dReal c, dReal d); |
765 | public static IntPtr CreatePlane(IntPtr space, dReal a, dReal b, dReal c, dReal d) | 765 | public static IntPtr CreatePlane(IntPtr space, dReal a, dReal b, dReal c, dReal d) |
766 | { | 766 | { |
@@ -768,25 +768,25 @@ namespace OdeAPI | |||
768 | return CreateiPlane(space, a, b, c, d); | 768 | return CreateiPlane(space, a, b, c, d); |
769 | } | 769 | } |
770 | 770 | ||
771 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateRay"), SuppressUnmanagedCodeSecurity] | 771 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateRay"), SuppressUnmanagedCodeSecurity] |
772 | public static extern IntPtr CreateiRay(IntPtr space, dReal length); | 772 | public static extern IntPtr CreateiRay(IntPtr space, dReal length); |
773 | public static IntPtr CreateRay(IntPtr space, dReal length) | 773 | public static IntPtr CreateRay(IntPtr space, dReal length) |
774 | { | 774 | { |
775 | NTotalGeoms++; | 775 | NTotalGeoms++; |
776 | return CreateiRay(space, length); | 776 | return CreateiRay(space, length); |
777 | } | 777 | } |
778 | 778 | ||
779 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateSphere"), SuppressUnmanagedCodeSecurity] | 779 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateSphere"), SuppressUnmanagedCodeSecurity] |
780 | public static extern IntPtr CreateiSphere(IntPtr space, dReal radius); | 780 | public static extern IntPtr CreateiSphere(IntPtr space, dReal radius); |
781 | public static IntPtr CreateSphere(IntPtr space, dReal radius) | 781 | public static IntPtr CreateSphere(IntPtr space, dReal radius) |
782 | { | 782 | { |
783 | NTotalGeoms++; | 783 | NTotalGeoms++; |
784 | return CreateiSphere(space, radius); | 784 | return CreateiSphere(space, radius); |
785 | } | 785 | } |
786 | 786 | ||
787 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateTriMesh"), SuppressUnmanagedCodeSecurity] | 787 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dCreateTriMesh"), SuppressUnmanagedCodeSecurity] |
788 | public static extern IntPtr CreateiTriMesh(IntPtr space, IntPtr data, | 788 | public static extern IntPtr CreateiTriMesh(IntPtr space, IntPtr data, |
789 | TriCallback callback, TriArrayCallback arrayCallback, TriRayCallback rayCallback); | 789 | TriCallback callback, TriArrayCallback arrayCallback, TriRayCallback rayCallback); |
790 | public static IntPtr CreateTriMesh(IntPtr space, IntPtr data, | 790 | public static IntPtr CreateTriMesh(IntPtr space, IntPtr data, |
791 | TriCallback callback, TriArrayCallback arrayCallback, TriRayCallback rayCallback) | 791 | TriCallback callback, TriArrayCallback arrayCallback, TriRayCallback rayCallback) |
792 | { | 792 | { |
@@ -794,79 +794,79 @@ namespace OdeAPI | |||
794 | return CreateiTriMesh(space, data, callback, arrayCallback, rayCallback); | 794 | return CreateiTriMesh(space, data, callback, arrayCallback, rayCallback); |
795 | } | 795 | } |
796 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dDot"), SuppressUnmanagedCodeSecurity] | 796 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dDot"), SuppressUnmanagedCodeSecurity] |
797 | public static extern dReal Dot(ref dReal X0, ref dReal X1, int n); | 797 | public static extern dReal Dot(ref dReal X0, ref dReal X1, int n); |
798 | 798 | ||
799 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dDQfromW"), SuppressUnmanagedCodeSecurity] | 799 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dDQfromW"), SuppressUnmanagedCodeSecurity] |
800 | public static extern void DQfromW(dReal[] dq, ref Vector3 w, ref Quaternion q); | 800 | public static extern void DQfromW(dReal[] dq, ref Vector3 w, ref Quaternion q); |
801 | 801 | ||
802 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dFactorCholesky"), SuppressUnmanagedCodeSecurity] | 802 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dFactorCholesky"), SuppressUnmanagedCodeSecurity] |
803 | public static extern int FactorCholesky(ref dReal A00, int n); | 803 | public static extern int FactorCholesky(ref dReal A00, int n); |
804 | 804 | ||
805 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dFactorLDLT"), SuppressUnmanagedCodeSecurity] | 805 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dFactorLDLT"), SuppressUnmanagedCodeSecurity] |
806 | public static extern void FactorLDLT(ref dReal A, out dReal d, int n, int nskip); | 806 | public static extern void FactorLDLT(ref dReal A, out dReal d, int n, int nskip); |
807 | 807 | ||
808 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxGetLengths"), SuppressUnmanagedCodeSecurity] | 808 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxGetLengths"), SuppressUnmanagedCodeSecurity] |
809 | public static extern void GeomBoxGetLengths(IntPtr geom, out Vector3 len); | 809 | public static extern void GeomBoxGetLengths(IntPtr geom, out Vector3 len); |
810 | 810 | ||
811 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxGetLengths"), SuppressUnmanagedCodeSecurity] | 811 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxGetLengths"), SuppressUnmanagedCodeSecurity] |
812 | public static extern void GeomBoxGetLengths(IntPtr geom, out dReal x); | 812 | public static extern void GeomBoxGetLengths(IntPtr geom, out dReal x); |
813 | 813 | ||
814 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxPointDepth"), SuppressUnmanagedCodeSecurity] | 814 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxPointDepth"), SuppressUnmanagedCodeSecurity] |
815 | public static extern dReal GeomBoxPointDepth(IntPtr geom, dReal x, dReal y, dReal z); | 815 | public static extern dReal GeomBoxPointDepth(IntPtr geom, dReal x, dReal y, dReal z); |
816 | 816 | ||
817 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxSetLengths"), SuppressUnmanagedCodeSecurity] | 817 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomBoxSetLengths"), SuppressUnmanagedCodeSecurity] |
818 | public static extern void GeomBoxSetLengths(IntPtr geom, dReal x, dReal y, dReal z); | 818 | public static extern void GeomBoxSetLengths(IntPtr geom, dReal x, dReal y, dReal z); |
819 | 819 | ||
820 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsuleGetParams"), SuppressUnmanagedCodeSecurity] | 820 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsuleGetParams"), SuppressUnmanagedCodeSecurity] |
821 | public static extern void GeomCapsuleGetParams(IntPtr geom, out dReal radius, out dReal length); | 821 | public static extern void GeomCapsuleGetParams(IntPtr geom, out dReal radius, out dReal length); |
822 | 822 | ||
823 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsulePointDepth"), SuppressUnmanagedCodeSecurity] | 823 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsulePointDepth"), SuppressUnmanagedCodeSecurity] |
824 | public static extern dReal GeomCapsulePointDepth(IntPtr geom, dReal x, dReal y, dReal z); | 824 | public static extern dReal GeomCapsulePointDepth(IntPtr geom, dReal x, dReal y, dReal z); |
825 | 825 | ||
826 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsuleSetParams"), SuppressUnmanagedCodeSecurity] | 826 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCapsuleSetParams"), SuppressUnmanagedCodeSecurity] |
827 | public static extern void GeomCapsuleSetParams(IntPtr geom, dReal radius, dReal length); | 827 | public static extern void GeomCapsuleSetParams(IntPtr geom, dReal radius, dReal length); |
828 | 828 | ||
829 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomClearOffset"), SuppressUnmanagedCodeSecurity] | 829 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomClearOffset"), SuppressUnmanagedCodeSecurity] |
830 | public static extern void GeomClearOffset(IntPtr geom); | 830 | public static extern void GeomClearOffset(IntPtr geom); |
831 | 831 | ||
832 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetPosition"), SuppressUnmanagedCodeSecurity] | 832 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetPosition"), SuppressUnmanagedCodeSecurity] |
833 | public static extern IntPtr GeomCopyOffsetPosition(IntPtr geom, ref Vector3 pos); | 833 | public static extern IntPtr GeomCopyOffsetPosition(IntPtr geom, ref Vector3 pos); |
834 | 834 | ||
835 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetPosition"), SuppressUnmanagedCodeSecurity] | 835 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetPosition"), SuppressUnmanagedCodeSecurity] |
836 | public static extern IntPtr GeomCopyOffsetPosition(IntPtr geom, ref dReal X); | 836 | public static extern IntPtr GeomCopyOffsetPosition(IntPtr geom, ref dReal X); |
837 | 837 | ||
838 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] | 838 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] |
839 | public static extern void GeomCopyOffsetQuaternion(IntPtr geom, ref Quaternion Q); | 839 | public static extern void GeomCopyOffsetQuaternion(IntPtr geom, ref Quaternion Q); |
840 | 840 | ||
841 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] | 841 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] |
842 | public static extern void GeomCopyOffsetQuaternion(IntPtr geom, ref dReal X); | 842 | public static extern void GeomCopyOffsetQuaternion(IntPtr geom, ref dReal X); |
843 | 843 | ||
844 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetRotation"), SuppressUnmanagedCodeSecurity] | 844 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetRotation"), SuppressUnmanagedCodeSecurity] |
845 | public static extern IntPtr GeomCopyOffsetRotation(IntPtr geom, ref Matrix3 R); | 845 | public static extern IntPtr GeomCopyOffsetRotation(IntPtr geom, ref Matrix3 R); |
846 | 846 | ||
847 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetRotation"), SuppressUnmanagedCodeSecurity] | 847 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyOffsetRotation"), SuppressUnmanagedCodeSecurity] |
848 | public static extern IntPtr GeomCopyOffsetRotation(IntPtr geom, ref dReal M00); | 848 | public static extern IntPtr GeomCopyOffsetRotation(IntPtr geom, ref dReal M00); |
849 | 849 | ||
850 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyPosition"), SuppressUnmanagedCodeSecurity] | 850 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyPosition"), SuppressUnmanagedCodeSecurity] |
851 | public static extern void GeomCopyPosition(IntPtr geom, out Vector3 pos); | 851 | public static extern void GeomCopyPosition(IntPtr geom, out Vector3 pos); |
852 | 852 | ||
853 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyPosition"), SuppressUnmanagedCodeSecurity] | 853 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyPosition"), SuppressUnmanagedCodeSecurity] |
854 | public static extern void GeomCopyPosition(IntPtr geom, out dReal X); | 854 | public static extern void GeomCopyPosition(IntPtr geom, out dReal X); |
855 | 855 | ||
856 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyRotation"), SuppressUnmanagedCodeSecurity] | 856 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyRotation"), SuppressUnmanagedCodeSecurity] |
857 | public static extern void GeomCopyRotation(IntPtr geom, out Matrix3 R); | 857 | public static extern void GeomCopyRotation(IntPtr geom, out Matrix3 R); |
858 | 858 | ||
859 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyRotation"), SuppressUnmanagedCodeSecurity] | 859 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCopyRotation"), SuppressUnmanagedCodeSecurity] |
860 | public static extern void GeomCopyRotation(IntPtr geom, out dReal M00); | 860 | public static extern void GeomCopyRotation(IntPtr geom, out dReal M00); |
861 | 861 | ||
862 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCylinderGetParams"), SuppressUnmanagedCodeSecurity] | 862 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCylinderGetParams"), SuppressUnmanagedCodeSecurity] |
863 | public static extern void GeomCylinderGetParams(IntPtr geom, out dReal radius, out dReal length); | 863 | public static extern void GeomCylinderGetParams(IntPtr geom, out dReal radius, out dReal length); |
864 | 864 | ||
865 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCylinderSetParams"), SuppressUnmanagedCodeSecurity] | 865 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomCylinderSetParams"), SuppressUnmanagedCodeSecurity] |
866 | public static extern void GeomCylinderSetParams(IntPtr geom, dReal radius, dReal length); | 866 | public static extern void GeomCylinderSetParams(IntPtr geom, dReal radius, dReal length); |
867 | 867 | ||
868 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomDestroy"), SuppressUnmanagedCodeSecurity] | 868 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomDestroy"), SuppressUnmanagedCodeSecurity] |
869 | public static extern void GeomiDestroy(IntPtr geom); | 869 | public static extern void GeomiDestroy(IntPtr geom); |
870 | public static void GeomDestroy(IntPtr geom) | 870 | public static void GeomDestroy(IntPtr geom) |
871 | { | 871 | { |
872 | NTotalGeoms--; | 872 | NTotalGeoms--; |
@@ -874,63 +874,63 @@ namespace OdeAPI | |||
874 | } | 874 | } |
875 | 875 | ||
876 | 876 | ||
877 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomDisable"), SuppressUnmanagedCodeSecurity] | 877 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomDisable"), SuppressUnmanagedCodeSecurity] |
878 | public static extern void GeomDisable(IntPtr geom); | 878 | public static extern void GeomDisable(IntPtr geom); |
879 | 879 | ||
880 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomEnable"), SuppressUnmanagedCodeSecurity] | 880 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomEnable"), SuppressUnmanagedCodeSecurity] |
881 | public static extern void GeomEnable(IntPtr geom); | 881 | public static extern void GeomEnable(IntPtr geom); |
882 | 882 | ||
883 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetAABB"), SuppressUnmanagedCodeSecurity] | 883 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetAABB"), SuppressUnmanagedCodeSecurity] |
884 | public static extern void GeomGetAABB(IntPtr geom, out AABB aabb); | 884 | public static extern void GeomGetAABB(IntPtr geom, out AABB aabb); |
885 | 885 | ||
886 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetAABB"), SuppressUnmanagedCodeSecurity] | 886 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetAABB"), SuppressUnmanagedCodeSecurity] |
887 | public static extern void GeomGetAABB(IntPtr geom, out dReal minX); | 887 | public static extern void GeomGetAABB(IntPtr geom, out dReal minX); |
888 | 888 | ||
889 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetBody"), SuppressUnmanagedCodeSecurity] | 889 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetBody"), SuppressUnmanagedCodeSecurity] |
890 | public static extern IntPtr GeomGetBody(IntPtr geom); | 890 | public static extern IntPtr GeomGetBody(IntPtr geom); |
891 | 891 | ||
892 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetCategoryBits"), SuppressUnmanagedCodeSecurity] | 892 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetCategoryBits"), SuppressUnmanagedCodeSecurity] |
893 | public static extern uint GeomGetCategoryBits(IntPtr geom); | 893 | public static extern uint GeomGetCategoryBits(IntPtr geom); |
894 | 894 | ||
895 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetClassData"), SuppressUnmanagedCodeSecurity] | 895 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetClassData"), SuppressUnmanagedCodeSecurity] |
896 | public static extern IntPtr GeomGetClassData(IntPtr geom); | 896 | public static extern IntPtr GeomGetClassData(IntPtr geom); |
897 | 897 | ||
898 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetCollideBits"), SuppressUnmanagedCodeSecurity] | 898 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetCollideBits"), SuppressUnmanagedCodeSecurity] |
899 | public static extern uint GeomGetCollideBits(IntPtr geom); | 899 | public static extern uint GeomGetCollideBits(IntPtr geom); |
900 | 900 | ||
901 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetClass"), SuppressUnmanagedCodeSecurity] | 901 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetClass"), SuppressUnmanagedCodeSecurity] |
902 | public static extern GeomClassID GeomGetClass(IntPtr geom); | 902 | public static extern GeomClassID GeomGetClass(IntPtr geom); |
903 | 903 | ||
904 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetData"), SuppressUnmanagedCodeSecurity] | 904 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetData"), SuppressUnmanagedCodeSecurity] |
905 | public static extern IntPtr GeomGetData(IntPtr geom); | 905 | public static extern IntPtr GeomGetData(IntPtr geom); |
906 | 906 | ||
907 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetPosition"), SuppressUnmanagedCodeSecurity] | 907 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetPosition"), SuppressUnmanagedCodeSecurity] |
908 | public extern unsafe static Vector3* GeomGetOffsetPositionUnsafe(IntPtr geom); | 908 | public extern unsafe static Vector3* GeomGetOffsetPositionUnsafe(IntPtr geom); |
909 | public static Vector3 GeomGetOffsetPosition(IntPtr geom) | 909 | public static Vector3 GeomGetOffsetPosition(IntPtr geom) |
910 | { | 910 | { |
911 | unsafe { return *(GeomGetOffsetPositionUnsafe(geom)); } | 911 | unsafe { return *(GeomGetOffsetPositionUnsafe(geom)); } |
912 | } | 912 | } |
913 | 913 | ||
914 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetRotation"), SuppressUnmanagedCodeSecurity] | 914 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetOffsetRotation"), SuppressUnmanagedCodeSecurity] |
915 | public extern unsafe static Matrix3* GeomGetOffsetRotationUnsafe(IntPtr geom); | 915 | public extern unsafe static Matrix3* GeomGetOffsetRotationUnsafe(IntPtr geom); |
916 | public static Matrix3 GeomGetOffsetRotation(IntPtr geom) | 916 | public static Matrix3 GeomGetOffsetRotation(IntPtr geom) |
917 | { | 917 | { |
918 | unsafe { return *(GeomGetOffsetRotationUnsafe(geom)); } | 918 | unsafe { return *(GeomGetOffsetRotationUnsafe(geom)); } |
919 | } | 919 | } |
920 | 920 | ||
921 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetPosition"), SuppressUnmanagedCodeSecurity] | 921 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetPosition"), SuppressUnmanagedCodeSecurity] |
922 | public extern unsafe static Vector3* GeomGetPositionUnsafe(IntPtr geom); | 922 | public extern unsafe static Vector3* GeomGetPositionUnsafe(IntPtr geom); |
923 | public static Vector3 GeomGetPosition(IntPtr geom) | 923 | public static Vector3 GeomGetPosition(IntPtr geom) |
924 | { | 924 | { |
925 | unsafe { return *(GeomGetPositionUnsafe(geom)); } | 925 | unsafe { return *(GeomGetPositionUnsafe(geom)); } |
926 | } | 926 | } |
927 | public static OMV.Vector3 GeomGetPositionOMV(IntPtr geom) | 927 | public static OMV.Vector3 GeomGetPositionOMV(IntPtr geom) |
928 | { | 928 | { |
929 | Vector3 vtmp = GeomGetPosition(geom); | 929 | Vector3 vtmp = GeomGetPosition(geom); |
930 | return new OMV.Vector3(vtmp.X, vtmp.Y, vtmp.Z); | 930 | return new OMV.Vector3(vtmp.X, vtmp.Y, vtmp.Z); |
931 | } | 931 | } |
932 | 932 | ||
933 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetQuaternion"), SuppressUnmanagedCodeSecurity] | 933 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetQuaternion"), SuppressUnmanagedCodeSecurity] |
934 | public static extern void GeomCopyQuaternion(IntPtr geom, out Quaternion q); | 934 | public static extern void GeomCopyQuaternion(IntPtr geom, out Quaternion q); |
935 | public static OMV.Quaternion GeomGetQuaternionOMV(IntPtr geom) | 935 | public static OMV.Quaternion GeomGetQuaternionOMV(IntPtr geom) |
936 | { | 936 | { |
@@ -939,85 +939,85 @@ namespace OdeAPI | |||
939 | return new OMV.Quaternion(qtmp.X, qtmp.Y, qtmp.Z, qtmp.W); | 939 | return new OMV.Quaternion(qtmp.X, qtmp.Y, qtmp.Z, qtmp.W); |
940 | } | 940 | } |
941 | 941 | ||
942 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetQuaternion"), SuppressUnmanagedCodeSecurity] | 942 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetQuaternion"), SuppressUnmanagedCodeSecurity] |
943 | public static extern void GeomCopyQuaternion(IntPtr geom, out dReal X); | 943 | public static extern void GeomCopyQuaternion(IntPtr geom, out dReal X); |
944 | 944 | ||
945 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetRotation"), SuppressUnmanagedCodeSecurity] | 945 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetRotation"), SuppressUnmanagedCodeSecurity] |
946 | public extern unsafe static Matrix3* GeomGetRotationUnsafe(IntPtr geom); | 946 | public extern unsafe static Matrix3* GeomGetRotationUnsafe(IntPtr geom); |
947 | public static Matrix3 GeomGetRotation(IntPtr geom) | 947 | public static Matrix3 GeomGetRotation(IntPtr geom) |
948 | { | 948 | { |
949 | unsafe { return *(GeomGetRotationUnsafe(geom)); } | 949 | unsafe { return *(GeomGetRotationUnsafe(geom)); } |
950 | } | 950 | } |
951 | 951 | ||
952 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetSpace"), SuppressUnmanagedCodeSecurity] | 952 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomGetSpace"), SuppressUnmanagedCodeSecurity] |
953 | public static extern IntPtr GeomGetSpace(IntPtr geom); | 953 | public static extern IntPtr GeomGetSpace(IntPtr geom); |
954 | 954 | ||
955 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildByte"), SuppressUnmanagedCodeSecurity] | 955 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildByte"), SuppressUnmanagedCodeSecurity] |
956 | public static extern void GeomHeightfieldDataBuildByte(IntPtr d, byte[] pHeightData, int bCopyHeightData, | 956 | public static extern void GeomHeightfieldDataBuildByte(IntPtr d, byte[] pHeightData, int bCopyHeightData, |
957 | dReal width, dReal depth, int widthSamples, int depthSamples, | 957 | dReal width, dReal depth, int widthSamples, int depthSamples, |
958 | dReal scale, dReal offset, dReal thickness, int bWrap); | 958 | dReal scale, dReal offset, dReal thickness, int bWrap); |
959 | 959 | ||
960 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildByte"), SuppressUnmanagedCodeSecurity] | 960 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildByte"), SuppressUnmanagedCodeSecurity] |
961 | public static extern void GeomHeightfieldDataBuildByte(IntPtr d, IntPtr pHeightData, int bCopyHeightData, | 961 | public static extern void GeomHeightfieldDataBuildByte(IntPtr d, IntPtr pHeightData, int bCopyHeightData, |
962 | dReal width, dReal depth, int widthSamples, int depthSamples, | 962 | dReal width, dReal depth, int widthSamples, int depthSamples, |
963 | dReal scale, dReal offset, dReal thickness, int bWrap); | 963 | dReal scale, dReal offset, dReal thickness, int bWrap); |
964 | 964 | ||
965 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildCallback"), SuppressUnmanagedCodeSecurity] | 965 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildCallback"), SuppressUnmanagedCodeSecurity] |
966 | public static extern void GeomHeightfieldDataBuildCallback(IntPtr d, IntPtr pUserData, HeightfieldGetHeight pCallback, | 966 | public static extern void GeomHeightfieldDataBuildCallback(IntPtr d, IntPtr pUserData, HeightfieldGetHeight pCallback, |
967 | dReal width, dReal depth, int widthSamples, int depthSamples, | 967 | dReal width, dReal depth, int widthSamples, int depthSamples, |
968 | dReal scale, dReal offset, dReal thickness, int bWrap); | 968 | dReal scale, dReal offset, dReal thickness, int bWrap); |
969 | 969 | ||
970 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] | 970 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] |
971 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, ushort[] pHeightData, int bCopyHeightData, | 971 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, ushort[] pHeightData, int bCopyHeightData, |
972 | dReal width, dReal depth, int widthSamples, int depthSamples, | 972 | dReal width, dReal depth, int widthSamples, int depthSamples, |
973 | dReal scale, dReal offset, dReal thickness, int bWrap); | 973 | dReal scale, dReal offset, dReal thickness, int bWrap); |
974 | 974 | ||
975 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] | 975 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] |
976 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, short[] pHeightData, int bCopyHeightData, | 976 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, short[] pHeightData, int bCopyHeightData, |
977 | dReal width, dReal depth, int widthSamples, int depthSamples, | 977 | dReal width, dReal depth, int widthSamples, int depthSamples, |
978 | dReal scale, dReal offset, dReal thickness, int bWrap); | 978 | dReal scale, dReal offset, dReal thickness, int bWrap); |
979 | 979 | ||
980 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] | 980 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildShort"), SuppressUnmanagedCodeSecurity] |
981 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, IntPtr pHeightData, int bCopyHeightData, | 981 | public static extern void GeomHeightfieldDataBuildShort(IntPtr d, IntPtr pHeightData, int bCopyHeightData, |
982 | dReal width, dReal depth, int widthSamples, int depthSamples, | 982 | dReal width, dReal depth, int widthSamples, int depthSamples, |
983 | dReal scale, dReal offset, dReal thickness, int bWrap); | 983 | dReal scale, dReal offset, dReal thickness, int bWrap); |
984 | 984 | ||
985 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildSingle"), SuppressUnmanagedCodeSecurity] | 985 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildSingle"), SuppressUnmanagedCodeSecurity] |
986 | public static extern void GeomHeightfieldDataBuildSingle(IntPtr d, float[] pHeightData, int bCopyHeightData, | 986 | public static extern void GeomHeightfieldDataBuildSingle(IntPtr d, float[] pHeightData, int bCopyHeightData, |
987 | dReal width, dReal depth, int widthSamples, int depthSamples, | 987 | dReal width, dReal depth, int widthSamples, int depthSamples, |
988 | dReal scale, dReal offset, dReal thickness, int bWrap); | 988 | dReal scale, dReal offset, dReal thickness, int bWrap); |
989 | 989 | ||
990 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildSingle"), SuppressUnmanagedCodeSecurity] | 990 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildSingle"), SuppressUnmanagedCodeSecurity] |
991 | public static extern void GeomHeightfieldDataBuildSingle(IntPtr d, IntPtr pHeightData, int bCopyHeightData, | 991 | public static extern void GeomHeightfieldDataBuildSingle(IntPtr d, IntPtr pHeightData, int bCopyHeightData, |
992 | dReal width, dReal depth, int widthSamples, int depthSamples, | 992 | dReal width, dReal depth, int widthSamples, int depthSamples, |
993 | dReal scale, dReal offset, dReal thickness, int bWrap); | 993 | dReal scale, dReal offset, dReal thickness, int bWrap); |
994 | 994 | ||
995 | 995 | ||
996 | 996 | ||
997 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildDouble"), SuppressUnmanagedCodeSecurity] | 997 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildDouble"), SuppressUnmanagedCodeSecurity] |
998 | public static extern void GeomHeightfieldDataBuildDouble(IntPtr d, double[] pHeightData, int bCopyHeightData, | 998 | public static extern void GeomHeightfieldDataBuildDouble(IntPtr d, double[] pHeightData, int bCopyHeightData, |
999 | dReal width, dReal depth, int widthSamples, int depthSamples, | 999 | dReal width, dReal depth, int widthSamples, int depthSamples, |
1000 | dReal scale, dReal offset, dReal thickness, int bWrap); | 1000 | dReal scale, dReal offset, dReal thickness, int bWrap); |
1001 | 1001 | ||
1002 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildDouble"), SuppressUnmanagedCodeSecurity] | 1002 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataBuildDouble"), SuppressUnmanagedCodeSecurity] |
1003 | public static extern void GeomHeightfieldDataBuildDouble(IntPtr d, IntPtr pHeightData, int bCopyHeightData, | 1003 | public static extern void GeomHeightfieldDataBuildDouble(IntPtr d, IntPtr pHeightData, int bCopyHeightData, |
1004 | dReal width, dReal depth, int widthSamples, int depthSamples, | 1004 | dReal width, dReal depth, int widthSamples, int depthSamples, |
1005 | dReal scale, dReal offset, dReal thickness, int bWrap); | 1005 | dReal scale, dReal offset, dReal thickness, int bWrap); |
1006 | 1006 | ||
1007 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataCreate"), SuppressUnmanagedCodeSecurity] | 1007 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataCreate"), SuppressUnmanagedCodeSecurity] |
1008 | public static extern IntPtr GeomHeightfieldDataCreate(); | 1008 | public static extern IntPtr GeomHeightfieldDataCreate(); |
1009 | 1009 | ||
1010 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataDestroy"), SuppressUnmanagedCodeSecurity] | 1010 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataDestroy"), SuppressUnmanagedCodeSecurity] |
1011 | public static extern void GeomHeightfieldDataDestroy(IntPtr d); | 1011 | public static extern void GeomHeightfieldDataDestroy(IntPtr d); |
1012 | 1012 | ||
1013 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataSetBounds"), SuppressUnmanagedCodeSecurity] | 1013 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldDataSetBounds"), SuppressUnmanagedCodeSecurity] |
1014 | public static extern void GeomHeightfieldDataSetBounds(IntPtr d, dReal minHeight, dReal maxHeight); | 1014 | public static extern void GeomHeightfieldDataSetBounds(IntPtr d, dReal minHeight, dReal maxHeight); |
1015 | 1015 | ||
1016 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldGetHeightfieldData"), SuppressUnmanagedCodeSecurity] | 1016 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldGetHeightfieldData"), SuppressUnmanagedCodeSecurity] |
1017 | public static extern IntPtr GeomHeightfieldGetHeightfieldData(IntPtr g); | 1017 | public static extern IntPtr GeomHeightfieldGetHeightfieldData(IntPtr g); |
1018 | 1018 | ||
1019 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldSetHeightfieldData"), SuppressUnmanagedCodeSecurity] | 1019 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomHeightfieldSetHeightfieldData"), SuppressUnmanagedCodeSecurity] |
1020 | public static extern void GeomHeightfieldSetHeightfieldData(IntPtr g, IntPtr d); | 1020 | public static extern void GeomHeightfieldSetHeightfieldData(IntPtr g, IntPtr d); |
1021 | 1021 | ||
1022 | 1022 | ||
1023 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomUbitTerrainDataBuild"), SuppressUnmanagedCodeSecurity] | 1023 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomUbitTerrainDataBuild"), SuppressUnmanagedCodeSecurity] |
@@ -1046,279 +1046,279 @@ namespace OdeAPI | |||
1046 | public static extern void GeomOSTerrainSetHeightfieldData(IntPtr g, IntPtr d); | 1046 | public static extern void GeomOSTerrainSetHeightfieldData(IntPtr g, IntPtr d); |
1047 | 1047 | ||
1048 | 1048 | ||
1049 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsEnabled"), SuppressUnmanagedCodeSecurity] | 1049 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsEnabled"), SuppressUnmanagedCodeSecurity] |
1050 | public static extern bool GeomIsEnabled(IntPtr geom); | 1050 | public static extern bool GeomIsEnabled(IntPtr geom); |
1051 | 1051 | ||
1052 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsOffset"), SuppressUnmanagedCodeSecurity] | 1052 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsOffset"), SuppressUnmanagedCodeSecurity] |
1053 | public static extern bool GeomIsOffset(IntPtr geom); | 1053 | public static extern bool GeomIsOffset(IntPtr geom); |
1054 | 1054 | ||
1055 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsSpace"), SuppressUnmanagedCodeSecurity] | 1055 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomIsSpace"), SuppressUnmanagedCodeSecurity] |
1056 | public static extern bool GeomIsSpace(IntPtr geom); | 1056 | public static extern bool GeomIsSpace(IntPtr geom); |
1057 | 1057 | ||
1058 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneGetParams"), SuppressUnmanagedCodeSecurity] | 1058 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneGetParams"), SuppressUnmanagedCodeSecurity] |
1059 | public static extern void GeomPlaneGetParams(IntPtr geom, ref Vector4 result); | 1059 | public static extern void GeomPlaneGetParams(IntPtr geom, ref Vector4 result); |
1060 | 1060 | ||
1061 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneGetParams"), SuppressUnmanagedCodeSecurity] | 1061 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneGetParams"), SuppressUnmanagedCodeSecurity] |
1062 | public static extern void GeomPlaneGetParams(IntPtr geom, ref dReal A); | 1062 | public static extern void GeomPlaneGetParams(IntPtr geom, ref dReal A); |
1063 | 1063 | ||
1064 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlanePointDepth"), SuppressUnmanagedCodeSecurity] | 1064 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlanePointDepth"), SuppressUnmanagedCodeSecurity] |
1065 | public static extern dReal GeomPlanePointDepth(IntPtr geom, dReal x, dReal y, dReal z); | 1065 | public static extern dReal GeomPlanePointDepth(IntPtr geom, dReal x, dReal y, dReal z); |
1066 | 1066 | ||
1067 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneSetParams"), SuppressUnmanagedCodeSecurity] | 1067 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomPlaneSetParams"), SuppressUnmanagedCodeSecurity] |
1068 | public static extern void GeomPlaneSetParams(IntPtr plane, dReal a, dReal b, dReal c, dReal d); | 1068 | public static extern void GeomPlaneSetParams(IntPtr plane, dReal a, dReal b, dReal c, dReal d); |
1069 | 1069 | ||
1070 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGet"), SuppressUnmanagedCodeSecurity] | 1070 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGet"), SuppressUnmanagedCodeSecurity] |
1071 | public static extern void GeomRayGet(IntPtr ray, ref Vector3 start, ref Vector3 dir); | 1071 | public static extern void GeomRayGet(IntPtr ray, ref Vector3 start, ref Vector3 dir); |
1072 | 1072 | ||
1073 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGet"), SuppressUnmanagedCodeSecurity] | 1073 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGet"), SuppressUnmanagedCodeSecurity] |
1074 | public static extern void GeomRayGet(IntPtr ray, ref dReal startX, ref dReal dirX); | 1074 | public static extern void GeomRayGet(IntPtr ray, ref dReal startX, ref dReal dirX); |
1075 | 1075 | ||
1076 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetClosestHit"), SuppressUnmanagedCodeSecurity] | 1076 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetClosestHit"), SuppressUnmanagedCodeSecurity] |
1077 | public static extern int GeomRayGetClosestHit(IntPtr ray); | 1077 | public static extern int GeomRayGetClosestHit(IntPtr ray); |
1078 | 1078 | ||
1079 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetLength"), SuppressUnmanagedCodeSecurity] | 1079 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetLength"), SuppressUnmanagedCodeSecurity] |
1080 | public static extern dReal GeomRayGetLength(IntPtr ray); | 1080 | public static extern dReal GeomRayGetLength(IntPtr ray); |
1081 | 1081 | ||
1082 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetParams"), SuppressUnmanagedCodeSecurity] | 1082 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRayGetParams"), SuppressUnmanagedCodeSecurity] |
1083 | public static extern dReal GeomRayGetParams(IntPtr g, out int firstContact, out int backfaceCull); | 1083 | public static extern dReal GeomRayGetParams(IntPtr g, out int firstContact, out int backfaceCull); |
1084 | 1084 | ||
1085 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySet"), SuppressUnmanagedCodeSecurity] | 1085 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySet"), SuppressUnmanagedCodeSecurity] |
1086 | public static extern void GeomRaySet(IntPtr ray, dReal px, dReal py, dReal pz, dReal dx, dReal dy, dReal dz); | 1086 | public static extern void GeomRaySet(IntPtr ray, dReal px, dReal py, dReal pz, dReal dx, dReal dy, dReal dz); |
1087 | 1087 | ||
1088 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetClosestHit"), SuppressUnmanagedCodeSecurity] | 1088 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetClosestHit"), SuppressUnmanagedCodeSecurity] |
1089 | public static extern void GeomRaySetClosestHit(IntPtr ray, int closestHit); | 1089 | public static extern void GeomRaySetClosestHit(IntPtr ray, int closestHit); |
1090 | 1090 | ||
1091 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetLength"), SuppressUnmanagedCodeSecurity] | 1091 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetLength"), SuppressUnmanagedCodeSecurity] |
1092 | public static extern void GeomRaySetLength(IntPtr ray, dReal length); | 1092 | public static extern void GeomRaySetLength(IntPtr ray, dReal length); |
1093 | 1093 | ||
1094 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetParams"), SuppressUnmanagedCodeSecurity] | 1094 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomRaySetParams"), SuppressUnmanagedCodeSecurity] |
1095 | public static extern void GeomRaySetParams(IntPtr ray, int firstContact, int backfaceCull); | 1095 | public static extern void GeomRaySetParams(IntPtr ray, int firstContact, int backfaceCull); |
1096 | 1096 | ||
1097 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetBody"), SuppressUnmanagedCodeSecurity] | 1097 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetBody"), SuppressUnmanagedCodeSecurity] |
1098 | public static extern void GeomSetBody(IntPtr geom, IntPtr body); | 1098 | public static extern void GeomSetBody(IntPtr geom, IntPtr body); |
1099 | 1099 | ||
1100 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetCategoryBits"), SuppressUnmanagedCodeSecurity] | 1100 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetCategoryBits"), SuppressUnmanagedCodeSecurity] |
1101 | public static extern void GeomSetCategoryBits(IntPtr geom, uint bits); | 1101 | public static extern void GeomSetCategoryBits(IntPtr geom, uint bits); |
1102 | 1102 | ||
1103 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetCollideBits"), SuppressUnmanagedCodeSecurity] | 1103 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetCollideBits"), SuppressUnmanagedCodeSecurity] |
1104 | public static extern void GeomSetCollideBits(IntPtr geom, uint bits); | 1104 | public static extern void GeomSetCollideBits(IntPtr geom, uint bits); |
1105 | 1105 | ||
1106 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetConvex"), SuppressUnmanagedCodeSecurity] | 1106 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetConvex"), SuppressUnmanagedCodeSecurity] |
1107 | public static extern IntPtr GeomSetConvex(IntPtr geom, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons); | 1107 | public static extern IntPtr GeomSetConvex(IntPtr geom, dReal[] planes, int planeCount, dReal[] points, int pointCount, int[] polygons); |
1108 | 1108 | ||
1109 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetData"), SuppressUnmanagedCodeSecurity] | 1109 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetData"), SuppressUnmanagedCodeSecurity] |
1110 | public static extern void GeomSetData(IntPtr geom, IntPtr data); | 1110 | public static extern void GeomSetData(IntPtr geom, IntPtr data); |
1111 | 1111 | ||
1112 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetPosition"), SuppressUnmanagedCodeSecurity] | 1112 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetPosition"), SuppressUnmanagedCodeSecurity] |
1113 | public static extern void GeomSetOffsetPosition(IntPtr geom, dReal x, dReal y, dReal z); | 1113 | public static extern void GeomSetOffsetPosition(IntPtr geom, dReal x, dReal y, dReal z); |
1114 | |||
1115 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] | ||
1116 | public static extern void GeomSetOffsetQuaternion(IntPtr geom, ref Quaternion Q); | ||
1117 | |||
1118 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] | ||
1119 | public static extern void GeomSetOffsetQuaternion(IntPtr geom, ref dReal X); | ||
1120 | |||
1121 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetRotation"), SuppressUnmanagedCodeSecurity] | ||
1122 | public static extern void GeomSetOffsetRotation(IntPtr geom, ref Matrix3 R); | ||
1123 | |||
1124 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetRotation"), SuppressUnmanagedCodeSecurity] | ||
1125 | public static extern void GeomSetOffsetRotation(IntPtr geom, ref dReal M00); | ||
1126 | 1114 | ||
1127 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldPosition"), SuppressUnmanagedCodeSecurity] | 1115 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] |
1128 | public static extern void GeomSetOffsetWorldPosition(IntPtr geom, dReal x, dReal y, dReal z); | 1116 | public static extern void GeomSetOffsetQuaternion(IntPtr geom, ref Quaternion Q); |
1129 | 1117 | ||
1130 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldQuaternion"), SuppressUnmanagedCodeSecurity] | 1118 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetQuaternion"), SuppressUnmanagedCodeSecurity] |
1131 | public static extern void GeomSetOffsetWorldQuaternion(IntPtr geom, ref Quaternion Q); | 1119 | public static extern void GeomSetOffsetQuaternion(IntPtr geom, ref dReal X); |
1132 | 1120 | ||
1133 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldQuaternion"), SuppressUnmanagedCodeSecurity] | 1121 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetRotation"), SuppressUnmanagedCodeSecurity] |
1134 | public static extern void GeomSetOffsetWorldQuaternion(IntPtr geom, ref dReal X); | 1122 | public static extern void GeomSetOffsetRotation(IntPtr geom, ref Matrix3 R); |
1135 | 1123 | ||
1136 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldRotation"), SuppressUnmanagedCodeSecurity] | 1124 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetRotation"), SuppressUnmanagedCodeSecurity] |
1137 | public static extern void GeomSetOffsetWorldRotation(IntPtr geom, ref Matrix3 R); | 1125 | public static extern void GeomSetOffsetRotation(IntPtr geom, ref dReal M00); |
1138 | 1126 | ||
1139 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldRotation"), SuppressUnmanagedCodeSecurity] | 1127 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldPosition"), SuppressUnmanagedCodeSecurity] |
1140 | public static extern void GeomSetOffsetWorldRotation(IntPtr geom, ref dReal M00); | 1128 | public static extern void GeomSetOffsetWorldPosition(IntPtr geom, dReal x, dReal y, dReal z); |
1141 | 1129 | ||
1142 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetPosition"), SuppressUnmanagedCodeSecurity] | 1130 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldQuaternion"), SuppressUnmanagedCodeSecurity] |
1143 | public static extern void GeomSetPosition(IntPtr geom, dReal x, dReal y, dReal z); | 1131 | public static extern void GeomSetOffsetWorldQuaternion(IntPtr geom, ref Quaternion Q); |
1144 | 1132 | ||
1145 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetQuaternion"), SuppressUnmanagedCodeSecurity] | 1133 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldQuaternion"), SuppressUnmanagedCodeSecurity] |
1146 | public static extern void GeomSetQuaternion(IntPtr geom, ref Quaternion quat); | 1134 | public static extern void GeomSetOffsetWorldQuaternion(IntPtr geom, ref dReal X); |
1147 | 1135 | ||
1148 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetQuaternion"), SuppressUnmanagedCodeSecurity] | 1136 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldRotation"), SuppressUnmanagedCodeSecurity] |
1149 | public static extern void GeomSetQuaternion(IntPtr geom, ref dReal w); | 1137 | public static extern void GeomSetOffsetWorldRotation(IntPtr geom, ref Matrix3 R); |
1150 | 1138 | ||
1151 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetRotation"), SuppressUnmanagedCodeSecurity] | 1139 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetOffsetWorldRotation"), SuppressUnmanagedCodeSecurity] |
1152 | public static extern void GeomSetRotation(IntPtr geom, ref Matrix3 R); | 1140 | public static extern void GeomSetOffsetWorldRotation(IntPtr geom, ref dReal M00); |
1153 | 1141 | ||
1154 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetRotation"), SuppressUnmanagedCodeSecurity] | 1142 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetPosition"), SuppressUnmanagedCodeSecurity] |
1155 | public static extern void GeomSetRotation(IntPtr geom, ref dReal M00); | 1143 | public static extern void GeomSetPosition(IntPtr geom, dReal x, dReal y, dReal z); |
1156 | 1144 | ||
1157 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSphereGetRadius"), SuppressUnmanagedCodeSecurity] | 1145 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetQuaternion"), SuppressUnmanagedCodeSecurity] |
1158 | public static extern dReal GeomSphereGetRadius(IntPtr geom); | 1146 | public static extern void GeomSetQuaternion(IntPtr geom, ref Quaternion quat); |
1159 | 1147 | ||
1160 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSpherePointDepth"), SuppressUnmanagedCodeSecurity] | 1148 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetQuaternion"), SuppressUnmanagedCodeSecurity] |
1161 | public static extern dReal GeomSpherePointDepth(IntPtr geom, dReal x, dReal y, dReal z); | 1149 | public static extern void GeomSetQuaternion(IntPtr geom, ref dReal w); |
1162 | 1150 | ||
1163 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSphereSetRadius"), SuppressUnmanagedCodeSecurity] | 1151 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetRotation"), SuppressUnmanagedCodeSecurity] |
1164 | public static extern void GeomSphereSetRadius(IntPtr geom, dReal radius); | 1152 | public static extern void GeomSetRotation(IntPtr geom, ref Matrix3 R); |
1165 | 1153 | ||
1166 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetCleanup"), SuppressUnmanagedCodeSecurity] | 1154 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSetRotation"), SuppressUnmanagedCodeSecurity] |
1167 | public static extern int GeomTransformGetCleanup(IntPtr geom); | 1155 | public static extern void GeomSetRotation(IntPtr geom, ref dReal M00); |
1168 | 1156 | ||
1169 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetGeom"), SuppressUnmanagedCodeSecurity] | 1157 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSphereGetRadius"), SuppressUnmanagedCodeSecurity] |
1170 | public static extern IntPtr GeomTransformGetGeom(IntPtr geom); | 1158 | public static extern dReal GeomSphereGetRadius(IntPtr geom); |
1171 | 1159 | ||
1172 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetInfo"), SuppressUnmanagedCodeSecurity] | 1160 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSpherePointDepth"), SuppressUnmanagedCodeSecurity] |
1173 | public static extern int GeomTransformGetInfo(IntPtr geom); | 1161 | public static extern dReal GeomSpherePointDepth(IntPtr geom, dReal x, dReal y, dReal z); |
1174 | 1162 | ||
1175 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetCleanup"), SuppressUnmanagedCodeSecurity] | 1163 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomSphereSetRadius"), SuppressUnmanagedCodeSecurity] |
1176 | public static extern void GeomTransformSetCleanup(IntPtr geom, int mode); | 1164 | public static extern void GeomSphereSetRadius(IntPtr geom, dReal radius); |
1177 | 1165 | ||
1178 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetGeom"), SuppressUnmanagedCodeSecurity] | 1166 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetCleanup"), SuppressUnmanagedCodeSecurity] |
1179 | public static extern void GeomTransformSetGeom(IntPtr geom, IntPtr obj); | 1167 | public static extern int GeomTransformGetCleanup(IntPtr geom); |
1180 | 1168 | ||
1181 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetInfo"), SuppressUnmanagedCodeSecurity] | 1169 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetGeom"), SuppressUnmanagedCodeSecurity] |
1182 | public static extern void GeomTransformSetInfo(IntPtr geom, int info); | 1170 | public static extern IntPtr GeomTransformGetGeom(IntPtr geom); |
1183 | 1171 | ||
1184 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble"), SuppressUnmanagedCodeSecurity] | 1172 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformGetInfo"), SuppressUnmanagedCodeSecurity] |
1185 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, | 1173 | public static extern int GeomTransformGetInfo(IntPtr geom); |
1186 | double[] vertices, int vertexStride, int vertexCount, | ||
1187 | int[] indices, int indexCount, int triStride); | ||
1188 | 1174 | ||
1189 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble"), SuppressUnmanagedCodeSecurity] | 1175 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetCleanup"), SuppressUnmanagedCodeSecurity] |
1190 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, | 1176 | public static extern void GeomTransformSetCleanup(IntPtr geom, int mode); |
1191 | IntPtr vertices, int vertexStride, int vertexCount, | ||
1192 | IntPtr indices, int indexCount, int triStride); | ||
1193 | 1177 | ||
1194 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble1"), SuppressUnmanagedCodeSecurity] | 1178 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetGeom"), SuppressUnmanagedCodeSecurity] |
1195 | public static extern void GeomTriMeshDataBuildDouble1(IntPtr d, | 1179 | public static extern void GeomTransformSetGeom(IntPtr geom, IntPtr obj); |
1196 | double[] vertices, int vertexStride, int vertexCount, | ||
1197 | int[] indices, int indexCount, int triStride, | ||
1198 | double[] normals); | ||
1199 | 1180 | ||
1200 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble1"), SuppressUnmanagedCodeSecurity] | 1181 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTransformSetInfo"), SuppressUnmanagedCodeSecurity] |
1201 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, | 1182 | public static extern void GeomTransformSetInfo(IntPtr geom, int info); |
1202 | IntPtr vertices, int vertexStride, int vertexCount, | ||
1203 | IntPtr indices, int indexCount, int triStride, | ||
1204 | IntPtr normals); | ||
1205 | 1183 | ||
1206 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple"), SuppressUnmanagedCodeSecurity] | 1184 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble"), SuppressUnmanagedCodeSecurity] |
1207 | public static extern void GeomTriMeshDataBuildSingle(IntPtr d, | 1185 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, |
1208 | dReal[] vertices, int vertexStride, int vertexCount, | 1186 | double[] vertices, int vertexStride, int vertexCount, |
1209 | int[] indices, int indexCount, int triStride); | 1187 | int[] indices, int indexCount, int triStride); |
1210 | 1188 | ||
1211 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple"), SuppressUnmanagedCodeSecurity] | 1189 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble"), SuppressUnmanagedCodeSecurity] |
1212 | public static extern void GeomTriMeshDataBuildSingle(IntPtr d, | 1190 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, |
1213 | IntPtr vertices, int vertexStride, int vertexCount, | 1191 | IntPtr vertices, int vertexStride, int vertexCount, |
1214 | IntPtr indices, int indexCount, int triStride); | 1192 | IntPtr indices, int indexCount, int triStride); |
1215 | 1193 | ||
1216 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple1"), SuppressUnmanagedCodeSecurity] | 1194 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble1"), SuppressUnmanagedCodeSecurity] |
1217 | public static extern void GeomTriMeshDataBuildSingle1(IntPtr d, | 1195 | public static extern void GeomTriMeshDataBuildDouble1(IntPtr d, |
1218 | dReal[] vertices, int vertexStride, int vertexCount, | 1196 | double[] vertices, int vertexStride, int vertexCount, |
1219 | int[] indices, int indexCount, int triStride, | 1197 | int[] indices, int indexCount, int triStride, |
1220 | dReal[] normals); | 1198 | double[] normals); |
1221 | 1199 | ||
1222 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple1"), SuppressUnmanagedCodeSecurity] | 1200 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildDouble1"), SuppressUnmanagedCodeSecurity] |
1223 | public static extern void GeomTriMeshDataBuildSingle1(IntPtr d, | 1201 | public static extern void GeomTriMeshDataBuildDouble(IntPtr d, |
1224 | IntPtr vertices, int vertexStride, int vertexCount, | 1202 | IntPtr vertices, int vertexStride, int vertexCount, |
1225 | IntPtr indices, int indexCount, int triStride, | 1203 | IntPtr indices, int indexCount, int triStride, |
1226 | IntPtr normals); | 1204 | IntPtr normals); |
1227 | 1205 | ||
1228 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle"), SuppressUnmanagedCodeSecurity] | 1206 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple"), SuppressUnmanagedCodeSecurity] |
1229 | public static extern void GeomTriMeshDataBuildSimple(IntPtr d, | 1207 | public static extern void GeomTriMeshDataBuildSingle(IntPtr d, |
1230 | float[] vertices, int vertexStride, int vertexCount, | 1208 | dReal[] vertices, int vertexStride, int vertexCount, |
1231 | int[] indices, int indexCount, int triStride); | 1209 | int[] indices, int indexCount, int triStride); |
1232 | 1210 | ||
1233 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle"), SuppressUnmanagedCodeSecurity] | 1211 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple"), SuppressUnmanagedCodeSecurity] |
1234 | public static extern void GeomTriMeshDataBuildSimple(IntPtr d, | 1212 | public static extern void GeomTriMeshDataBuildSingle(IntPtr d, |
1235 | IntPtr vertices, int vertexStride, int vertexCount, | 1213 | IntPtr vertices, int vertexStride, int vertexCount, |
1236 | IntPtr indices, int indexCount, int triStride); | 1214 | IntPtr indices, int indexCount, int triStride); |
1237 | 1215 | ||
1238 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle1"), SuppressUnmanagedCodeSecurity] | 1216 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple1"), SuppressUnmanagedCodeSecurity] |
1239 | public static extern void GeomTriMeshDataBuildSimple1(IntPtr d, | 1217 | public static extern void GeomTriMeshDataBuildSingle1(IntPtr d, |
1240 | float[] vertices, int vertexStride, int vertexCount, | 1218 | dReal[] vertices, int vertexStride, int vertexCount, |
1241 | int[] indices, int indexCount, int triStride, | 1219 | int[] indices, int indexCount, int triStride, |
1242 | float[] normals); | 1220 | dReal[] normals); |
1243 | 1221 | ||
1244 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle1"), SuppressUnmanagedCodeSecurity] | 1222 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSimple1"), SuppressUnmanagedCodeSecurity] |
1245 | public static extern void GeomTriMeshDataBuildSimple1(IntPtr d, | 1223 | public static extern void GeomTriMeshDataBuildSingle1(IntPtr d, |
1246 | IntPtr vertices, int vertexStride, int vertexCount, | 1224 | IntPtr vertices, int vertexStride, int vertexCount, |
1247 | IntPtr indices, int indexCount, int triStride, | 1225 | IntPtr indices, int indexCount, int triStride, |
1248 | IntPtr normals); | 1226 | IntPtr normals); |
1249 | 1227 | ||
1250 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshClearTCCache"), SuppressUnmanagedCodeSecurity] | 1228 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle"), SuppressUnmanagedCodeSecurity] |
1251 | public static extern void GeomTriMeshClearTCCache(IntPtr g); | 1229 | public static extern void GeomTriMeshDataBuildSimple(IntPtr d, |
1230 | float[] vertices, int vertexStride, int vertexCount, | ||
1231 | int[] indices, int indexCount, int triStride); | ||
1252 | 1232 | ||
1253 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataCreate"), SuppressUnmanagedCodeSecurity] | 1233 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle"), SuppressUnmanagedCodeSecurity] |
1254 | public static extern IntPtr GeomTriMeshDataCreate(); | 1234 | public static extern void GeomTriMeshDataBuildSimple(IntPtr d, |
1235 | IntPtr vertices, int vertexStride, int vertexCount, | ||
1236 | IntPtr indices, int indexCount, int triStride); | ||
1255 | 1237 | ||
1256 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataDestroy"), SuppressUnmanagedCodeSecurity] | 1238 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle1"), SuppressUnmanagedCodeSecurity] |
1257 | public static extern void GeomTriMeshDataDestroy(IntPtr d); | 1239 | public static extern void GeomTriMeshDataBuildSimple1(IntPtr d, |
1240 | float[] vertices, int vertexStride, int vertexCount, | ||
1241 | int[] indices, int indexCount, int triStride, | ||
1242 | float[] normals); | ||
1258 | 1243 | ||
1259 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataGet"), SuppressUnmanagedCodeSecurity] | 1244 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataBuildSingle1"), SuppressUnmanagedCodeSecurity] |
1260 | public static extern IntPtr GeomTriMeshDataGet(IntPtr d, int data_id); | 1245 | public static extern void GeomTriMeshDataBuildSimple1(IntPtr d, |
1246 | IntPtr vertices, int vertexStride, int vertexCount, | ||
1247 | IntPtr indices, int indexCount, int triStride, | ||
1248 | IntPtr normals); | ||
1261 | 1249 | ||
1262 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataPreprocess"), SuppressUnmanagedCodeSecurity] | 1250 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshClearTCCache"), SuppressUnmanagedCodeSecurity] |
1263 | public static extern void GeomTriMeshDataPreprocess(IntPtr d); | 1251 | public static extern void GeomTriMeshClearTCCache(IntPtr g); |
1264 | 1252 | ||
1265 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataSet"), SuppressUnmanagedCodeSecurity] | 1253 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataCreate"), SuppressUnmanagedCodeSecurity] |
1266 | public static extern void GeomTriMeshDataSet(IntPtr d, int data_id, IntPtr in_data); | 1254 | public static extern IntPtr GeomTriMeshDataCreate(); |
1267 | 1255 | ||
1268 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataUpdate"), SuppressUnmanagedCodeSecurity] | 1256 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataDestroy"), SuppressUnmanagedCodeSecurity] |
1269 | public static extern void GeomTriMeshDataUpdate(IntPtr d); | 1257 | public static extern void GeomTriMeshDataDestroy(IntPtr d); |
1270 | 1258 | ||
1271 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshEnableTC"), SuppressUnmanagedCodeSecurity] | 1259 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataGet"), SuppressUnmanagedCodeSecurity] |
1272 | public static extern void GeomTriMeshEnableTC(IntPtr g, int geomClass, bool enable); | 1260 | public static extern IntPtr GeomTriMeshDataGet(IntPtr d, int data_id); |
1273 | 1261 | ||
1274 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetArrayCallback"), SuppressUnmanagedCodeSecurity] | 1262 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataPreprocess"), SuppressUnmanagedCodeSecurity] |
1275 | public static extern TriArrayCallback GeomTriMeshGetArrayCallback(IntPtr g); | 1263 | public static extern void GeomTriMeshDataPreprocess(IntPtr d); |
1276 | 1264 | ||
1277 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetCallback"), SuppressUnmanagedCodeSecurity] | 1265 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataSet"), SuppressUnmanagedCodeSecurity] |
1278 | public static extern TriCallback GeomTriMeshGetCallback(IntPtr g); | 1266 | public static extern void GeomTriMeshDataSet(IntPtr d, int data_id, IntPtr in_data); |
1279 | 1267 | ||
1280 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetData"), SuppressUnmanagedCodeSecurity] | 1268 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshDataUpdate"), SuppressUnmanagedCodeSecurity] |
1281 | public static extern IntPtr GeomTriMeshGetData(IntPtr g); | 1269 | public static extern void GeomTriMeshDataUpdate(IntPtr d); |
1282 | 1270 | ||
1283 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetLastTransform"), SuppressUnmanagedCodeSecurity] | 1271 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshEnableTC"), SuppressUnmanagedCodeSecurity] |
1284 | public extern unsafe static Matrix4* GeomTriMeshGetLastTransformUnsafe(IntPtr geom); | 1272 | public static extern void GeomTriMeshEnableTC(IntPtr g, int geomClass, bool enable); |
1285 | public static Matrix4 GeomTriMeshGetLastTransform(IntPtr geom) | 1273 | |
1286 | { | 1274 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetArrayCallback"), SuppressUnmanagedCodeSecurity] |
1287 | unsafe { return *(GeomTriMeshGetLastTransformUnsafe(geom)); } | 1275 | public static extern TriArrayCallback GeomTriMeshGetArrayCallback(IntPtr g); |
1288 | } | 1276 | |
1277 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetCallback"), SuppressUnmanagedCodeSecurity] | ||
1278 | public static extern TriCallback GeomTriMeshGetCallback(IntPtr g); | ||
1279 | |||
1280 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetData"), SuppressUnmanagedCodeSecurity] | ||
1281 | public static extern IntPtr GeomTriMeshGetData(IntPtr g); | ||
1282 | |||
1283 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetLastTransform"), SuppressUnmanagedCodeSecurity] | ||
1284 | public extern unsafe static Matrix4* GeomTriMeshGetLastTransformUnsafe(IntPtr geom); | ||
1285 | public static Matrix4 GeomTriMeshGetLastTransform(IntPtr geom) | ||
1286 | { | ||
1287 | unsafe { return *(GeomTriMeshGetLastTransformUnsafe(geom)); } | ||
1288 | } | ||
1289 | 1289 | ||
1290 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetPoint"), SuppressUnmanagedCodeSecurity] | 1290 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetPoint"), SuppressUnmanagedCodeSecurity] |
1291 | public extern static void GeomTriMeshGetPoint(IntPtr g, int index, dReal u, dReal v, ref Vector3 outVec); | 1291 | public extern static void GeomTriMeshGetPoint(IntPtr g, int index, dReal u, dReal v, ref Vector3 outVec); |
1292 | 1292 | ||
1293 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetRayCallback"), SuppressUnmanagedCodeSecurity] | 1293 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetRayCallback"), SuppressUnmanagedCodeSecurity] |
1294 | public static extern TriRayCallback GeomTriMeshGetRayCallback(IntPtr g); | 1294 | public static extern TriRayCallback GeomTriMeshGetRayCallback(IntPtr g); |
1295 | 1295 | ||
1296 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriangle"), SuppressUnmanagedCodeSecurity] | 1296 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriangle"), SuppressUnmanagedCodeSecurity] |
1297 | public extern static void GeomTriMeshGetTriangle(IntPtr g, int index, ref Vector3 v0, ref Vector3 v1, ref Vector3 v2); | 1297 | public extern static void GeomTriMeshGetTriangle(IntPtr g, int index, ref Vector3 v0, ref Vector3 v1, ref Vector3 v2); |
1298 | 1298 | ||
1299 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriangleCount"), SuppressUnmanagedCodeSecurity] | 1299 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriangleCount"), SuppressUnmanagedCodeSecurity] |
1300 | public extern static int GeomTriMeshGetTriangleCount(IntPtr g); | 1300 | public extern static int GeomTriMeshGetTriangleCount(IntPtr g); |
1301 | 1301 | ||
1302 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriMeshDataID"), SuppressUnmanagedCodeSecurity] | 1302 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshGetTriMeshDataID"), SuppressUnmanagedCodeSecurity] |
1303 | public static extern IntPtr GeomTriMeshGetTriMeshDataID(IntPtr g); | 1303 | public static extern IntPtr GeomTriMeshGetTriMeshDataID(IntPtr g); |
1304 | 1304 | ||
1305 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshIsTCEnabled"), SuppressUnmanagedCodeSecurity] | 1305 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshIsTCEnabled"), SuppressUnmanagedCodeSecurity] |
1306 | public static extern bool GeomTriMeshIsTCEnabled(IntPtr g, int geomClass); | 1306 | public static extern bool GeomTriMeshIsTCEnabled(IntPtr g, int geomClass); |
1307 | 1307 | ||
1308 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetArrayCallback"), SuppressUnmanagedCodeSecurity] | 1308 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetArrayCallback"), SuppressUnmanagedCodeSecurity] |
1309 | public static extern void GeomTriMeshSetArrayCallback(IntPtr g, TriArrayCallback arrayCallback); | 1309 | public static extern void GeomTriMeshSetArrayCallback(IntPtr g, TriArrayCallback arrayCallback); |
1310 | 1310 | ||
1311 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetCallback"), SuppressUnmanagedCodeSecurity] | 1311 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetCallback"), SuppressUnmanagedCodeSecurity] |
1312 | public static extern void GeomTriMeshSetCallback(IntPtr g, TriCallback callback); | 1312 | public static extern void GeomTriMeshSetCallback(IntPtr g, TriCallback callback); |
1313 | 1313 | ||
1314 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetData"), SuppressUnmanagedCodeSecurity] | 1314 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetData"), SuppressUnmanagedCodeSecurity] |
1315 | public static extern void GeomTriMeshSetData(IntPtr g, IntPtr data); | 1315 | public static extern void GeomTriMeshSetData(IntPtr g, IntPtr data); |
1316 | 1316 | ||
1317 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetLastTransform"), SuppressUnmanagedCodeSecurity] | 1317 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetLastTransform"), SuppressUnmanagedCodeSecurity] |
1318 | public static extern void GeomTriMeshSetLastTransform(IntPtr g, ref Matrix4 last_trans); | 1318 | public static extern void GeomTriMeshSetLastTransform(IntPtr g, ref Matrix4 last_trans); |
1319 | 1319 | ||
1320 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetLastTransform"), SuppressUnmanagedCodeSecurity] | 1320 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetLastTransform"), SuppressUnmanagedCodeSecurity] |
1321 | public static extern void GeomTriMeshSetLastTransform(IntPtr g, ref dReal M00); | 1321 | public static extern void GeomTriMeshSetLastTransform(IntPtr g, ref dReal M00); |
1322 | 1322 | ||
1323 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetRayCallback"), SuppressUnmanagedCodeSecurity] | 1323 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGeomTriMeshSetRayCallback"), SuppressUnmanagedCodeSecurity] |
1324 | public static extern void GeomTriMeshSetRayCallback(IntPtr g, TriRayCallback callback); | 1324 | public static extern void GeomTriMeshSetRayCallback(IntPtr g, TriRayCallback callback); |
@@ -1333,416 +1333,416 @@ namespace OdeAPI | |||
1333 | return s; | 1333 | return s; |
1334 | } | 1334 | } |
1335 | 1335 | ||
1336 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1336 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1337 | public static extern IntPtr HashSpaceCreate(IntPtr space); | 1337 | public static extern IntPtr HashSpaceCreate(IntPtr space); |
1338 | 1338 | ||
1339 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceGetLevels"), SuppressUnmanagedCodeSecurity] | 1339 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceGetLevels"), SuppressUnmanagedCodeSecurity] |
1340 | public static extern void HashSpaceGetLevels(IntPtr space, out int minlevel, out int maxlevel); | 1340 | public static extern void HashSpaceGetLevels(IntPtr space, out int minlevel, out int maxlevel); |
1341 | 1341 | ||
1342 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceSetLevels"), SuppressUnmanagedCodeSecurity] | 1342 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceSetLevels"), SuppressUnmanagedCodeSecurity] |
1343 | public static extern void HashSpaceSetLevels(IntPtr space, int minlevel, int maxlevel); | 1343 | public static extern void HashSpaceSetLevels(IntPtr space, int minlevel, int maxlevel); |
1344 | 1344 | ||
1345 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInfiniteAABB"), SuppressUnmanagedCodeSecurity] | 1345 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInfiniteAABB"), SuppressUnmanagedCodeSecurity] |
1346 | public static extern void InfiniteAABB(IntPtr geom, out AABB aabb); | 1346 | public static extern void InfiniteAABB(IntPtr geom, out AABB aabb); |
1347 | 1347 | ||
1348 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInitODE"), SuppressUnmanagedCodeSecurity] | 1348 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInitODE"), SuppressUnmanagedCodeSecurity] |
1349 | public static extern void InitODE(); | 1349 | public static extern void InitODE(); |
1350 | 1350 | ||
1351 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInitODE2"), SuppressUnmanagedCodeSecurity] | 1351 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInitODE2"), SuppressUnmanagedCodeSecurity] |
1352 | public static extern int InitODE2(uint ODEInitFlags); | 1352 | public static extern int InitODE2(uint ODEInitFlags); |
1353 | 1353 | ||
1354 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dIsPositiveDefinite"), SuppressUnmanagedCodeSecurity] | 1354 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dIsPositiveDefinite"), SuppressUnmanagedCodeSecurity] |
1355 | public static extern int IsPositiveDefinite(ref dReal A, int n); | 1355 | public static extern int IsPositiveDefinite(ref dReal A, int n); |
1356 | 1356 | ||
1357 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInvertPDMatrix"), SuppressUnmanagedCodeSecurity] | 1357 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dInvertPDMatrix"), SuppressUnmanagedCodeSecurity] |
1358 | public static extern int InvertPDMatrix(ref dReal A, out dReal Ainv, int n); | 1358 | public static extern int InvertPDMatrix(ref dReal A, out dReal Ainv, int n); |
1359 | 1359 | ||
1360 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddAMotorTorques"), SuppressUnmanagedCodeSecurity] | 1360 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddAMotorTorques"), SuppressUnmanagedCodeSecurity] |
1361 | public static extern void JointAddAMotorTorques(IntPtr joint, dReal torque1, dReal torque2, dReal torque3); | 1361 | public static extern void JointAddAMotorTorques(IntPtr joint, dReal torque1, dReal torque2, dReal torque3); |
1362 | 1362 | ||
1363 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddHingeTorque"), SuppressUnmanagedCodeSecurity] | 1363 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddHingeTorque"), SuppressUnmanagedCodeSecurity] |
1364 | public static extern void JointAddHingeTorque(IntPtr joint, dReal torque); | 1364 | public static extern void JointAddHingeTorque(IntPtr joint, dReal torque); |
1365 | 1365 | ||
1366 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddHinge2Torque"), SuppressUnmanagedCodeSecurity] | 1366 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddHinge2Torque"), SuppressUnmanagedCodeSecurity] |
1367 | public static extern void JointAddHinge2Torques(IntPtr joint, dReal torque1, dReal torque2); | 1367 | public static extern void JointAddHinge2Torques(IntPtr joint, dReal torque1, dReal torque2); |
1368 | 1368 | ||
1369 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddPRTorque"), SuppressUnmanagedCodeSecurity] | 1369 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddPRTorque"), SuppressUnmanagedCodeSecurity] |
1370 | public static extern void JointAddPRTorque(IntPtr joint, dReal torque); | 1370 | public static extern void JointAddPRTorque(IntPtr joint, dReal torque); |
1371 | 1371 | ||
1372 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddUniversalTorque"), SuppressUnmanagedCodeSecurity] | 1372 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddUniversalTorque"), SuppressUnmanagedCodeSecurity] |
1373 | public static extern void JointAddUniversalTorques(IntPtr joint, dReal torque1, dReal torque2); | 1373 | public static extern void JointAddUniversalTorques(IntPtr joint, dReal torque1, dReal torque2); |
1374 | 1374 | ||
1375 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddSliderForce"), SuppressUnmanagedCodeSecurity] | 1375 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAddSliderForce"), SuppressUnmanagedCodeSecurity] |
1376 | public static extern void JointAddSliderForce(IntPtr joint, dReal force); | 1376 | public static extern void JointAddSliderForce(IntPtr joint, dReal force); |
1377 | 1377 | ||
1378 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAttach"), SuppressUnmanagedCodeSecurity] | 1378 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointAttach"), SuppressUnmanagedCodeSecurity] |
1379 | public static extern void JointAttach(IntPtr joint, IntPtr body1, IntPtr body2); | 1379 | public static extern void JointAttach(IntPtr joint, IntPtr body1, IntPtr body2); |
1380 | 1380 | ||
1381 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateAMotor"), SuppressUnmanagedCodeSecurity] | 1381 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateAMotor"), SuppressUnmanagedCodeSecurity] |
1382 | public static extern IntPtr JointCreateAMotor(IntPtr world, IntPtr group); | 1382 | public static extern IntPtr JointCreateAMotor(IntPtr world, IntPtr group); |
1383 | 1383 | ||
1384 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateBall"), SuppressUnmanagedCodeSecurity] | 1384 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateBall"), SuppressUnmanagedCodeSecurity] |
1385 | public static extern IntPtr JointCreateBall(IntPtr world, IntPtr group); | 1385 | public static extern IntPtr JointCreateBall(IntPtr world, IntPtr group); |
1386 | 1386 | ||
1387 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateContact"), SuppressUnmanagedCodeSecurity] | 1387 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateContact"), SuppressUnmanagedCodeSecurity] |
1388 | public static extern IntPtr JointCreateContact(IntPtr world, IntPtr group, ref Contact contact); | 1388 | public static extern IntPtr JointCreateContact(IntPtr world, IntPtr group, ref Contact contact); |
1389 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateContact"), SuppressUnmanagedCodeSecurity] | 1389 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateContact"), SuppressUnmanagedCodeSecurity] |
1390 | public static extern IntPtr JointCreateContactPtr(IntPtr world, IntPtr group, IntPtr contact); | 1390 | public static extern IntPtr JointCreateContactPtr(IntPtr world, IntPtr group, IntPtr contact); |
1391 | 1391 | ||
1392 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateFixed"), SuppressUnmanagedCodeSecurity] | 1392 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateFixed"), SuppressUnmanagedCodeSecurity] |
1393 | public static extern IntPtr JointCreateFixed(IntPtr world, IntPtr group); | 1393 | public static extern IntPtr JointCreateFixed(IntPtr world, IntPtr group); |
1394 | 1394 | ||
1395 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateHinge"), SuppressUnmanagedCodeSecurity] | 1395 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateHinge"), SuppressUnmanagedCodeSecurity] |
1396 | public static extern IntPtr JointCreateHinge(IntPtr world, IntPtr group); | 1396 | public static extern IntPtr JointCreateHinge(IntPtr world, IntPtr group); |
1397 | 1397 | ||
1398 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateHinge2"), SuppressUnmanagedCodeSecurity] | 1398 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateHinge2"), SuppressUnmanagedCodeSecurity] |
1399 | public static extern IntPtr JointCreateHinge2(IntPtr world, IntPtr group); | 1399 | public static extern IntPtr JointCreateHinge2(IntPtr world, IntPtr group); |
1400 | 1400 | ||
1401 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateLMotor"), SuppressUnmanagedCodeSecurity] | 1401 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateLMotor"), SuppressUnmanagedCodeSecurity] |
1402 | public static extern IntPtr JointCreateLMotor(IntPtr world, IntPtr group); | 1402 | public static extern IntPtr JointCreateLMotor(IntPtr world, IntPtr group); |
1403 | 1403 | ||
1404 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateNull"), SuppressUnmanagedCodeSecurity] | 1404 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateNull"), SuppressUnmanagedCodeSecurity] |
1405 | public static extern IntPtr JointCreateNull(IntPtr world, IntPtr group); | 1405 | public static extern IntPtr JointCreateNull(IntPtr world, IntPtr group); |
1406 | 1406 | ||
1407 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreatePR"), SuppressUnmanagedCodeSecurity] | 1407 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreatePR"), SuppressUnmanagedCodeSecurity] |
1408 | public static extern IntPtr JointCreatePR(IntPtr world, IntPtr group); | 1408 | public static extern IntPtr JointCreatePR(IntPtr world, IntPtr group); |
1409 | 1409 | ||
1410 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreatePlane2D"), SuppressUnmanagedCodeSecurity] | 1410 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreatePlane2D"), SuppressUnmanagedCodeSecurity] |
1411 | public static extern IntPtr JointCreatePlane2D(IntPtr world, IntPtr group); | 1411 | public static extern IntPtr JointCreatePlane2D(IntPtr world, IntPtr group); |
1412 | 1412 | ||
1413 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateSlider"), SuppressUnmanagedCodeSecurity] | 1413 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateSlider"), SuppressUnmanagedCodeSecurity] |
1414 | public static extern IntPtr JointCreateSlider(IntPtr world, IntPtr group); | 1414 | public static extern IntPtr JointCreateSlider(IntPtr world, IntPtr group); |
1415 | 1415 | ||
1416 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateUniversal"), SuppressUnmanagedCodeSecurity] | 1416 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointCreateUniversal"), SuppressUnmanagedCodeSecurity] |
1417 | public static extern IntPtr JointCreateUniversal(IntPtr world, IntPtr group); | 1417 | public static extern IntPtr JointCreateUniversal(IntPtr world, IntPtr group); |
1418 | 1418 | ||
1419 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointDestroy"), SuppressUnmanagedCodeSecurity] | 1419 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointDestroy"), SuppressUnmanagedCodeSecurity] |
1420 | public static extern void JointDestroy(IntPtr j); | 1420 | public static extern void JointDestroy(IntPtr j); |
1421 | 1421 | ||
1422 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAngle"), SuppressUnmanagedCodeSecurity] | 1422 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAngle"), SuppressUnmanagedCodeSecurity] |
1423 | public static extern dReal JointGetAMotorAngle(IntPtr j, int anum); | 1423 | public static extern dReal JointGetAMotorAngle(IntPtr j, int anum); |
1424 | 1424 | ||
1425 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAngleRate"), SuppressUnmanagedCodeSecurity] | 1425 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAngleRate"), SuppressUnmanagedCodeSecurity] |
1426 | public static extern dReal JointGetAMotorAngleRate(IntPtr j, int anum); | 1426 | public static extern dReal JointGetAMotorAngleRate(IntPtr j, int anum); |
1427 | 1427 | ||
1428 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAxis"), SuppressUnmanagedCodeSecurity] | 1428 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAxis"), SuppressUnmanagedCodeSecurity] |
1429 | public static extern void JointGetAMotorAxis(IntPtr j, int anum, out Vector3 result); | 1429 | public static extern void JointGetAMotorAxis(IntPtr j, int anum, out Vector3 result); |
1430 | 1430 | ||
1431 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAxisRel"), SuppressUnmanagedCodeSecurity] | 1431 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorAxisRel"), SuppressUnmanagedCodeSecurity] |
1432 | public static extern int JointGetAMotorAxisRel(IntPtr j, int anum); | 1432 | public static extern int JointGetAMotorAxisRel(IntPtr j, int anum); |
1433 | 1433 | ||
1434 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorMode"), SuppressUnmanagedCodeSecurity] | 1434 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorMode"), SuppressUnmanagedCodeSecurity] |
1435 | public static extern int JointGetAMotorMode(IntPtr j); | 1435 | public static extern int JointGetAMotorMode(IntPtr j); |
1436 | 1436 | ||
1437 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorNumAxes"), SuppressUnmanagedCodeSecurity] | 1437 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorNumAxes"), SuppressUnmanagedCodeSecurity] |
1438 | public static extern int JointGetAMotorNumAxes(IntPtr j); | 1438 | public static extern int JointGetAMotorNumAxes(IntPtr j); |
1439 | 1439 | ||
1440 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorParam"), SuppressUnmanagedCodeSecurity] | 1440 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetAMotorParam"), SuppressUnmanagedCodeSecurity] |
1441 | public static extern dReal JointGetAMotorParam(IntPtr j, int parameter); | 1441 | public static extern dReal JointGetAMotorParam(IntPtr j, int parameter); |
1442 | 1442 | ||
1443 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBallAnchor"), SuppressUnmanagedCodeSecurity] | 1443 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBallAnchor"), SuppressUnmanagedCodeSecurity] |
1444 | public static extern void JointGetBallAnchor(IntPtr j, out Vector3 result); | 1444 | public static extern void JointGetBallAnchor(IntPtr j, out Vector3 result); |
1445 | 1445 | ||
1446 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBallAnchor2"), SuppressUnmanagedCodeSecurity] | 1446 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBallAnchor2"), SuppressUnmanagedCodeSecurity] |
1447 | public static extern void JointGetBallAnchor2(IntPtr j, out Vector3 result); | 1447 | public static extern void JointGetBallAnchor2(IntPtr j, out Vector3 result); |
1448 | 1448 | ||
1449 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBody"), SuppressUnmanagedCodeSecurity] | 1449 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetBody"), SuppressUnmanagedCodeSecurity] |
1450 | public static extern IntPtr JointGetBody(IntPtr j); | 1450 | public static extern IntPtr JointGetBody(IntPtr j); |
1451 | 1451 | ||
1452 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetData"), SuppressUnmanagedCodeSecurity] | 1452 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetData"), SuppressUnmanagedCodeSecurity] |
1453 | public static extern IntPtr JointGetData(IntPtr j); | 1453 | public static extern IntPtr JointGetData(IntPtr j); |
1454 | 1454 | ||
1455 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetFeedback"), SuppressUnmanagedCodeSecurity] | 1455 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetFeedback"), SuppressUnmanagedCodeSecurity] |
1456 | public extern unsafe static JointFeedback* JointGetFeedbackUnsafe(IntPtr j); | 1456 | public extern unsafe static JointFeedback* JointGetFeedbackUnsafe(IntPtr j); |
1457 | public static JointFeedback JointGetFeedback(IntPtr j) | 1457 | public static JointFeedback JointGetFeedback(IntPtr j) |
1458 | { | 1458 | { |
1459 | unsafe { return *(JointGetFeedbackUnsafe(j)); } | 1459 | unsafe { return *(JointGetFeedbackUnsafe(j)); } |
1460 | } | 1460 | } |
1461 | 1461 | ||
1462 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAnchor"), SuppressUnmanagedCodeSecurity] | 1462 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAnchor"), SuppressUnmanagedCodeSecurity] |
1463 | public static extern void JointGetHingeAnchor(IntPtr j, out Vector3 result); | 1463 | public static extern void JointGetHingeAnchor(IntPtr j, out Vector3 result); |
1464 | 1464 | ||
1465 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAngle"), SuppressUnmanagedCodeSecurity] | 1465 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAngle"), SuppressUnmanagedCodeSecurity] |
1466 | public static extern dReal JointGetHingeAngle(IntPtr j); | 1466 | public static extern dReal JointGetHingeAngle(IntPtr j); |
1467 | 1467 | ||
1468 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAngleRate"), SuppressUnmanagedCodeSecurity] | 1468 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAngleRate"), SuppressUnmanagedCodeSecurity] |
1469 | public static extern dReal JointGetHingeAngleRate(IntPtr j); | 1469 | public static extern dReal JointGetHingeAngleRate(IntPtr j); |
1470 | 1470 | ||
1471 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAxis"), SuppressUnmanagedCodeSecurity] | 1471 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAxis"), SuppressUnmanagedCodeSecurity] |
1472 | public static extern void JointGetHingeAxis(IntPtr j, out Vector3 result); | 1472 | public static extern void JointGetHingeAxis(IntPtr j, out Vector3 result); |
1473 | 1473 | ||
1474 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeParam"), SuppressUnmanagedCodeSecurity] | 1474 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeParam"), SuppressUnmanagedCodeSecurity] |
1475 | public static extern dReal JointGetHingeParam(IntPtr j, int parameter); | 1475 | public static extern dReal JointGetHingeParam(IntPtr j, int parameter); |
1476 | 1476 | ||
1477 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle1"), SuppressUnmanagedCodeSecurity] | 1477 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle1"), SuppressUnmanagedCodeSecurity] |
1478 | public static extern dReal JointGetHinge2Angle1(IntPtr j); | 1478 | public static extern dReal JointGetHinge2Angle1(IntPtr j); |
1479 | 1479 | ||
1480 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle1Rate"), SuppressUnmanagedCodeSecurity] | 1480 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle1Rate"), SuppressUnmanagedCodeSecurity] |
1481 | public static extern dReal JointGetHinge2Angle1Rate(IntPtr j); | 1481 | public static extern dReal JointGetHinge2Angle1Rate(IntPtr j); |
1482 | 1482 | ||
1483 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle2Rate"), SuppressUnmanagedCodeSecurity] | 1483 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Angle2Rate"), SuppressUnmanagedCodeSecurity] |
1484 | public static extern dReal JointGetHinge2Angle2Rate(IntPtr j); | 1484 | public static extern dReal JointGetHinge2Angle2Rate(IntPtr j); |
1485 | 1485 | ||
1486 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAnchor2"), SuppressUnmanagedCodeSecurity] | 1486 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHingeAnchor2"), SuppressUnmanagedCodeSecurity] |
1487 | public static extern void JointGetHingeAnchor2(IntPtr j, out Vector3 result); | 1487 | public static extern void JointGetHingeAnchor2(IntPtr j, out Vector3 result); |
1488 | 1488 | ||
1489 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Anchor"), SuppressUnmanagedCodeSecurity] | 1489 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Anchor"), SuppressUnmanagedCodeSecurity] |
1490 | public static extern void JointGetHinge2Anchor(IntPtr j, out Vector3 result); | 1490 | public static extern void JointGetHinge2Anchor(IntPtr j, out Vector3 result); |
1491 | 1491 | ||
1492 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Anchor2"), SuppressUnmanagedCodeSecurity] | 1492 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Anchor2"), SuppressUnmanagedCodeSecurity] |
1493 | public static extern void JointGetHinge2Anchor2(IntPtr j, out Vector3 result); | 1493 | public static extern void JointGetHinge2Anchor2(IntPtr j, out Vector3 result); |
1494 | 1494 | ||
1495 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Axis1"), SuppressUnmanagedCodeSecurity] | 1495 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Axis1"), SuppressUnmanagedCodeSecurity] |
1496 | public static extern void JointGetHinge2Axis1(IntPtr j, out Vector3 result); | 1496 | public static extern void JointGetHinge2Axis1(IntPtr j, out Vector3 result); |
1497 | 1497 | ||
1498 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Axis2"), SuppressUnmanagedCodeSecurity] | 1498 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Axis2"), SuppressUnmanagedCodeSecurity] |
1499 | public static extern void JointGetHinge2Axis2(IntPtr j, out Vector3 result); | 1499 | public static extern void JointGetHinge2Axis2(IntPtr j, out Vector3 result); |
1500 | 1500 | ||
1501 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Param"), SuppressUnmanagedCodeSecurity] | 1501 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetHinge2Param"), SuppressUnmanagedCodeSecurity] |
1502 | public static extern dReal JointGetHinge2Param(IntPtr j, int parameter); | 1502 | public static extern dReal JointGetHinge2Param(IntPtr j, int parameter); |
1503 | 1503 | ||
1504 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorAxis"), SuppressUnmanagedCodeSecurity] | 1504 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorAxis"), SuppressUnmanagedCodeSecurity] |
1505 | public static extern void JointGetLMotorAxis(IntPtr j, int anum, out Vector3 result); | 1505 | public static extern void JointGetLMotorAxis(IntPtr j, int anum, out Vector3 result); |
1506 | 1506 | ||
1507 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorNumAxes"), SuppressUnmanagedCodeSecurity] | 1507 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorNumAxes"), SuppressUnmanagedCodeSecurity] |
1508 | public static extern int JointGetLMotorNumAxes(IntPtr j); | 1508 | public static extern int JointGetLMotorNumAxes(IntPtr j); |
1509 | 1509 | ||
1510 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorParam"), SuppressUnmanagedCodeSecurity] | 1510 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetLMotorParam"), SuppressUnmanagedCodeSecurity] |
1511 | public static extern dReal JointGetLMotorParam(IntPtr j, int parameter); | 1511 | public static extern dReal JointGetLMotorParam(IntPtr j, int parameter); |
1512 | 1512 | ||
1513 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAnchor"), SuppressUnmanagedCodeSecurity] | 1513 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAnchor"), SuppressUnmanagedCodeSecurity] |
1514 | public static extern void JointGetPRAnchor(IntPtr j, out Vector3 result); | 1514 | public static extern void JointGetPRAnchor(IntPtr j, out Vector3 result); |
1515 | 1515 | ||
1516 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAxis1"), SuppressUnmanagedCodeSecurity] | 1516 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAxis1"), SuppressUnmanagedCodeSecurity] |
1517 | public static extern void JointGetPRAxis1(IntPtr j, out Vector3 result); | 1517 | public static extern void JointGetPRAxis1(IntPtr j, out Vector3 result); |
1518 | 1518 | ||
1519 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAxis2"), SuppressUnmanagedCodeSecurity] | 1519 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRAxis2"), SuppressUnmanagedCodeSecurity] |
1520 | public static extern void JointGetPRAxis2(IntPtr j, out Vector3 result); | 1520 | public static extern void JointGetPRAxis2(IntPtr j, out Vector3 result); |
1521 | 1521 | ||
1522 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRParam"), SuppressUnmanagedCodeSecurity] | 1522 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRParam"), SuppressUnmanagedCodeSecurity] |
1523 | public static extern dReal JointGetPRParam(IntPtr j, int parameter); | 1523 | public static extern dReal JointGetPRParam(IntPtr j, int parameter); |
1524 | 1524 | ||
1525 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRPosition"), SuppressUnmanagedCodeSecurity] | 1525 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRPosition"), SuppressUnmanagedCodeSecurity] |
1526 | public static extern dReal JointGetPRPosition(IntPtr j); | 1526 | public static extern dReal JointGetPRPosition(IntPtr j); |
1527 | 1527 | ||
1528 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRPositionRate"), SuppressUnmanagedCodeSecurity] | 1528 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetPRPositionRate"), SuppressUnmanagedCodeSecurity] |
1529 | public static extern dReal JointGetPRPositionRate(IntPtr j); | 1529 | public static extern dReal JointGetPRPositionRate(IntPtr j); |
1530 | 1530 | ||
1531 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderAxis"), SuppressUnmanagedCodeSecurity] | 1531 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderAxis"), SuppressUnmanagedCodeSecurity] |
1532 | public static extern void JointGetSliderAxis(IntPtr j, out Vector3 result); | 1532 | public static extern void JointGetSliderAxis(IntPtr j, out Vector3 result); |
1533 | 1533 | ||
1534 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderParam"), SuppressUnmanagedCodeSecurity] | 1534 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderParam"), SuppressUnmanagedCodeSecurity] |
1535 | public static extern dReal JointGetSliderParam(IntPtr j, int parameter); | 1535 | public static extern dReal JointGetSliderParam(IntPtr j, int parameter); |
1536 | 1536 | ||
1537 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderPosition"), SuppressUnmanagedCodeSecurity] | 1537 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderPosition"), SuppressUnmanagedCodeSecurity] |
1538 | public static extern dReal JointGetSliderPosition(IntPtr j); | 1538 | public static extern dReal JointGetSliderPosition(IntPtr j); |
1539 | 1539 | ||
1540 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderPositionRate"), SuppressUnmanagedCodeSecurity] | 1540 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetSliderPositionRate"), SuppressUnmanagedCodeSecurity] |
1541 | public static extern dReal JointGetSliderPositionRate(IntPtr j); | 1541 | public static extern dReal JointGetSliderPositionRate(IntPtr j); |
1542 | 1542 | ||
1543 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetType"), SuppressUnmanagedCodeSecurity] | 1543 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetType"), SuppressUnmanagedCodeSecurity] |
1544 | public static extern JointType JointGetType(IntPtr j); | 1544 | public static extern JointType JointGetType(IntPtr j); |
1545 | 1545 | ||
1546 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAnchor"), SuppressUnmanagedCodeSecurity] | 1546 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAnchor"), SuppressUnmanagedCodeSecurity] |
1547 | public static extern void JointGetUniversalAnchor(IntPtr j, out Vector3 result); | 1547 | public static extern void JointGetUniversalAnchor(IntPtr j, out Vector3 result); |
1548 | 1548 | ||
1549 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAnchor2"), SuppressUnmanagedCodeSecurity] | 1549 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAnchor2"), SuppressUnmanagedCodeSecurity] |
1550 | public static extern void JointGetUniversalAnchor2(IntPtr j, out Vector3 result); | 1550 | public static extern void JointGetUniversalAnchor2(IntPtr j, out Vector3 result); |
1551 | 1551 | ||
1552 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle1"), SuppressUnmanagedCodeSecurity] | 1552 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle1"), SuppressUnmanagedCodeSecurity] |
1553 | public static extern dReal JointGetUniversalAngle1(IntPtr j); | 1553 | public static extern dReal JointGetUniversalAngle1(IntPtr j); |
1554 | 1554 | ||
1555 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle1Rate"), SuppressUnmanagedCodeSecurity] | 1555 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle1Rate"), SuppressUnmanagedCodeSecurity] |
1556 | public static extern dReal JointGetUniversalAngle1Rate(IntPtr j); | 1556 | public static extern dReal JointGetUniversalAngle1Rate(IntPtr j); |
1557 | 1557 | ||
1558 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle2"), SuppressUnmanagedCodeSecurity] | 1558 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle2"), SuppressUnmanagedCodeSecurity] |
1559 | public static extern dReal JointGetUniversalAngle2(IntPtr j); | 1559 | public static extern dReal JointGetUniversalAngle2(IntPtr j); |
1560 | 1560 | ||
1561 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle2Rate"), SuppressUnmanagedCodeSecurity] | 1561 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngle2Rate"), SuppressUnmanagedCodeSecurity] |
1562 | public static extern dReal JointGetUniversalAngle2Rate(IntPtr j); | 1562 | public static extern dReal JointGetUniversalAngle2Rate(IntPtr j); |
1563 | 1563 | ||
1564 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngles"), SuppressUnmanagedCodeSecurity] | 1564 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAngles"), SuppressUnmanagedCodeSecurity] |
1565 | public static extern void JointGetUniversalAngles(IntPtr j, out dReal angle1, out dReal angle2); | 1565 | public static extern void JointGetUniversalAngles(IntPtr j, out dReal angle1, out dReal angle2); |
1566 | 1566 | ||
1567 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAxis1"), SuppressUnmanagedCodeSecurity] | 1567 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAxis1"), SuppressUnmanagedCodeSecurity] |
1568 | public static extern void JointGetUniversalAxis1(IntPtr j, out Vector3 result); | 1568 | public static extern void JointGetUniversalAxis1(IntPtr j, out Vector3 result); |
1569 | 1569 | ||
1570 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAxis2"), SuppressUnmanagedCodeSecurity] | 1570 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalAxis2"), SuppressUnmanagedCodeSecurity] |
1571 | public static extern void JointGetUniversalAxis2(IntPtr j, out Vector3 result); | 1571 | public static extern void JointGetUniversalAxis2(IntPtr j, out Vector3 result); |
1572 | 1572 | ||
1573 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalParam"), SuppressUnmanagedCodeSecurity] | 1573 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGetUniversalParam"), SuppressUnmanagedCodeSecurity] |
1574 | public static extern dReal JointGetUniversalParam(IntPtr j, int parameter); | 1574 | public static extern dReal JointGetUniversalParam(IntPtr j, int parameter); |
1575 | 1575 | ||
1576 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupCreate"), SuppressUnmanagedCodeSecurity] | 1576 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupCreate"), SuppressUnmanagedCodeSecurity] |
1577 | public static extern IntPtr JointGroupCreate(int max_size); | 1577 | public static extern IntPtr JointGroupCreate(int max_size); |
1578 | 1578 | ||
1579 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupDestroy"), SuppressUnmanagedCodeSecurity] | 1579 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupDestroy"), SuppressUnmanagedCodeSecurity] |
1580 | public static extern void JointGroupDestroy(IntPtr group); | 1580 | public static extern void JointGroupDestroy(IntPtr group); |
1581 | 1581 | ||
1582 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupEmpty"), SuppressUnmanagedCodeSecurity] | 1582 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointGroupEmpty"), SuppressUnmanagedCodeSecurity] |
1583 | public static extern void JointGroupEmpty(IntPtr group); | 1583 | public static extern void JointGroupEmpty(IntPtr group); |
1584 | 1584 | ||
1585 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorAngle"), SuppressUnmanagedCodeSecurity] | 1585 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorAngle"), SuppressUnmanagedCodeSecurity] |
1586 | public static extern void JointSetAMotorAngle(IntPtr j, int anum, dReal angle); | 1586 | public static extern void JointSetAMotorAngle(IntPtr j, int anum, dReal angle); |
1587 | 1587 | ||
1588 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorAxis"), SuppressUnmanagedCodeSecurity] | 1588 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorAxis"), SuppressUnmanagedCodeSecurity] |
1589 | public static extern void JointSetAMotorAxis(IntPtr j, int anum, int rel, dReal x, dReal y, dReal z); | 1589 | public static extern void JointSetAMotorAxis(IntPtr j, int anum, int rel, dReal x, dReal y, dReal z); |
1590 | 1590 | ||
1591 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorMode"), SuppressUnmanagedCodeSecurity] | 1591 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorMode"), SuppressUnmanagedCodeSecurity] |
1592 | public static extern void JointSetAMotorMode(IntPtr j, int mode); | 1592 | public static extern void JointSetAMotorMode(IntPtr j, int mode); |
1593 | 1593 | ||
1594 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorNumAxes"), SuppressUnmanagedCodeSecurity] | 1594 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorNumAxes"), SuppressUnmanagedCodeSecurity] |
1595 | public static extern void JointSetAMotorNumAxes(IntPtr group, int num); | 1595 | public static extern void JointSetAMotorNumAxes(IntPtr group, int num); |
1596 | 1596 | ||
1597 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorParam"), SuppressUnmanagedCodeSecurity] | 1597 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetAMotorParam"), SuppressUnmanagedCodeSecurity] |
1598 | public static extern void JointSetAMotorParam(IntPtr group, int parameter, dReal value); | 1598 | public static extern void JointSetAMotorParam(IntPtr group, int parameter, dReal value); |
1599 | 1599 | ||
1600 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetBallAnchor"), SuppressUnmanagedCodeSecurity] | 1600 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetBallAnchor"), SuppressUnmanagedCodeSecurity] |
1601 | public static extern void JointSetBallAnchor(IntPtr j, dReal x, dReal y, dReal z); | 1601 | public static extern void JointSetBallAnchor(IntPtr j, dReal x, dReal y, dReal z); |
1602 | 1602 | ||
1603 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetBallAnchor2"), SuppressUnmanagedCodeSecurity] | 1603 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetBallAnchor2"), SuppressUnmanagedCodeSecurity] |
1604 | public static extern void JointSetBallAnchor2(IntPtr j, dReal x, dReal y, dReal z); | 1604 | public static extern void JointSetBallAnchor2(IntPtr j, dReal x, dReal y, dReal z); |
1605 | 1605 | ||
1606 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetData"), SuppressUnmanagedCodeSecurity] | 1606 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetData"), SuppressUnmanagedCodeSecurity] |
1607 | public static extern void JointSetData(IntPtr j, IntPtr data); | 1607 | public static extern void JointSetData(IntPtr j, IntPtr data); |
1608 | 1608 | ||
1609 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetFeedback"), SuppressUnmanagedCodeSecurity] | 1609 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetFeedback"), SuppressUnmanagedCodeSecurity] |
1610 | public static extern void JointSetFeedback(IntPtr j, out JointFeedback feedback); | 1610 | public static extern void JointSetFeedback(IntPtr j, out JointFeedback feedback); |
1611 | 1611 | ||
1612 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetFixed"), SuppressUnmanagedCodeSecurity] | 1612 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetFixed"), SuppressUnmanagedCodeSecurity] |
1613 | public static extern void JointSetFixed(IntPtr j); | 1613 | public static extern void JointSetFixed(IntPtr j); |
1614 | 1614 | ||
1615 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAnchor"), SuppressUnmanagedCodeSecurity] | 1615 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAnchor"), SuppressUnmanagedCodeSecurity] |
1616 | public static extern void JointSetHingeAnchor(IntPtr j, dReal x, dReal y, dReal z); | 1616 | public static extern void JointSetHingeAnchor(IntPtr j, dReal x, dReal y, dReal z); |
1617 | 1617 | ||
1618 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAnchorDelta"), SuppressUnmanagedCodeSecurity] | 1618 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAnchorDelta"), SuppressUnmanagedCodeSecurity] |
1619 | public static extern void JointSetHingeAnchorDelta(IntPtr j, dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az); | 1619 | public static extern void JointSetHingeAnchorDelta(IntPtr j, dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az); |
1620 | 1620 | ||
1621 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAxis"), SuppressUnmanagedCodeSecurity] | 1621 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeAxis"), SuppressUnmanagedCodeSecurity] |
1622 | public static extern void JointSetHingeAxis(IntPtr j, dReal x, dReal y, dReal z); | 1622 | public static extern void JointSetHingeAxis(IntPtr j, dReal x, dReal y, dReal z); |
1623 | 1623 | ||
1624 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeParam"), SuppressUnmanagedCodeSecurity] | 1624 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHingeParam"), SuppressUnmanagedCodeSecurity] |
1625 | public static extern void JointSetHingeParam(IntPtr j, int parameter, dReal value); | 1625 | public static extern void JointSetHingeParam(IntPtr j, int parameter, dReal value); |
1626 | 1626 | ||
1627 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Anchor"), SuppressUnmanagedCodeSecurity] | 1627 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Anchor"), SuppressUnmanagedCodeSecurity] |
1628 | public static extern void JointSetHinge2Anchor(IntPtr j, dReal x, dReal y, dReal z); | 1628 | public static extern void JointSetHinge2Anchor(IntPtr j, dReal x, dReal y, dReal z); |
1629 | 1629 | ||
1630 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Axis1"), SuppressUnmanagedCodeSecurity] | 1630 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Axis1"), SuppressUnmanagedCodeSecurity] |
1631 | public static extern void JointSetHinge2Axis1(IntPtr j, dReal x, dReal y, dReal z); | 1631 | public static extern void JointSetHinge2Axis1(IntPtr j, dReal x, dReal y, dReal z); |
1632 | 1632 | ||
1633 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Axis2"), SuppressUnmanagedCodeSecurity] | 1633 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Axis2"), SuppressUnmanagedCodeSecurity] |
1634 | public static extern void JointSetHinge2Axis2(IntPtr j, dReal x, dReal y, dReal z); | 1634 | public static extern void JointSetHinge2Axis2(IntPtr j, dReal x, dReal y, dReal z); |
1635 | 1635 | ||
1636 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Param"), SuppressUnmanagedCodeSecurity] | 1636 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetHinge2Param"), SuppressUnmanagedCodeSecurity] |
1637 | public static extern void JointSetHinge2Param(IntPtr j, int parameter, dReal value); | 1637 | public static extern void JointSetHinge2Param(IntPtr j, int parameter, dReal value); |
1638 | 1638 | ||
1639 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorAxis"), SuppressUnmanagedCodeSecurity] | 1639 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorAxis"), SuppressUnmanagedCodeSecurity] |
1640 | public static extern void JointSetLMotorAxis(IntPtr j, int anum, int rel, dReal x, dReal y, dReal z); | 1640 | public static extern void JointSetLMotorAxis(IntPtr j, int anum, int rel, dReal x, dReal y, dReal z); |
1641 | 1641 | ||
1642 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorNumAxes"), SuppressUnmanagedCodeSecurity] | 1642 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorNumAxes"), SuppressUnmanagedCodeSecurity] |
1643 | public static extern void JointSetLMotorNumAxes(IntPtr j, int num); | 1643 | public static extern void JointSetLMotorNumAxes(IntPtr j, int num); |
1644 | 1644 | ||
1645 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorParam"), SuppressUnmanagedCodeSecurity] | 1645 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetLMotorParam"), SuppressUnmanagedCodeSecurity] |
1646 | public static extern void JointSetLMotorParam(IntPtr j, int parameter, dReal value); | 1646 | public static extern void JointSetLMotorParam(IntPtr j, int parameter, dReal value); |
1647 | 1647 | ||
1648 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DAngleParam"), SuppressUnmanagedCodeSecurity] | 1648 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DAngleParam"), SuppressUnmanagedCodeSecurity] |
1649 | public static extern void JointSetPlane2DAngleParam(IntPtr j, int parameter, dReal value); | 1649 | public static extern void JointSetPlane2DAngleParam(IntPtr j, int parameter, dReal value); |
1650 | 1650 | ||
1651 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DXParam"), SuppressUnmanagedCodeSecurity] | 1651 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DXParam"), SuppressUnmanagedCodeSecurity] |
1652 | public static extern void JointSetPlane2DXParam(IntPtr j, int parameter, dReal value); | 1652 | public static extern void JointSetPlane2DXParam(IntPtr j, int parameter, dReal value); |
1653 | 1653 | ||
1654 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DYParam"), SuppressUnmanagedCodeSecurity] | 1654 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPlane2DYParam"), SuppressUnmanagedCodeSecurity] |
1655 | public static extern void JointSetPlane2DYParam(IntPtr j, int parameter, dReal value); | 1655 | public static extern void JointSetPlane2DYParam(IntPtr j, int parameter, dReal value); |
1656 | 1656 | ||
1657 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAnchor"), SuppressUnmanagedCodeSecurity] | 1657 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAnchor"), SuppressUnmanagedCodeSecurity] |
1658 | public static extern void JointSetPRAnchor(IntPtr j, dReal x, dReal y, dReal z); | 1658 | public static extern void JointSetPRAnchor(IntPtr j, dReal x, dReal y, dReal z); |
1659 | 1659 | ||
1660 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAxis1"), SuppressUnmanagedCodeSecurity] | 1660 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAxis1"), SuppressUnmanagedCodeSecurity] |
1661 | public static extern void JointSetPRAxis1(IntPtr j, dReal x, dReal y, dReal z); | 1661 | public static extern void JointSetPRAxis1(IntPtr j, dReal x, dReal y, dReal z); |
1662 | 1662 | ||
1663 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAxis2"), SuppressUnmanagedCodeSecurity] | 1663 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRAxis2"), SuppressUnmanagedCodeSecurity] |
1664 | public static extern void JointSetPRAxis2(IntPtr j, dReal x, dReal y, dReal z); | 1664 | public static extern void JointSetPRAxis2(IntPtr j, dReal x, dReal y, dReal z); |
1665 | 1665 | ||
1666 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRParam"), SuppressUnmanagedCodeSecurity] | 1666 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetPRParam"), SuppressUnmanagedCodeSecurity] |
1667 | public static extern void JointSetPRParam(IntPtr j, int parameter, dReal value); | 1667 | public static extern void JointSetPRParam(IntPtr j, int parameter, dReal value); |
1668 | 1668 | ||
1669 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderAxis"), SuppressUnmanagedCodeSecurity] | 1669 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderAxis"), SuppressUnmanagedCodeSecurity] |
1670 | public static extern void JointSetSliderAxis(IntPtr j, dReal x, dReal y, dReal z); | 1670 | public static extern void JointSetSliderAxis(IntPtr j, dReal x, dReal y, dReal z); |
1671 | 1671 | ||
1672 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderAxisDelta"), SuppressUnmanagedCodeSecurity] | 1672 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderAxisDelta"), SuppressUnmanagedCodeSecurity] |
1673 | public static extern void JointSetSliderAxisDelta(IntPtr j, dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az); | 1673 | public static extern void JointSetSliderAxisDelta(IntPtr j, dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az); |
1674 | 1674 | ||
1675 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderParam"), SuppressUnmanagedCodeSecurity] | 1675 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetSliderParam"), SuppressUnmanagedCodeSecurity] |
1676 | public static extern void JointSetSliderParam(IntPtr j, int parameter, dReal value); | 1676 | public static extern void JointSetSliderParam(IntPtr j, int parameter, dReal value); |
1677 | 1677 | ||
1678 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAnchor"), SuppressUnmanagedCodeSecurity] | 1678 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAnchor"), SuppressUnmanagedCodeSecurity] |
1679 | public static extern void JointSetUniversalAnchor(IntPtr j, dReal x, dReal y, dReal z); | 1679 | public static extern void JointSetUniversalAnchor(IntPtr j, dReal x, dReal y, dReal z); |
1680 | 1680 | ||
1681 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAxis1"), SuppressUnmanagedCodeSecurity] | 1681 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAxis1"), SuppressUnmanagedCodeSecurity] |
1682 | public static extern void JointSetUniversalAxis1(IntPtr j, dReal x, dReal y, dReal z); | 1682 | public static extern void JointSetUniversalAxis1(IntPtr j, dReal x, dReal y, dReal z); |
1683 | 1683 | ||
1684 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAxis2"), SuppressUnmanagedCodeSecurity] | 1684 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalAxis2"), SuppressUnmanagedCodeSecurity] |
1685 | public static extern void JointSetUniversalAxis2(IntPtr j, dReal x, dReal y, dReal z); | 1685 | public static extern void JointSetUniversalAxis2(IntPtr j, dReal x, dReal y, dReal z); |
1686 | 1686 | ||
1687 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalParam"), SuppressUnmanagedCodeSecurity] | 1687 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dJointSetUniversalParam"), SuppressUnmanagedCodeSecurity] |
1688 | public static extern void JointSetUniversalParam(IntPtr j, int parameter, dReal value); | 1688 | public static extern void JointSetUniversalParam(IntPtr j, int parameter, dReal value); |
1689 | 1689 | ||
1690 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dLDLTAddTL"), SuppressUnmanagedCodeSecurity] | 1690 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dLDLTAddTL"), SuppressUnmanagedCodeSecurity] |
1691 | public static extern void LDLTAddTL(ref dReal L, ref dReal d, ref dReal a, int n, int nskip); | 1691 | public static extern void LDLTAddTL(ref dReal L, ref dReal d, ref dReal a, int n, int nskip); |
1692 | 1692 | ||
1693 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassAdd"), SuppressUnmanagedCodeSecurity] | 1693 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassAdd"), SuppressUnmanagedCodeSecurity] |
1694 | public static extern void MassAdd(ref Mass a, ref Mass b); | 1694 | public static extern void MassAdd(ref Mass a, ref Mass b); |
1695 | 1695 | ||
1696 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassAdjust"), SuppressUnmanagedCodeSecurity] | 1696 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassAdjust"), SuppressUnmanagedCodeSecurity] |
1697 | public static extern void MassAdjust(ref Mass m, dReal newmass); | 1697 | public static extern void MassAdjust(ref Mass m, dReal newmass); |
1698 | 1698 | ||
1699 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassCheck"), SuppressUnmanagedCodeSecurity] | 1699 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassCheck"), SuppressUnmanagedCodeSecurity] |
1700 | public static extern bool MassCheck(ref Mass m); | 1700 | public static extern bool MassCheck(ref Mass m); |
1701 | 1701 | ||
1702 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassRotate"), SuppressUnmanagedCodeSecurity] | 1702 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassRotate"), SuppressUnmanagedCodeSecurity] |
1703 | public static extern void MassRotate(ref Mass mass, ref Matrix3 R); | 1703 | public static extern void MassRotate(ref Mass mass, ref Matrix3 R); |
1704 | 1704 | ||
1705 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassRotate"), SuppressUnmanagedCodeSecurity] | 1705 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassRotate"), SuppressUnmanagedCodeSecurity] |
1706 | public static extern void MassRotate(ref Mass mass, ref dReal M00); | 1706 | public static extern void MassRotate(ref Mass mass, ref dReal M00); |
1707 | 1707 | ||
1708 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetBox"), SuppressUnmanagedCodeSecurity] | 1708 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetBox"), SuppressUnmanagedCodeSecurity] |
1709 | public static extern void MassSetBox(out Mass mass, dReal density, dReal lx, dReal ly, dReal lz); | 1709 | public static extern void MassSetBox(out Mass mass, dReal density, dReal lx, dReal ly, dReal lz); |
1710 | 1710 | ||
1711 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetBoxTotal"), SuppressUnmanagedCodeSecurity] | 1711 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetBoxTotal"), SuppressUnmanagedCodeSecurity] |
1712 | public static extern void MassSetBoxTotal(out Mass mass, dReal total_mass, dReal lx, dReal ly, dReal lz); | 1712 | public static extern void MassSetBoxTotal(out Mass mass, dReal total_mass, dReal lx, dReal ly, dReal lz); |
1713 | 1713 | ||
1714 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCapsule"), SuppressUnmanagedCodeSecurity] | 1714 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCapsule"), SuppressUnmanagedCodeSecurity] |
1715 | public static extern void MassSetCapsule(out Mass mass, dReal density, int direction, dReal radius, dReal length); | 1715 | public static extern void MassSetCapsule(out Mass mass, dReal density, int direction, dReal radius, dReal length); |
1716 | 1716 | ||
1717 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCapsuleTotal"), SuppressUnmanagedCodeSecurity] | 1717 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCapsuleTotal"), SuppressUnmanagedCodeSecurity] |
1718 | public static extern void MassSetCapsuleTotal(out Mass mass, dReal total_mass, int direction, dReal radius, dReal length); | 1718 | public static extern void MassSetCapsuleTotal(out Mass mass, dReal total_mass, int direction, dReal radius, dReal length); |
1719 | 1719 | ||
1720 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCylinder"), SuppressUnmanagedCodeSecurity] | 1720 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCylinder"), SuppressUnmanagedCodeSecurity] |
1721 | public static extern void MassSetCylinder(out Mass mass, dReal density, int direction, dReal radius, dReal length); | 1721 | public static extern void MassSetCylinder(out Mass mass, dReal density, int direction, dReal radius, dReal length); |
1722 | 1722 | ||
1723 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCylinderTotal"), SuppressUnmanagedCodeSecurity] | 1723 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetCylinderTotal"), SuppressUnmanagedCodeSecurity] |
1724 | public static extern void MassSetCylinderTotal(out Mass mass, dReal total_mass, int direction, dReal radius, dReal length); | 1724 | public static extern void MassSetCylinderTotal(out Mass mass, dReal total_mass, int direction, dReal radius, dReal length); |
1725 | 1725 | ||
1726 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetParameters"), SuppressUnmanagedCodeSecurity] | 1726 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetParameters"), SuppressUnmanagedCodeSecurity] |
1727 | public static extern void MassSetParameters(out Mass mass, dReal themass, | 1727 | public static extern void MassSetParameters(out Mass mass, dReal themass, |
1728 | dReal cgx, dReal cgy, dReal cgz, | 1728 | dReal cgx, dReal cgy, dReal cgz, |
1729 | dReal i11, dReal i22, dReal i33, | 1729 | dReal i11, dReal i22, dReal i33, |
1730 | dReal i12, dReal i13, dReal i23); | 1730 | dReal i12, dReal i13, dReal i23); |
1731 | 1731 | ||
1732 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetSphere"), SuppressUnmanagedCodeSecurity] | 1732 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetSphere"), SuppressUnmanagedCodeSecurity] |
1733 | public static extern void MassSetSphere(out Mass mass, dReal density, dReal radius); | 1733 | public static extern void MassSetSphere(out Mass mass, dReal density, dReal radius); |
1734 | 1734 | ||
1735 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetSphereTotal"), SuppressUnmanagedCodeSecurity] | 1735 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetSphereTotal"), SuppressUnmanagedCodeSecurity] |
1736 | public static extern void dMassSetSphereTotal(out Mass mass, dReal total_mass, dReal radius); | 1736 | public static extern void dMassSetSphereTotal(out Mass mass, dReal total_mass, dReal radius); |
1737 | 1737 | ||
1738 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetTrimesh"), SuppressUnmanagedCodeSecurity] | 1738 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetTrimesh"), SuppressUnmanagedCodeSecurity] |
1739 | public static extern void MassSetTrimesh(out Mass mass, dReal density, IntPtr g); | 1739 | public static extern void MassSetTrimesh(out Mass mass, dReal density, IntPtr g); |
1740 | 1740 | ||
1741 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetZero"), SuppressUnmanagedCodeSecurity] | 1741 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassSetZero"), SuppressUnmanagedCodeSecurity] |
1742 | public static extern void MassSetZero(out Mass mass); | 1742 | public static extern void MassSetZero(out Mass mass); |
1743 | 1743 | ||
1744 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassTranslate"), SuppressUnmanagedCodeSecurity] | 1744 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMassTranslate"), SuppressUnmanagedCodeSecurity] |
1745 | public static extern void MassTranslate(ref Mass mass, dReal x, dReal y, dReal z); | 1745 | public static extern void MassTranslate(ref Mass mass, dReal x, dReal y, dReal z); |
1746 | 1746 | ||
1747 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply0"), SuppressUnmanagedCodeSecurity] | 1747 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply0"), SuppressUnmanagedCodeSecurity] |
1748 | public static extern void Multiply0(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); | 1748 | public static extern void Multiply0(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); |
@@ -1754,119 +1754,119 @@ namespace OdeAPI | |||
1754 | MultiplyiM3V3(out outvector, ref matrix, ref invector, 3, 3, 1); | 1754 | MultiplyiM3V3(out outvector, ref matrix, ref invector, 3, 3, 1); |
1755 | } | 1755 | } |
1756 | 1756 | ||
1757 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply1"), SuppressUnmanagedCodeSecurity] | 1757 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply1"), SuppressUnmanagedCodeSecurity] |
1758 | public static extern void Multiply1(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); | 1758 | public static extern void Multiply1(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); |
1759 | 1759 | ||
1760 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply2"), SuppressUnmanagedCodeSecurity] | 1760 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dMultiply2"), SuppressUnmanagedCodeSecurity] |
1761 | public static extern void Multiply2(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); | 1761 | public static extern void Multiply2(out dReal A00, ref dReal B00, ref dReal C00, int p, int q, int r); |
1762 | 1762 | ||
1763 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQFromAxisAndAngle"), SuppressUnmanagedCodeSecurity] | 1763 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQFromAxisAndAngle"), SuppressUnmanagedCodeSecurity] |
1764 | public static extern void QFromAxisAndAngle(out Quaternion q, dReal ax, dReal ay, dReal az, dReal angle); | 1764 | public static extern void QFromAxisAndAngle(out Quaternion q, dReal ax, dReal ay, dReal az, dReal angle); |
1765 | 1765 | ||
1766 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQfromR"), SuppressUnmanagedCodeSecurity] | 1766 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQfromR"), SuppressUnmanagedCodeSecurity] |
1767 | public static extern void QfromR(out Quaternion q, ref Matrix3 R); | 1767 | public static extern void QfromR(out Quaternion q, ref Matrix3 R); |
1768 | 1768 | ||
1769 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply0"), SuppressUnmanagedCodeSecurity] | 1769 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply0"), SuppressUnmanagedCodeSecurity] |
1770 | public static extern void QMultiply0(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); | 1770 | public static extern void QMultiply0(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); |
1771 | 1771 | ||
1772 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply1"), SuppressUnmanagedCodeSecurity] | 1772 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply1"), SuppressUnmanagedCodeSecurity] |
1773 | public static extern void QMultiply1(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); | 1773 | public static extern void QMultiply1(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); |
1774 | 1774 | ||
1775 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply2"), SuppressUnmanagedCodeSecurity] | 1775 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply2"), SuppressUnmanagedCodeSecurity] |
1776 | public static extern void QMultiply2(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); | 1776 | public static extern void QMultiply2(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); |
1777 | 1777 | ||
1778 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply3"), SuppressUnmanagedCodeSecurity] | 1778 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQMultiply3"), SuppressUnmanagedCodeSecurity] |
1779 | public static extern void QMultiply3(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); | 1779 | public static extern void QMultiply3(out Quaternion qa, ref Quaternion qb, ref Quaternion qc); |
1780 | 1780 | ||
1781 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQSetIdentity"), SuppressUnmanagedCodeSecurity] | 1781 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQSetIdentity"), SuppressUnmanagedCodeSecurity] |
1782 | public static extern void QSetIdentity(out Quaternion q); | 1782 | public static extern void QSetIdentity(out Quaternion q); |
1783 | 1783 | ||
1784 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQuadTreeSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1784 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQuadTreeSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1785 | public static extern IntPtr QuadTreeSpaceCreate(IntPtr space, ref Vector3 center, ref Vector3 extents, int depth); | 1785 | public static extern IntPtr QuadTreeSpaceCreate(IntPtr space, ref Vector3 center, ref Vector3 extents, int depth); |
1786 | 1786 | ||
1787 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQuadTreeSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1787 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dQuadTreeSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1788 | public static extern IntPtr QuadTreeSpaceCreate(IntPtr space, ref dReal centerX, ref dReal extentsX, int depth); | 1788 | public static extern IntPtr QuadTreeSpaceCreate(IntPtr space, ref dReal centerX, ref dReal extentsX, int depth); |
1789 | 1789 | ||
1790 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRandReal"), SuppressUnmanagedCodeSecurity] | 1790 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRandReal"), SuppressUnmanagedCodeSecurity] |
1791 | public static extern dReal RandReal(); | 1791 | public static extern dReal RandReal(); |
1792 | 1792 | ||
1793 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFrom2Axes"), SuppressUnmanagedCodeSecurity] | 1793 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFrom2Axes"), SuppressUnmanagedCodeSecurity] |
1794 | public static extern void RFrom2Axes(out Matrix3 R, dReal ax, dReal ay, dReal az, dReal bx, dReal by, dReal bz); | 1794 | public static extern void RFrom2Axes(out Matrix3 R, dReal ax, dReal ay, dReal az, dReal bx, dReal by, dReal bz); |
1795 | 1795 | ||
1796 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromAxisAndAngle"), SuppressUnmanagedCodeSecurity] | 1796 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromAxisAndAngle"), SuppressUnmanagedCodeSecurity] |
1797 | public static extern void RFromAxisAndAngle(out Matrix3 R, dReal x, dReal y, dReal z, dReal angle); | 1797 | public static extern void RFromAxisAndAngle(out Matrix3 R, dReal x, dReal y, dReal z, dReal angle); |
1798 | 1798 | ||
1799 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromEulerAngles"), SuppressUnmanagedCodeSecurity] | 1799 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromEulerAngles"), SuppressUnmanagedCodeSecurity] |
1800 | public static extern void RFromEulerAngles(out Matrix3 R, dReal phi, dReal theta, dReal psi); | 1800 | public static extern void RFromEulerAngles(out Matrix3 R, dReal phi, dReal theta, dReal psi); |
1801 | 1801 | ||
1802 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRfromQ"), SuppressUnmanagedCodeSecurity] | 1802 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRfromQ"), SuppressUnmanagedCodeSecurity] |
1803 | public static extern void RfromQ(out Matrix3 R, ref Quaternion q); | 1803 | public static extern void RfromQ(out Matrix3 R, ref Quaternion q); |
1804 | 1804 | ||
1805 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromZAxis"), SuppressUnmanagedCodeSecurity] | 1805 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRFromZAxis"), SuppressUnmanagedCodeSecurity] |
1806 | public static extern void RFromZAxis(out Matrix3 R, dReal ax, dReal ay, dReal az); | 1806 | public static extern void RFromZAxis(out Matrix3 R, dReal ax, dReal ay, dReal az); |
1807 | 1807 | ||
1808 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRSetIdentity"), SuppressUnmanagedCodeSecurity] | 1808 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dRSetIdentity"), SuppressUnmanagedCodeSecurity] |
1809 | public static extern void RSetIdentity(out Matrix3 R); | 1809 | public static extern void RSetIdentity(out Matrix3 R); |
1810 | 1810 | ||
1811 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSetValue"), SuppressUnmanagedCodeSecurity] | 1811 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSetValue"), SuppressUnmanagedCodeSecurity] |
1812 | public static extern void SetValue(out dReal a, int n); | 1812 | public static extern void SetValue(out dReal a, int n); |
1813 | 1813 | ||
1814 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSetZero"), SuppressUnmanagedCodeSecurity] | 1814 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSetZero"), SuppressUnmanagedCodeSecurity] |
1815 | public static extern void SetZero(out dReal a, int n); | 1815 | public static extern void SetZero(out dReal a, int n); |
1816 | 1816 | ||
1817 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSimpleSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1817 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSimpleSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1818 | public static extern IntPtr SimpleSpaceCreate(IntPtr space); | 1818 | public static extern IntPtr SimpleSpaceCreate(IntPtr space); |
1819 | 1819 | ||
1820 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveCholesky"), SuppressUnmanagedCodeSecurity] | 1820 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveCholesky"), SuppressUnmanagedCodeSecurity] |
1821 | public static extern void SolveCholesky(ref dReal L, out dReal b, int n); | 1821 | public static extern void SolveCholesky(ref dReal L, out dReal b, int n); |
1822 | 1822 | ||
1823 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveL1"), SuppressUnmanagedCodeSecurity] | 1823 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveL1"), SuppressUnmanagedCodeSecurity] |
1824 | public static extern void SolveL1(ref dReal L, out dReal b, int n, int nskip); | 1824 | public static extern void SolveL1(ref dReal L, out dReal b, int n, int nskip); |
1825 | 1825 | ||
1826 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveL1T"), SuppressUnmanagedCodeSecurity] | 1826 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveL1T"), SuppressUnmanagedCodeSecurity] |
1827 | public static extern void SolveL1T(ref dReal L, out dReal b, int n, int nskip); | 1827 | public static extern void SolveL1T(ref dReal L, out dReal b, int n, int nskip); |
1828 | 1828 | ||
1829 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveLDLT"), SuppressUnmanagedCodeSecurity] | 1829 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSolveLDLT"), SuppressUnmanagedCodeSecurity] |
1830 | public static extern void SolveLDLT(ref dReal L, ref dReal d, out dReal b, int n, int nskip); | 1830 | public static extern void SolveLDLT(ref dReal L, ref dReal d, out dReal b, int n, int nskip); |
1831 | 1831 | ||
1832 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceAdd"), SuppressUnmanagedCodeSecurity] | 1832 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceAdd"), SuppressUnmanagedCodeSecurity] |
1833 | public static extern void SpaceAdd(IntPtr space, IntPtr geom); | 1833 | public static extern void SpaceAdd(IntPtr space, IntPtr geom); |
1834 | 1834 | ||
1835 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceLockQuery"), SuppressUnmanagedCodeSecurity] | 1835 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceLockQuery"), SuppressUnmanagedCodeSecurity] |
1836 | public static extern bool SpaceLockQuery(IntPtr space); | 1836 | public static extern bool SpaceLockQuery(IntPtr space); |
1837 | 1837 | ||
1838 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceClean"), SuppressUnmanagedCodeSecurity] | 1838 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceClean"), SuppressUnmanagedCodeSecurity] |
1839 | public static extern void SpaceClean(IntPtr space); | 1839 | public static extern void SpaceClean(IntPtr space); |
1840 | 1840 | ||
1841 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceCollide"), SuppressUnmanagedCodeSecurity] | 1841 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceCollide"), SuppressUnmanagedCodeSecurity] |
1842 | public static extern void SpaceCollide(IntPtr space, IntPtr data, NearCallback callback); | 1842 | public static extern void SpaceCollide(IntPtr space, IntPtr data, NearCallback callback); |
1843 | 1843 | ||
1844 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceCollide2"), SuppressUnmanagedCodeSecurity] | 1844 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceCollide2"), SuppressUnmanagedCodeSecurity] |
1845 | public static extern void SpaceCollide2(IntPtr space1, IntPtr space2, IntPtr data, NearCallback callback); | 1845 | public static extern void SpaceCollide2(IntPtr space1, IntPtr space2, IntPtr data, NearCallback callback); |
1846 | 1846 | ||
1847 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceDestroy"), SuppressUnmanagedCodeSecurity] | 1847 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceDestroy"), SuppressUnmanagedCodeSecurity] |
1848 | public static extern void SpaceDestroy(IntPtr space); | 1848 | public static extern void SpaceDestroy(IntPtr space); |
1849 | 1849 | ||
1850 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetCleanup"), SuppressUnmanagedCodeSecurity] | 1850 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetCleanup"), SuppressUnmanagedCodeSecurity] |
1851 | public static extern bool SpaceGetCleanup(IntPtr space); | 1851 | public static extern bool SpaceGetCleanup(IntPtr space); |
1852 | 1852 | ||
1853 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetNumGeoms"), SuppressUnmanagedCodeSecurity] | 1853 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetNumGeoms"), SuppressUnmanagedCodeSecurity] |
1854 | public static extern int SpaceGetNumGeoms(IntPtr space); | 1854 | public static extern int SpaceGetNumGeoms(IntPtr space); |
1855 | 1855 | ||
1856 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetGeom"), SuppressUnmanagedCodeSecurity] | 1856 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetGeom"), SuppressUnmanagedCodeSecurity] |
1857 | public static extern IntPtr SpaceGetGeom(IntPtr space, int i); | 1857 | public static extern IntPtr SpaceGetGeom(IntPtr space, int i); |
1858 | 1858 | ||
1859 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetSublevel"), SuppressUnmanagedCodeSecurity] | 1859 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceGetSublevel"), SuppressUnmanagedCodeSecurity] |
1860 | public static extern int SpaceGetSublevel(IntPtr space); | 1860 | public static extern int SpaceGetSublevel(IntPtr space); |
1861 | 1861 | ||
1862 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceQuery"), SuppressUnmanagedCodeSecurity] | 1862 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceQuery"), SuppressUnmanagedCodeSecurity] |
1863 | public static extern bool SpaceQuery(IntPtr space, IntPtr geom); | 1863 | public static extern bool SpaceQuery(IntPtr space, IntPtr geom); |
1864 | 1864 | ||
1865 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceRemove"), SuppressUnmanagedCodeSecurity] | 1865 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceRemove"), SuppressUnmanagedCodeSecurity] |
1866 | public static extern void SpaceRemove(IntPtr space, IntPtr geom); | 1866 | public static extern void SpaceRemove(IntPtr space, IntPtr geom); |
1867 | 1867 | ||
1868 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetCleanup"), SuppressUnmanagedCodeSecurity] | 1868 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetCleanup"), SuppressUnmanagedCodeSecurity] |
1869 | public static extern void SpaceSetCleanup(IntPtr space, bool mode); | 1869 | public static extern void SpaceSetCleanup(IntPtr space, bool mode); |
1870 | 1870 | ||
1871 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetSublevel"), SuppressUnmanagedCodeSecurity] | 1871 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetSublevel"), SuppressUnmanagedCodeSecurity] |
1872 | public static extern void SpaceSetSublevel(IntPtr space, int sublevel); | 1872 | public static extern void SpaceSetSublevel(IntPtr space, int sublevel); |
@@ -1874,53 +1874,53 @@ namespace OdeAPI | |||
1874 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSweepAndPruneSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1874 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSweepAndPruneSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1875 | public static extern IntPtr SweepAndPruneSpaceCreate(IntPtr space, int AxisOrder); | 1875 | public static extern IntPtr SweepAndPruneSpaceCreate(IntPtr space, int AxisOrder); |
1876 | 1876 | ||
1877 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dVectorScale"), SuppressUnmanagedCodeSecurity] | 1877 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dVectorScale"), SuppressUnmanagedCodeSecurity] |
1878 | public static extern void VectorScale(out dReal a, ref dReal d, int n); | 1878 | public static extern void VectorScale(out dReal a, ref dReal d, int n); |
1879 | 1879 | ||
1880 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldCreate"), SuppressUnmanagedCodeSecurity] | 1880 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldCreate"), SuppressUnmanagedCodeSecurity] |
1881 | public static extern IntPtr WorldCreate(); | 1881 | public static extern IntPtr WorldCreate(); |
1882 | 1882 | ||
1883 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldDestroy"), SuppressUnmanagedCodeSecurity] | 1883 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldDestroy"), SuppressUnmanagedCodeSecurity] |
1884 | public static extern void WorldDestroy(IntPtr world); | 1884 | public static extern void WorldDestroy(IntPtr world); |
1885 | 1885 | ||
1886 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableAverageSamplesCount"), SuppressUnmanagedCodeSecurity] | 1886 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableAverageSamplesCount"), SuppressUnmanagedCodeSecurity] |
1887 | public static extern int WorldGetAutoDisableAverageSamplesCount(IntPtr world); | 1887 | public static extern int WorldGetAutoDisableAverageSamplesCount(IntPtr world); |
1888 | 1888 | ||
1889 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] | 1889 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] |
1890 | public static extern dReal WorldGetAutoDisableAngularThreshold(IntPtr world); | 1890 | public static extern dReal WorldGetAutoDisableAngularThreshold(IntPtr world); |
1891 | 1891 | ||
1892 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] | 1892 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] |
1893 | public static extern bool WorldGetAutoDisableFlag(IntPtr world); | 1893 | public static extern bool WorldGetAutoDisableFlag(IntPtr world); |
1894 | 1894 | ||
1895 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] | 1895 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] |
1896 | public static extern dReal WorldGetAutoDisableLinearThreshold(IntPtr world); | 1896 | public static extern dReal WorldGetAutoDisableLinearThreshold(IntPtr world); |
1897 | 1897 | ||
1898 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] | 1898 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] |
1899 | public static extern int WorldGetAutoDisableSteps(IntPtr world); | 1899 | public static extern int WorldGetAutoDisableSteps(IntPtr world); |
1900 | 1900 | ||
1901 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableTime"), SuppressUnmanagedCodeSecurity] | 1901 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoDisableTime"), SuppressUnmanagedCodeSecurity] |
1902 | public static extern dReal WorldGetAutoDisableTime(IntPtr world); | 1902 | public static extern dReal WorldGetAutoDisableTime(IntPtr world); |
1903 | 1903 | ||
1904 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoEnableDepthSF1"), SuppressUnmanagedCodeSecurity] | 1904 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAutoEnableDepthSF1"), SuppressUnmanagedCodeSecurity] |
1905 | public static extern int WorldGetAutoEnableDepthSF1(IntPtr world); | 1905 | public static extern int WorldGetAutoEnableDepthSF1(IntPtr world); |
1906 | 1906 | ||
1907 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetCFM"), SuppressUnmanagedCodeSecurity] | 1907 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetCFM"), SuppressUnmanagedCodeSecurity] |
1908 | public static extern dReal WorldGetCFM(IntPtr world); | 1908 | public static extern dReal WorldGetCFM(IntPtr world); |
1909 | 1909 | ||
1910 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetERP"), SuppressUnmanagedCodeSecurity] | 1910 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetERP"), SuppressUnmanagedCodeSecurity] |
1911 | public static extern dReal WorldGetERP(IntPtr world); | 1911 | public static extern dReal WorldGetERP(IntPtr world); |
1912 | 1912 | ||
1913 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetGravity"), SuppressUnmanagedCodeSecurity] | 1913 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetGravity"), SuppressUnmanagedCodeSecurity] |
1914 | public static extern void WorldGetGravity(IntPtr world, out Vector3 gravity); | 1914 | public static extern void WorldGetGravity(IntPtr world, out Vector3 gravity); |
1915 | 1915 | ||
1916 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetGravity"), SuppressUnmanagedCodeSecurity] | 1916 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetGravity"), SuppressUnmanagedCodeSecurity] |
1917 | public static extern void WorldGetGravity(IntPtr world, out dReal X); | 1917 | public static extern void WorldGetGravity(IntPtr world, out dReal X); |
1918 | 1918 | ||
1919 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetContactMaxCorrectingVel"), SuppressUnmanagedCodeSecurity] | 1919 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetContactMaxCorrectingVel"), SuppressUnmanagedCodeSecurity] |
1920 | public static extern dReal WorldGetContactMaxCorrectingVel(IntPtr world); | 1920 | public static extern dReal WorldGetContactMaxCorrectingVel(IntPtr world); |
1921 | 1921 | ||
1922 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetContactSurfaceLayer"), SuppressUnmanagedCodeSecurity] | 1922 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetContactSurfaceLayer"), SuppressUnmanagedCodeSecurity] |
1923 | public static extern dReal WorldGetContactSurfaceLayer(IntPtr world); | 1923 | public static extern dReal WorldGetContactSurfaceLayer(IntPtr world); |
1924 | 1924 | ||
1925 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAngularDamping"), SuppressUnmanagedCodeSecurity] | 1925 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetAngularDamping"), SuppressUnmanagedCodeSecurity] |
1926 | public static extern dReal WorldGetAngularDamping(IntPtr world); | 1926 | public static extern dReal WorldGetAngularDamping(IntPtr world); |
@@ -1934,23 +1934,23 @@ namespace OdeAPI | |||
1934 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetLinearDampingThreshold"), SuppressUnmanagedCodeSecurity] | 1934 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetLinearDampingThreshold"), SuppressUnmanagedCodeSecurity] |
1935 | public static extern dReal WorldGetLinearDampingThreshold(IntPtr world); | 1935 | public static extern dReal WorldGetLinearDampingThreshold(IntPtr world); |
1936 | 1936 | ||
1937 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetQuickStepNumIterations"), SuppressUnmanagedCodeSecurity] | 1937 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetQuickStepNumIterations"), SuppressUnmanagedCodeSecurity] |
1938 | public static extern int WorldGetQuickStepNumIterations(IntPtr world); | 1938 | public static extern int WorldGetQuickStepNumIterations(IntPtr world); |
1939 | 1939 | ||
1940 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetQuickStepW"), SuppressUnmanagedCodeSecurity] | 1940 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetQuickStepW"), SuppressUnmanagedCodeSecurity] |
1941 | public static extern dReal WorldGetQuickStepW(IntPtr world); | 1941 | public static extern dReal WorldGetQuickStepW(IntPtr world); |
1942 | 1942 | ||
1943 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetMaxAngularSpeed"), SuppressUnmanagedCodeSecurity] | 1943 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldGetMaxAngularSpeed"), SuppressUnmanagedCodeSecurity] |
1944 | public static extern dReal WorldGetMaxAngularSpeed(IntPtr world); | 1944 | public static extern dReal WorldGetMaxAngularSpeed(IntPtr world); |
1945 | 1945 | ||
1946 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldImpulseToForce"), SuppressUnmanagedCodeSecurity] | 1946 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldImpulseToForce"), SuppressUnmanagedCodeSecurity] |
1947 | public static extern void WorldImpulseToForce(IntPtr world, dReal stepsize, dReal ix, dReal iy, dReal iz, out Vector3 force); | 1947 | public static extern void WorldImpulseToForce(IntPtr world, dReal stepsize, dReal ix, dReal iy, dReal iz, out Vector3 force); |
1948 | 1948 | ||
1949 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldImpulseToForce"), SuppressUnmanagedCodeSecurity] | 1949 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldImpulseToForce"), SuppressUnmanagedCodeSecurity] |
1950 | public static extern void WorldImpulseToForce(IntPtr world, dReal stepsize, dReal ix, dReal iy, dReal iz, out dReal forceX); | 1950 | public static extern void WorldImpulseToForce(IntPtr world, dReal stepsize, dReal ix, dReal iy, dReal iz, out dReal forceX); |
1951 | 1951 | ||
1952 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldQuickStep"), SuppressUnmanagedCodeSecurity] | 1952 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldQuickStep"), SuppressUnmanagedCodeSecurity] |
1953 | public static extern void WorldQuickStep(IntPtr world, dReal stepsize); | 1953 | public static extern void WorldQuickStep(IntPtr world, dReal stepsize); |
1954 | 1954 | ||
1955 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAngularDamping"), SuppressUnmanagedCodeSecurity] | 1955 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAngularDamping"), SuppressUnmanagedCodeSecurity] |
1956 | public static extern void WorldSetAngularDamping(IntPtr world, dReal scale); | 1956 | public static extern void WorldSetAngularDamping(IntPtr world, dReal scale); |
@@ -1958,67 +1958,67 @@ namespace OdeAPI | |||
1958 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAngularDampingThreshold"), SuppressUnmanagedCodeSecurity] | 1958 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAngularDampingThreshold"), SuppressUnmanagedCodeSecurity] |
1959 | public static extern void WorldSetAngularDampingThreshold(IntPtr world, dReal threshold); | 1959 | public static extern void WorldSetAngularDampingThreshold(IntPtr world, dReal threshold); |
1960 | 1960 | ||
1961 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] | 1961 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableAngularThreshold"), SuppressUnmanagedCodeSecurity] |
1962 | public static extern void WorldSetAutoDisableAngularThreshold(IntPtr world, dReal angular_threshold); | 1962 | public static extern void WorldSetAutoDisableAngularThreshold(IntPtr world, dReal angular_threshold); |
1963 | 1963 | ||
1964 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableAverageSamplesCount"), SuppressUnmanagedCodeSecurity] | 1964 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableAverageSamplesCount"), SuppressUnmanagedCodeSecurity] |
1965 | public static extern void WorldSetAutoDisableAverageSamplesCount(IntPtr world, int average_samples_count); | 1965 | public static extern void WorldSetAutoDisableAverageSamplesCount(IntPtr world, int average_samples_count); |
1966 | 1966 | ||
1967 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] | 1967 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableFlag"), SuppressUnmanagedCodeSecurity] |
1968 | public static extern void WorldSetAutoDisableFlag(IntPtr world, bool do_auto_disable); | 1968 | public static extern void WorldSetAutoDisableFlag(IntPtr world, bool do_auto_disable); |
1969 | 1969 | ||
1970 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] | 1970 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableLinearThreshold"), SuppressUnmanagedCodeSecurity] |
1971 | public static extern void WorldSetAutoDisableLinearThreshold(IntPtr world, dReal linear_threshold); | 1971 | public static extern void WorldSetAutoDisableLinearThreshold(IntPtr world, dReal linear_threshold); |
1972 | 1972 | ||
1973 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] | 1973 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableSteps"), SuppressUnmanagedCodeSecurity] |
1974 | public static extern void WorldSetAutoDisableSteps(IntPtr world, int steps); | 1974 | public static extern void WorldSetAutoDisableSteps(IntPtr world, int steps); |
1975 | 1975 | ||
1976 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableTime"), SuppressUnmanagedCodeSecurity] | 1976 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoDisableTime"), SuppressUnmanagedCodeSecurity] |
1977 | public static extern void WorldSetAutoDisableTime(IntPtr world, dReal time); | 1977 | public static extern void WorldSetAutoDisableTime(IntPtr world, dReal time); |
1978 | 1978 | ||
1979 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoEnableDepthSF1"), SuppressUnmanagedCodeSecurity] | 1979 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetAutoEnableDepthSF1"), SuppressUnmanagedCodeSecurity] |
1980 | public static extern void WorldSetAutoEnableDepthSF1(IntPtr world, int autoEnableDepth); | 1980 | public static extern void WorldSetAutoEnableDepthSF1(IntPtr world, int autoEnableDepth); |
1981 | 1981 | ||
1982 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetCFM"), SuppressUnmanagedCodeSecurity] | 1982 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetCFM"), SuppressUnmanagedCodeSecurity] |
1983 | public static extern void WorldSetCFM(IntPtr world, dReal cfm); | 1983 | public static extern void WorldSetCFM(IntPtr world, dReal cfm); |
1984 | 1984 | ||
1985 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetContactMaxCorrectingVel"), SuppressUnmanagedCodeSecurity] | 1985 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetContactMaxCorrectingVel"), SuppressUnmanagedCodeSecurity] |
1986 | public static extern void WorldSetContactMaxCorrectingVel(IntPtr world, dReal vel); | 1986 | public static extern void WorldSetContactMaxCorrectingVel(IntPtr world, dReal vel); |
1987 | 1987 | ||
1988 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetContactSurfaceLayer"), SuppressUnmanagedCodeSecurity] | 1988 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetContactSurfaceLayer"), SuppressUnmanagedCodeSecurity] |
1989 | public static extern void WorldSetContactSurfaceLayer(IntPtr world, dReal depth); | 1989 | public static extern void WorldSetContactSurfaceLayer(IntPtr world, dReal depth); |
1990 | 1990 | ||
1991 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetDamping"), SuppressUnmanagedCodeSecurity] | 1991 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetDamping"), SuppressUnmanagedCodeSecurity] |
1992 | public static extern void WorldSetDamping(IntPtr world, dReal linear_scale, dReal angular_scale); | 1992 | public static extern void WorldSetDamping(IntPtr world, dReal linear_scale, dReal angular_scale); |
1993 | 1993 | ||
1994 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetERP"), SuppressUnmanagedCodeSecurity] | 1994 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetERP"), SuppressUnmanagedCodeSecurity] |
1995 | public static extern void WorldSetERP(IntPtr world, dReal erp); | 1995 | public static extern void WorldSetERP(IntPtr world, dReal erp); |
1996 | |||
1997 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetGravity"), SuppressUnmanagedCodeSecurity] | ||
1998 | public static extern void WorldSetGravity(IntPtr world, dReal x, dReal y, dReal z); | ||
1996 | 1999 | ||
1997 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetGravity"), SuppressUnmanagedCodeSecurity] | ||
1998 | public static extern void WorldSetGravity(IntPtr world, dReal x, dReal y, dReal z); | ||
1999 | |||
2000 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetLinearDamping"), SuppressUnmanagedCodeSecurity] | 2000 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetLinearDamping"), SuppressUnmanagedCodeSecurity] |
2001 | public static extern void WorldSetLinearDamping(IntPtr world, dReal scale); | 2001 | public static extern void WorldSetLinearDamping(IntPtr world, dReal scale); |
2002 | 2002 | ||
2003 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetLinearDampingThreshold"), SuppressUnmanagedCodeSecurity] | 2003 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetLinearDampingThreshold"), SuppressUnmanagedCodeSecurity] |
2004 | public static extern void WorldSetLinearDampingThreshold(IntPtr world, dReal threshold); | 2004 | public static extern void WorldSetLinearDampingThreshold(IntPtr world, dReal threshold); |
2005 | 2005 | ||
2006 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetQuickStepNumIterations"), SuppressUnmanagedCodeSecurity] | 2006 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetQuickStepNumIterations"), SuppressUnmanagedCodeSecurity] |
2007 | public static extern void WorldSetQuickStepNumIterations(IntPtr world, int num); | 2007 | public static extern void WorldSetQuickStepNumIterations(IntPtr world, int num); |
2008 | 2008 | ||
2009 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetQuickStepW"), SuppressUnmanagedCodeSecurity] | 2009 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetQuickStepW"), SuppressUnmanagedCodeSecurity] |
2010 | public static extern void WorldSetQuickStepW(IntPtr world, dReal over_relaxation); | 2010 | public static extern void WorldSetQuickStepW(IntPtr world, dReal over_relaxation); |
2011 | 2011 | ||
2012 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetMaxAngularSpeed"), SuppressUnmanagedCodeSecurity] | 2012 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldSetMaxAngularSpeed"), SuppressUnmanagedCodeSecurity] |
2013 | public static extern void WorldSetMaxAngularSpeed(IntPtr world, dReal max_speed); | 2013 | public static extern void WorldSetMaxAngularSpeed(IntPtr world, dReal max_speed); |
2014 | 2014 | ||
2015 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldStep"), SuppressUnmanagedCodeSecurity] | 2015 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldStep"), SuppressUnmanagedCodeSecurity] |
2016 | public static extern void WorldStep(IntPtr world, dReal stepsize); | 2016 | public static extern void WorldStep(IntPtr world, dReal stepsize); |
2017 | 2017 | ||
2018 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldStepFast1"), SuppressUnmanagedCodeSecurity] | 2018 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldStepFast1"), SuppressUnmanagedCodeSecurity] |
2019 | public static extern void WorldStepFast1(IntPtr world, dReal stepsize, int maxiterations); | 2019 | public static extern void WorldStepFast1(IntPtr world, dReal stepsize, int maxiterations); |
2020 | 2020 | ||
2021 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldExportDIF"), SuppressUnmanagedCodeSecurity] | 2021 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dWorldExportDIF"), SuppressUnmanagedCodeSecurity] |
2022 | public static extern void WorldExportDIF(IntPtr world, string filename, bool append, string prefix); | 2022 | public static extern void WorldExportDIF(IntPtr world, string filename, bool append, string prefix); |
2023 | } | 2023 | } |
2024 | } | 2024 | } |
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs index f7e1044..9cef3d5 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | |||
@@ -67,7 +67,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
67 | StopERP3 = 7 + 512, | 67 | StopERP3 = 7 + 512, |
68 | StopCFM3 = 8 + 512 | 68 | StopCFM3 = 8 + 512 |
69 | } | 69 | } |
70 | 70 | ||
71 | public class OdeCharacter : PhysicsActor | 71 | public class OdeCharacter : PhysicsActor |
72 | { | 72 | { |
73 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 73 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
@@ -121,7 +121,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
121 | private float m_buoyancy = 0f; | 121 | private float m_buoyancy = 0f; |
122 | 122 | ||
123 | private bool m_freemove = false; | 123 | private bool m_freemove = false; |
124 | 124 | ||
125 | // private string m_name = String.Empty; | 125 | // private string m_name = String.Empty; |
126 | // other filter control | 126 | // other filter control |
127 | int m_colliderfilter = 0; | 127 | int m_colliderfilter = 0; |
@@ -155,7 +155,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
155 | public UUID m_uuid; | 155 | public UUID m_uuid; |
156 | public bool bad = false; | 156 | public bool bad = false; |
157 | 157 | ||
158 | float mu; | 158 | float mu; |
159 | 159 | ||
160 | // HoverHeight control | 160 | // HoverHeight control |
161 | private float m_PIDHoverHeight; | 161 | private float m_PIDHoverHeight; |
@@ -218,7 +218,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
218 | walkDivisor = walk_divisor; | 218 | walkDivisor = walk_divisor; |
219 | runDivisor = rundivisor; | 219 | runDivisor = rundivisor; |
220 | 220 | ||
221 | m_mass = m_density * m_size.X * m_size.Y * m_size.Z; ; // sure we have a default | 221 | m_mass = m_density * m_size.X * m_size.Y * m_size.Z; ; // sure we have a default |
222 | 222 | ||
223 | PID_D = basePID_D * m_mass * invtimeStep; | 223 | PID_D = basePID_D * m_mass * invtimeStep; |
224 | PID_P = basePID_P * m_mass * invtimeStep; | 224 | PID_P = basePID_P * m_mass * invtimeStep; |
@@ -256,7 +256,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
256 | 256 | ||
257 | public override uint LocalID | 257 | public override uint LocalID |
258 | { | 258 | { |
259 | get { return m_localID; } | 259 | get { return m_localID; } |
260 | set { m_localID = value; } | 260 | set { m_localID = value; } |
261 | } | 261 | } |
262 | 262 | ||
@@ -508,7 +508,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
508 | { | 508 | { |
509 | m_log.Warn("[PHYSICS]: Got a NaN AvatarSize from Scene on a Character"); | 509 | m_log.Warn("[PHYSICS]: Got a NaN AvatarSize from Scene on a Character"); |
510 | } | 510 | } |
511 | 511 | ||
512 | } | 512 | } |
513 | /// <summary> | 513 | /// <summary> |
514 | /// This creates the Avatar's physical Surrogate at the position supplied | 514 | /// This creates the Avatar's physical Surrogate at the position supplied |
@@ -636,7 +636,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
636 | { | 636 | { |
637 | get | 637 | get |
638 | { | 638 | { |
639 | return m_targetVelocity; | 639 | return m_targetVelocity; |
640 | } | 640 | } |
641 | set | 641 | set |
642 | { | 642 | { |
@@ -774,7 +774,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
774 | 774 | ||
775 | PID_D = basePID_D * m_mass / _parent_scene.ODE_STEPSIZE; | 775 | PID_D = basePID_D * m_mass / _parent_scene.ODE_STEPSIZE; |
776 | PID_P = basePID_P * m_mass / _parent_scene.ODE_STEPSIZE; | 776 | PID_P = basePID_P * m_mass / _parent_scene.ODE_STEPSIZE; |
777 | 777 | ||
778 | Body = d.BodyCreate(_parent_scene.world); | 778 | Body = d.BodyCreate(_parent_scene.world); |
779 | 779 | ||
780 | _zeroFlag = false; | 780 | _zeroFlag = false; |
@@ -900,7 +900,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
900 | x = tx * cos - y * sin; | 900 | x = tx * cos - y * sin; |
901 | y = tx * sin + y * cos; | 901 | y = tx * sin + y * cos; |
902 | } | 902 | } |
903 | 903 | ||
904 | public bool Collide(IntPtr me, IntPtr other, bool reverse, ref d.ContactGeom contact, | 904 | public bool Collide(IntPtr me, IntPtr other, bool reverse, ref d.ContactGeom contact, |
905 | ref d.ContactGeom altContact , ref bool useAltcontact, ref bool feetcollision) | 905 | ref d.ContactGeom altContact , ref bool useAltcontact, ref bool feetcollision) |
906 | { | 906 | { |
@@ -944,7 +944,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
944 | } | 944 | } |
945 | } | 945 | } |
946 | return true; | 946 | return true; |
947 | } | 947 | } |
948 | /* | 948 | /* |
949 | d.AABB aabb; | 949 | d.AABB aabb; |
950 | d.GeomGetAABB(other,out aabb); | 950 | d.GeomGetAABB(other,out aabb); |
@@ -1141,7 +1141,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1141 | n.Y = 0f; | 1141 | n.Y = 0f; |
1142 | n.Z = 1.0f; | 1142 | n.Z = 1.0f; |
1143 | } | 1143 | } |
1144 | } | 1144 | } |
1145 | } | 1145 | } |
1146 | 1146 | ||
1147 | if (depth < 0.2f) | 1147 | if (depth < 0.2f) |
@@ -1223,7 +1223,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1223 | break; | 1223 | break; |
1224 | } // end switch (m_PIDHoverType) | 1224 | } // end switch (m_PIDHoverType) |
1225 | 1225 | ||
1226 | // don't go underground | 1226 | // don't go underground |
1227 | if (m_targetHoverHeight > terrainheight + 0.5f * (aabb.MaxZ - aabb.MinZ)) | 1227 | if (m_targetHoverHeight > terrainheight + 0.5f * (aabb.MaxZ - aabb.MinZ)) |
1228 | { | 1228 | { |
1229 | float fz = (m_targetHoverHeight - localpos.Z); | 1229 | float fz = (m_targetHoverHeight - localpos.Z); |
@@ -1248,7 +1248,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1248 | } | 1248 | } |
1249 | } | 1249 | } |
1250 | } | 1250 | } |
1251 | 1251 | ||
1252 | //****************************************** | 1252 | //****************************************** |
1253 | if (!m_iscolliding) | 1253 | if (!m_iscolliding) |
1254 | m_collideNormal.Z = 0; | 1254 | m_collideNormal.Z = 0; |
@@ -1495,7 +1495,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1495 | /// Used to copy variables from unmanaged space at heartbeat rate and also trigger scene updates acording | 1495 | /// Used to copy variables from unmanaged space at heartbeat rate and also trigger scene updates acording |
1496 | /// also outbounds checking | 1496 | /// also outbounds checking |
1497 | /// copy and outbounds now done in move(..) at ode rate | 1497 | /// copy and outbounds now done in move(..) at ode rate |
1498 | /// | 1498 | /// |
1499 | /// </summary> | 1499 | /// </summary> |
1500 | public void UpdatePositionAndVelocity() | 1500 | public void UpdatePositionAndVelocity() |
1501 | { | 1501 | { |
@@ -1625,7 +1625,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1625 | CollisionEventsThisFrame.Clear(); | 1625 | CollisionEventsThisFrame.Clear(); |
1626 | } | 1626 | } |
1627 | } | 1627 | } |
1628 | } | 1628 | } |
1629 | } | 1629 | } |
1630 | 1630 | ||
1631 | public override bool SubscribedEvents() | 1631 | public override bool SubscribedEvents() |
@@ -1697,7 +1697,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1697 | _position.Z + (m_size.Z - oldsz) * 0.5f); | 1697 | _position.Z + (m_size.Z - oldsz) * 0.5f); |
1698 | 1698 | ||
1699 | // Velocity = Vector3.Zero; | 1699 | // Velocity = Vector3.Zero; |
1700 | m_targetVelocity = Vector3.Zero; | 1700 | m_targetVelocity = Vector3.Zero; |
1701 | 1701 | ||
1702 | _parent_scene.actor_name_map[collider] = (PhysicsActor)this; | 1702 | _parent_scene.actor_name_map[collider] = (PhysicsActor)this; |
1703 | _parent_scene.actor_name_map[capsule] = (PhysicsActor)this; | 1703 | _parent_scene.actor_name_map[capsule] = (PhysicsActor)this; |
@@ -1717,7 +1717,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1717 | d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z); | 1717 | d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z); |
1718 | _position = newPos; | 1718 | _position = newPos; |
1719 | m_freemove = false; | 1719 | m_freemove = false; |
1720 | m_pidControllerActive = true; | 1720 | m_pidControllerActive = true; |
1721 | } | 1721 | } |
1722 | 1722 | ||
1723 | private void changeOrientation(Quaternion newOri) | 1723 | private void changeOrientation(Quaternion newOri) |
@@ -1772,35 +1772,35 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1772 | 1772 | ||
1773 | private void changeSetTorque(Vector3 newTorque) | 1773 | private void changeSetTorque(Vector3 newTorque) |
1774 | { | 1774 | { |
1775 | } | 1775 | } |
1776 | 1776 | ||
1777 | private void changeAddForce(Vector3 newForce) | 1777 | private void changeAddForce(Vector3 newForce) |
1778 | { | 1778 | { |
1779 | } | 1779 | } |
1780 | 1780 | ||
1781 | private void changeAddAngularForce(Vector3 arg) | 1781 | private void changeAddAngularForce(Vector3 arg) |
1782 | { | 1782 | { |
1783 | } | 1783 | } |
1784 | 1784 | ||
1785 | private void changeAngularLock(byte arg) | 1785 | private void changeAngularLock(byte arg) |
1786 | { | 1786 | { |
1787 | } | 1787 | } |
1788 | 1788 | ||
1789 | private void changeFloatOnWater(bool arg) | 1789 | private void changeFloatOnWater(bool arg) |
1790 | { | 1790 | { |
1791 | } | 1791 | } |
1792 | 1792 | ||
1793 | private void changeVolumedetetion(bool arg) | 1793 | private void changeVolumedetetion(bool arg) |
1794 | { | 1794 | { |
1795 | } | 1795 | } |
1796 | 1796 | ||
1797 | private void changeSelectedStatus(bool arg) | 1797 | private void changeSelectedStatus(bool arg) |
1798 | { | 1798 | { |
1799 | } | 1799 | } |
1800 | 1800 | ||
1801 | private void changeDisable(bool arg) | 1801 | private void changeDisable(bool arg) |
1802 | { | 1802 | { |
1803 | } | 1803 | } |
1804 | 1804 | ||
1805 | private void changeBuilding(bool arg) | 1805 | private void changeBuilding(bool arg) |
1806 | { | 1806 | { |
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEDynamics.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEDynamics.cs index fa32441..63bef7c 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEDynamics.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEDynamics.cs | |||
@@ -170,7 +170,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
170 | m_type = vd.m_type; | 170 | m_type = vd.m_type; |
171 | m_flags = vd.m_flags; | 171 | m_flags = vd.m_flags; |
172 | 172 | ||
173 | 173 | ||
174 | // Linear properties | 174 | // Linear properties |
175 | m_linearMotorDirection = vd.m_linearMotorDirection; | 175 | m_linearMotorDirection = vd.m_linearMotorDirection; |
176 | 176 | ||
@@ -761,8 +761,8 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
761 | roll = (float)Math.Atan2(minuszY, zZ); | 761 | roll = (float)Math.Atan2(minuszY, zZ); |
762 | } | 762 | } |
763 | return ; | 763 | return ; |
764 | } | 764 | } |
765 | 765 | ||
766 | internal void Step() | 766 | internal void Step() |
767 | { | 767 | { |
768 | IntPtr Body = rootPrim.Body; | 768 | IntPtr Body = rootPrim.Body; |
@@ -797,7 +797,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
797 | Vector3 curLocalAngVel = curAngVel * irotq; // current angular velocity in local | 797 | Vector3 curLocalAngVel = curAngVel * irotq; // current angular velocity in local |
798 | 798 | ||
799 | float ldampZ = 0; | 799 | float ldampZ = 0; |
800 | 800 | ||
801 | bool mousemode = false; | 801 | bool mousemode = false; |
802 | bool mousemodebank = false; | 802 | bool mousemodebank = false; |
803 | 803 | ||
@@ -852,7 +852,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
852 | m_lmEfect = 0; | 852 | m_lmEfect = 0; |
853 | m_ffactor = 1f; | 853 | m_ffactor = 1f; |
854 | } | 854 | } |
855 | 855 | ||
856 | // hover | 856 | // hover |
857 | if (m_VhoverTimescale < 300 && rootPrim.prim_geom != IntPtr.Zero) | 857 | if (m_VhoverTimescale < 300 && rootPrim.prim_geom != IntPtr.Zero) |
858 | { | 858 | { |
@@ -1001,7 +1001,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1001 | if (broll > halfpi) | 1001 | if (broll > halfpi) |
1002 | broll = pi - broll; | 1002 | broll = pi - broll; |
1003 | else if (broll < -halfpi) | 1003 | else if (broll < -halfpi) |
1004 | broll = -pi - broll; | 1004 | broll = -pi - broll; |
1005 | */ | 1005 | */ |
1006 | broll *= m_bankingEfficiency; | 1006 | broll *= m_bankingEfficiency; |
1007 | if (m_bankingMix != 0) | 1007 | if (m_bankingMix != 0) |
@@ -1054,7 +1054,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1054 | float invamts = 1.0f/m_angularMotorTimescale; | 1054 | float invamts = 1.0f/m_angularMotorTimescale; |
1055 | float tmp; | 1055 | float tmp; |
1056 | 1056 | ||
1057 | // get out of x == 0 plane | 1057 | // get out of x == 0 plane |
1058 | if(Math.Abs(dirv.X) < 0.001f) | 1058 | if(Math.Abs(dirv.X) < 0.001f) |
1059 | dirv.X = 0.001f; | 1059 | dirv.X = 0.001f; |
1060 | 1060 | ||
@@ -1068,7 +1068,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1068 | torque.Y += (tmp - curLocalAngVel.Y) * invamts; | 1068 | torque.Y += (tmp - curLocalAngVel.Y) * invamts; |
1069 | torque.Y -= curLocalAngVel.Y * m_amdampY; | 1069 | torque.Y -= curLocalAngVel.Y * m_amdampY; |
1070 | } | 1070 | } |
1071 | else | 1071 | else |
1072 | torque.Y -= curLocalAngVel.Y * m_invtimestep; | 1072 | torque.Y -= curLocalAngVel.Y * m_invtimestep; |
1073 | 1073 | ||
1074 | if (Math.Abs(dirv.Y) > 0.01) | 1074 | if (Math.Abs(dirv.Y) > 0.01) |
@@ -1099,7 +1099,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1099 | { | 1099 | { |
1100 | if(mousemodebank) | 1100 | if(mousemodebank) |
1101 | torque.X -= curLocalAngVel.X * m_invtimestep; | 1101 | torque.X -= curLocalAngVel.X * m_invtimestep; |
1102 | else | 1102 | else |
1103 | torque.Z -= curLocalAngVel.Z * m_invtimestep; | 1103 | torque.Z -= curLocalAngVel.Z * m_invtimestep; |
1104 | } | 1104 | } |
1105 | } | 1105 | } |
@@ -1133,11 +1133,11 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1133 | if (m_angularDeflectionEfficiency > 0) | 1133 | if (m_angularDeflectionEfficiency > 0) |
1134 | { | 1134 | { |
1135 | Vector3 dirv; | 1135 | Vector3 dirv; |
1136 | 1136 | ||
1137 | if (curLocalVel.X > 0.01f) | 1137 | if (curLocalVel.X > 0.01f) |
1138 | dirv = curLocalVel; | 1138 | dirv = curLocalVel; |
1139 | else if (curLocalVel.X < -0.01f) | 1139 | else if (curLocalVel.X < -0.01f) |
1140 | // use oposite | 1140 | // use oposite |
1141 | dirv = -curLocalVel; | 1141 | dirv = -curLocalVel; |
1142 | else | 1142 | else |
1143 | { | 1143 | { |
@@ -1167,7 +1167,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1167 | torque.Z -= curLocalAngVel.Z * m_amdampZ; | 1167 | torque.Z -= curLocalAngVel.Z * m_amdampZ; |
1168 | } | 1168 | } |
1169 | } | 1169 | } |
1170 | 1170 | ||
1171 | force *= dmass.mass; | 1171 | force *= dmass.mass; |
1172 | 1172 | ||
1173 | force += rootPrim.m_force; | 1173 | force += rootPrim.m_force; |
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs index bb661e5..923e2ff 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEMeshWorker.cs | |||
@@ -27,7 +27,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
27 | AssetOK = 0x0f, // 00001111 | 27 | AssetOK = 0x0f, // 00001111 |
28 | 28 | ||
29 | NeedMask = 0x30, // 00110000 | 29 | NeedMask = 0x30, // 00110000 |
30 | needMesh = 0x10, // 00010000 | 30 | needMesh = 0x10, // 00010000 |
31 | needAsset = 0x20, // 00100000 | 31 | needAsset = 0x20, // 00100000 |
32 | 32 | ||
33 | FailMask = 0xC0, // 11000000 | 33 | FailMask = 0xC0, // 11000000 |
@@ -287,7 +287,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
287 | public bool needsMeshing(ODEPhysRepData repData) | 287 | public bool needsMeshing(ODEPhysRepData repData) |
288 | { | 288 | { |
289 | PrimitiveBaseShape pbs = repData.pbs; | 289 | PrimitiveBaseShape pbs = repData.pbs; |
290 | // check sculpts or meshs | 290 | // check sculpts or meshs |
291 | if (pbs.SculptEntry) | 291 | if (pbs.SculptEntry) |
292 | { | 292 | { |
293 | if (meshSculptedPrim) | 293 | if (meshSculptedPrim) |
@@ -462,7 +462,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
462 | repData.meshState = MeshState.MeshFailed; | 462 | repData.meshState = MeshState.MeshFailed; |
463 | return; | 463 | return; |
464 | } | 464 | } |
465 | } | 465 | } |
466 | } | 466 | } |
467 | 467 | ||
468 | repData.meshState = MeshState.AssetOK; | 468 | repData.meshState = MeshState.AssetOK; |
@@ -525,7 +525,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
525 | } | 525 | } |
526 | 526 | ||
527 | mesh = m_mesher.CreateMesh(actor.Name, pbs, size, clod, true, convex, true); | 527 | mesh = m_mesher.CreateMesh(actor.Name, pbs, size, clod, true, convex, true); |
528 | 528 | ||
529 | if (mesh == null) | 529 | if (mesh == null) |
530 | { | 530 | { |
531 | if (pbs.SculptEntry) | 531 | if (pbs.SculptEntry) |
@@ -607,7 +607,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
607 | 607 | ||
608 | else if (_pbs.PathCurve == (byte)Extrusion.Curve1) | 608 | else if (_pbs.PathCurve == (byte)Extrusion.Curve1) |
609 | { | 609 | { |
610 | //a tube | 610 | //a tube |
611 | 611 | ||
612 | volume *= 0.78539816339e-2f * (float)(200 - _pbs.PathScaleX); | 612 | volume *= 0.78539816339e-2f * (float)(200 - _pbs.PathScaleX); |
613 | tmp = 1.0f - 2.0e-2f * (float)(200 - _pbs.PathScaleY); | 613 | tmp = 1.0f - 2.0e-2f * (float)(200 - _pbs.PathScaleY); |
@@ -857,7 +857,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
857 | // this is crude aproximation | 857 | // this is crude aproximation |
858 | profileBegin = (float)_pbs.ProfileBegin * 2.0e-5f; | 858 | profileBegin = (float)_pbs.ProfileBegin * 2.0e-5f; |
859 | profileEnd = 1.0f - (float)_pbs.ProfileEnd * 2.0e-5f; | 859 | profileEnd = 1.0f - (float)_pbs.ProfileEnd * 2.0e-5f; |
860 | volume *= (profileEnd - profileBegin); | 860 | volume *= (profileEnd - profileBegin); |
861 | 861 | ||
862 | repData.volume = volume; | 862 | repData.volume = volume; |
863 | } | 863 | } |
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEModule.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEModule.cs index 51b8e4e..4cb1736 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEModule.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEModule.cs | |||
@@ -11,16 +11,16 @@ using OpenSim.Region.Framework.Interfaces; | |||
11 | 11 | ||
12 | namespace OpenSim.Region.PhysicsModule.ubOde | 12 | namespace OpenSim.Region.PhysicsModule.ubOde |
13 | { | 13 | { |
14 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ubODEPhysicsScene")] | 14 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ubODEPhysicsScene")] |
15 | class ubOdeModule : INonSharedRegionModule | 15 | class ubOdeModule : INonSharedRegionModule |
16 | { | 16 | { |
17 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 17 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
18 | 18 | ||
19 | private static Dictionary<Scene, ODEScene> m_scenes = new Dictionary<Scene, ODEScene>(); | 19 | private static Dictionary<Scene, ODEScene> m_scenes = new Dictionary<Scene, ODEScene>(); |
20 | private bool m_Enabled = false; | 20 | private bool m_Enabled = false; |
21 | private IConfigSource m_config; | 21 | private IConfigSource m_config; |
22 | private bool OSOdeLib; | 22 | private bool OSOdeLib; |
23 | 23 | ||
24 | 24 | ||
25 | #region INonSharedRegionModule | 25 | #region INonSharedRegionModule |
26 | 26 | ||
@@ -80,7 +80,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
80 | 80 | ||
81 | if(m_scenes.ContainsKey(scene)) // ??? | 81 | if(m_scenes.ContainsKey(scene)) // ??? |
82 | return; | 82 | return; |
83 | ODEScene newodescene = new ODEScene(scene, m_config, Name, Version, OSOdeLib); | 83 | ODEScene newodescene = new ODEScene(scene, m_config, Name, Version, OSOdeLib); |
84 | m_scenes[scene] = newodescene; | 84 | m_scenes[scene] = newodescene; |
85 | } | 85 | } |
86 | 86 | ||
@@ -100,13 +100,13 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
100 | { | 100 | { |
101 | if (!m_Enabled) | 101 | if (!m_Enabled) |
102 | return; | 102 | return; |
103 | 103 | ||
104 | if(m_scenes.ContainsKey(scene)) | 104 | if(m_scenes.ContainsKey(scene)) |
105 | { | 105 | { |
106 | m_scenes[scene].RegionLoaded(); | 106 | m_scenes[scene].RegionLoaded(); |
107 | } | 107 | } |
108 | 108 | ||
109 | } | 109 | } |
110 | #endregion | 110 | #endregion |
111 | } | 111 | } |
112 | } | 112 | } |
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs index a50905b..a2fbf41 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs | |||
@@ -33,7 +33,7 @@ | |||
33 | * ODEDynamics.cs contains methods dealing with Prim Physical motion | 33 | * ODEDynamics.cs contains methods dealing with Prim Physical motion |
34 | * (dynamics) and the associated settings. Old Linear and angular | 34 | * (dynamics) and the associated settings. Old Linear and angular |
35 | * motors for dynamic motion have been replace with MoveLinear() | 35 | * motors for dynamic motion have been replace with MoveLinear() |
36 | * and MoveAngular(); 'Physical' is used only to switch ODE dynamic | 36 | * and MoveAngular(); 'Physical' is used only to switch ODE dynamic |
37 | * simualtion on/off; VEHICAL_TYPE_NONE/VEHICAL_TYPE_<other> is to | 37 | * simualtion on/off; VEHICAL_TYPE_NONE/VEHICAL_TYPE_<other> is to |
38 | * switch between 'VEHICLE' parameter use and general dynamics | 38 | * switch between 'VEHICLE' parameter use and general dynamics |
39 | * settings use. | 39 | * settings use. |
@@ -107,7 +107,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
107 | private float m_targetHoverHeight; | 107 | private float m_targetHoverHeight; |
108 | private float m_groundHeight; | 108 | private float m_groundHeight; |
109 | private float m_waterHeight; | 109 | private float m_waterHeight; |
110 | private float m_buoyancy; //KF: m_buoyancy should be set by llSetBuoyancy() for non-vehicle. | 110 | private float m_buoyancy; //KF: m_buoyancy should be set by llSetBuoyancy() for non-vehicle. |
111 | 111 | ||
112 | private int body_autodisable_frames; | 112 | private int body_autodisable_frames; |
113 | public int bodydisablecontrol = 0; | 113 | public int bodydisablecontrol = 0; |
@@ -143,7 +143,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
143 | 143 | ||
144 | private UUID? m_assetID; | 144 | private UUID? m_assetID; |
145 | private MeshState m_meshState; | 145 | private MeshState m_meshState; |
146 | 146 | ||
147 | public ODEScene _parent_scene; | 147 | public ODEScene _parent_scene; |
148 | 148 | ||
149 | /// <summary> | 149 | /// <summary> |
@@ -888,7 +888,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
888 | 888 | ||
889 | m_lastVelocity = _velocity; | 889 | m_lastVelocity = _velocity; |
890 | if (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) | 890 | if (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) |
891 | m_vehicle.Stop(); | 891 | m_vehicle.Stop(); |
892 | 892 | ||
893 | if(Body != IntPtr.Zero) | 893 | if(Body != IntPtr.Zero) |
894 | d.BodySetLinearVel(Body, 0, 0, 0); // stop it | 894 | d.BodySetLinearVel(Body, 0, 0, 0); // stop it |
@@ -980,7 +980,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
980 | { | 980 | { |
981 | // m_log.DebugFormat("[axislock]: <{0},{1},{2}>", axis.X, axis.Y, axis.Z); | 981 | // m_log.DebugFormat("[axislock]: <{0},{1},{2}>", axis.X, axis.Y, axis.Z); |
982 | AddChange(changes.AngLock, axislock); | 982 | AddChange(changes.AngLock, axislock); |
983 | 983 | ||
984 | } | 984 | } |
985 | 985 | ||
986 | public override void SubscribeEvents(int ms) | 986 | public override void SubscribeEvents(int ms) |
@@ -1464,7 +1464,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1464 | IntPtr vertices, indices; | 1464 | IntPtr vertices, indices; |
1465 | int vertexCount, indexCount; | 1465 | int vertexCount, indexCount; |
1466 | int vertexStride, triStride; | 1466 | int vertexStride, triStride; |
1467 | 1467 | ||
1468 | IMesh mesh = m_mesh; | 1468 | IMesh mesh = m_mesh; |
1469 | 1469 | ||
1470 | if (mesh == null) | 1470 | if (mesh == null) |
@@ -1529,7 +1529,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1529 | m_OBB = _size * 0.5f; | 1529 | m_OBB = _size * 0.5f; |
1530 | m_physCost = 0.1f; | 1530 | m_physCost = 0.1f; |
1531 | m_streamCost = 1.0f; | 1531 | m_streamCost = 1.0f; |
1532 | 1532 | ||
1533 | _parent_scene.mesher.ReleaseMesh(mesh); | 1533 | _parent_scene.mesher.ReleaseMesh(mesh); |
1534 | m_meshState = MeshState.MeshFailed; | 1534 | m_meshState = MeshState.MeshFailed; |
1535 | m_mesh = null; | 1535 | m_mesh = null; |
@@ -1830,7 +1830,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1830 | if (childrenPrim.Count == 0) | 1830 | if (childrenPrim.Count == 0) |
1831 | { | 1831 | { |
1832 | collide_geom = prim_geom; | 1832 | collide_geom = prim_geom; |
1833 | m_targetSpace = _parent_scene.ActiveSpace; | 1833 | m_targetSpace = _parent_scene.ActiveSpace; |
1834 | } | 1834 | } |
1835 | else | 1835 | else |
1836 | { | 1836 | { |
@@ -1911,7 +1911,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1911 | d.BodySetLinearVel(Body, _velocity.X, _velocity.Y, _velocity.Z); | 1911 | d.BodySetLinearVel(Body, _velocity.X, _velocity.Y, _velocity.Z); |
1912 | _zeroFlag = false; | 1912 | _zeroFlag = false; |
1913 | bodydisablecontrol = 0; | 1913 | bodydisablecontrol = 0; |
1914 | } | 1914 | } |
1915 | _parent_scene.addActiveGroups(this); | 1915 | _parent_scene.addActiveGroups(this); |
1916 | } | 1916 | } |
1917 | 1917 | ||
@@ -2011,7 +2011,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
2011 | d.Matrix3 mat = new d.Matrix3(); | 2011 | d.Matrix3 mat = new d.Matrix3(); |
2012 | d.Quaternion quat = new d.Quaternion(); | 2012 | d.Quaternion quat = new d.Quaternion(); |
2013 | 2013 | ||
2014 | d.Mass tmpdmass = new d.Mass { }; | 2014 | d.Mass tmpdmass = new d.Mass { }; |
2015 | d.Mass objdmass = new d.Mass { }; | 2015 | d.Mass objdmass = new d.Mass { }; |
2016 | 2016 | ||
2017 | d.BodyGetMass(Body, out tmpdmass); | 2017 | d.BodyGetMass(Body, out tmpdmass); |
@@ -2039,7 +2039,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
2039 | // subtract current prim inertia from object | 2039 | // subtract current prim inertia from object |
2040 | DMassSubPartFromObj(ref tmpdmass, ref objdmass); | 2040 | DMassSubPartFromObj(ref tmpdmass, ref objdmass); |
2041 | 2041 | ||
2042 | // back prim own inertia | 2042 | // back prim own inertia |
2043 | tmpdmass = primdMass; | 2043 | tmpdmass = primdMass; |
2044 | 2044 | ||
2045 | // update to new position and orientation | 2045 | // update to new position and orientation |
@@ -2444,7 +2444,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
2444 | MakeBody(); | 2444 | MakeBody(); |
2445 | } | 2445 | } |
2446 | 2446 | ||
2447 | 2447 | ||
2448 | #region changes | 2448 | #region changes |
2449 | 2449 | ||
2450 | private void changeadd() | 2450 | private void changeadd() |
@@ -3011,7 +3011,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
3011 | 3011 | ||
3012 | primVolume = repData.volume; | 3012 | primVolume = repData.volume; |
3013 | 3013 | ||
3014 | CreateGeom(); | 3014 | CreateGeom(); |
3015 | 3015 | ||
3016 | if (prim_geom != IntPtr.Zero) | 3016 | if (prim_geom != IntPtr.Zero) |
3017 | { | 3017 | { |
@@ -3145,7 +3145,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
3145 | 3145 | ||
3146 | d.BodySetLinearVel(Body, newVel.X, newVel.Y, newVel.Z); | 3146 | d.BodySetLinearVel(Body, newVel.X, newVel.Y, newVel.Z); |
3147 | } | 3147 | } |
3148 | //resetCollisionAccounting(); | 3148 | //resetCollisionAccounting(); |
3149 | } | 3149 | } |
3150 | _velocity = newVel; | 3150 | _velocity = newVel; |
3151 | } | 3151 | } |
@@ -3171,7 +3171,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
3171 | 3171 | ||
3172 | d.BodySetAngularVel(Body, newAngVel.X, newAngVel.Y, newAngVel.Z); | 3172 | d.BodySetAngularVel(Body, newAngVel.X, newAngVel.Y, newAngVel.Z); |
3173 | } | 3173 | } |
3174 | //resetCollisionAccounting(); | 3174 | //resetCollisionAccounting(); |
3175 | } | 3175 | } |
3176 | m_rotationalVelocity = newAngVel; | 3176 | m_rotationalVelocity = newAngVel; |
3177 | } | 3177 | } |
@@ -3316,7 +3316,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
3316 | // let vehicles sleep | 3316 | // let vehicles sleep |
3317 | if (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) | 3317 | if (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) |
3318 | return; | 3318 | return; |
3319 | 3319 | ||
3320 | if (++bodydisablecontrol < 50) | 3320 | if (++bodydisablecontrol < 50) |
3321 | return; | 3321 | return; |
3322 | 3322 | ||
@@ -3414,7 +3414,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
3414 | break; | 3414 | break; |
3415 | } // end switch (m_PIDHoverType) | 3415 | } // end switch (m_PIDHoverType) |
3416 | 3416 | ||
3417 | // don't go underground unless volumedetector | 3417 | // don't go underground unless volumedetector |
3418 | 3418 | ||
3419 | if (m_targetHoverHeight > m_groundHeight || m_isVolumeDetect) | 3419 | if (m_targetHoverHeight > m_groundHeight || m_isVolumeDetect) |
3420 | { | 3420 | { |
@@ -3526,7 +3526,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
3526 | 3526 | ||
3527 | d.BodySetLinearVel(Body, 0, 0, 0); // stop it | 3527 | d.BodySetLinearVel(Body, 0, 0, 0); // stop it |
3528 | d.BodySetAngularVel(Body, 0, 0, 0); // stop it | 3528 | d.BodySetAngularVel(Body, 0, 0, 0); // stop it |
3529 | d.BodySetPosition(Body, lpos.X, lpos.Y, lpos.Z); // put it somewhere | 3529 | d.BodySetPosition(Body, lpos.X, lpos.Y, lpos.Z); // put it somewhere |
3530 | m_lastposition = _position; | 3530 | m_lastposition = _position; |
3531 | m_lastorientation = _orientation; | 3531 | m_lastorientation = _orientation; |
3532 | 3532 | ||
@@ -3635,7 +3635,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
3635 | _orientation.X = ori.X; | 3635 | _orientation.X = ori.X; |
3636 | _orientation.Y = ori.Y; | 3636 | _orientation.Y = ori.Y; |
3637 | _orientation.Z = ori.Z; | 3637 | _orientation.Z = ori.Z; |
3638 | _orientation.W = ori.W; | 3638 | _orientation.W = ori.W; |
3639 | } | 3639 | } |
3640 | 3640 | ||
3641 | // update velocities and aceleration | 3641 | // update velocities and aceleration |
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs b/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs index adefd5e..f671722 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODERayCastRequestManager.cs | |||
@@ -139,7 +139,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
139 | continue; | 139 | continue; |
140 | } | 140 | } |
141 | } | 141 | } |
142 | 142 | ||
143 | CurrentRayFilter = req.filter; | 143 | CurrentRayFilter = req.filter; |
144 | CurrentMaxCount = req.Count; | 144 | CurrentMaxCount = req.Count; |
145 | 145 | ||
@@ -279,7 +279,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
279 | /// Method that actually initiates the raycast with spaces | 279 | /// Method that actually initiates the raycast with spaces |
280 | /// </summary> | 280 | /// </summary> |
281 | /// <param name="req"></param> | 281 | /// <param name="req"></param> |
282 | /// | 282 | /// |
283 | 283 | ||
284 | private void NoContacts(ODERayRequest req) | 284 | private void NoContacts(ODERayRequest req) |
285 | { | 285 | { |
@@ -488,7 +488,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
488 | newcontactgeom = (d.ContactGeom)Marshal.PtrToStructure(contactptr, typeof(d.ContactGeom)); | 488 | newcontactgeom = (d.ContactGeom)Marshal.PtrToStructure(contactptr, typeof(d.ContactGeom)); |
489 | return true; | 489 | return true; |
490 | } | 490 | } |
491 | 491 | ||
492 | // This is the standard Near. g1 is the ray | 492 | // This is the standard Near. g1 is the ray |
493 | private void near(IntPtr space, IntPtr g1, IntPtr g2) | 493 | private void near(IntPtr space, IntPtr g1, IntPtr g2) |
494 | { | 494 | { |
@@ -530,7 +530,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
530 | uint col1 = d.GeomGetCollideBits(g1); | 530 | uint col1 = d.GeomGetCollideBits(g1); |
531 | uint col2 = d.GeomGetCollideBits(g2); | 531 | uint col2 = d.GeomGetCollideBits(g2); |
532 | */ | 532 | */ |
533 | 533 | ||
534 | uint ID = 0; | 534 | uint ID = 0; |
535 | PhysicsActor p2 = null; | 535 | PhysicsActor p2 = null; |
536 | 536 | ||
@@ -671,7 +671,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
671 | { | 671 | { |
672 | d.GeomDestroy(Plane); | 672 | d.GeomDestroy(Plane); |
673 | Plane = IntPtr.Zero; | 673 | Plane = IntPtr.Zero; |
674 | } | 674 | } |
675 | } | 675 | } |
676 | } | 676 | } |
677 | 677 | ||
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs index 410463c..bed66cc 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs | |||
@@ -97,7 +97,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
97 | 97 | ||
98 | light = 7 // compatibility with old viewers | 98 | light = 7 // compatibility with old viewers |
99 | } | 99 | } |
100 | 100 | ||
101 | public enum changes : int | 101 | public enum changes : int |
102 | { | 102 | { |
103 | Add = 0, // arg null. finishs the prim creation. should be used internally only ( to remove later ?) | 103 | Add = 0, // arg null. finishs the prim creation. should be used internally only ( to remove later ?) |
@@ -182,7 +182,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
182 | const float comumContactERP = 0.75f; | 182 | const float comumContactERP = 0.75f; |
183 | const float comumContactCFM = 0.0001f; | 183 | const float comumContactCFM = 0.0001f; |
184 | const float comumContactSLIP = 0f; | 184 | const float comumContactSLIP = 0f; |
185 | 185 | ||
186 | float frictionMovementMult = 0.8f; | 186 | float frictionMovementMult = 0.8f; |
187 | 187 | ||
188 | float TerrainBounce = 0.1f; | 188 | float TerrainBounce = 0.1f; |
@@ -241,7 +241,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
241 | /// </summary> | 241 | /// </summary> |
242 | private List<PhysicsActor> _collisionEventPrim = new List<PhysicsActor>(); | 242 | private List<PhysicsActor> _collisionEventPrim = new List<PhysicsActor>(); |
243 | private List<PhysicsActor> _collisionEventPrimRemove = new List<PhysicsActor>(); | 243 | private List<PhysicsActor> _collisionEventPrimRemove = new List<PhysicsActor>(); |
244 | 244 | ||
245 | private HashSet<OdeCharacter> _badCharacter = new HashSet<OdeCharacter>(); | 245 | private HashSet<OdeCharacter> _badCharacter = new HashSet<OdeCharacter>(); |
246 | public Dictionary<IntPtr, PhysicsActor> actor_name_map = new Dictionary<IntPtr, PhysicsActor>(); | 246 | public Dictionary<IntPtr, PhysicsActor> actor_name_map = new Dictionary<IntPtr, PhysicsActor>(); |
247 | 247 | ||
@@ -262,7 +262,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
262 | private IntPtr TerrainGeom; | 262 | private IntPtr TerrainGeom; |
263 | private float[] TerrainHeightFieldHeight; | 263 | private float[] TerrainHeightFieldHeight; |
264 | private GCHandle TerrainHeightFieldHeightsHandler = new GCHandle(); | 264 | private GCHandle TerrainHeightFieldHeightsHandler = new GCHandle(); |
265 | 265 | ||
266 | private int m_physicsiterations = 15; | 266 | private int m_physicsiterations = 15; |
267 | private const float m_SkipFramesAtms = 0.40f; // Drop frames gracefully at a 400 ms lag | 267 | private const float m_SkipFramesAtms = 0.40f; // Drop frames gracefully at a 400 ms lag |
268 | // private PhysicsActor PANull = new NullPhysicsActor(); | 268 | // private PhysicsActor PANull = new NullPhysicsActor(); |
@@ -330,7 +330,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
330 | EngineType = pname; | 330 | EngineType = pname; |
331 | PhysicsSceneName = EngineType + "/" + pscene.RegionInfo.RegionName; | 331 | PhysicsSceneName = EngineType + "/" + pscene.RegionInfo.RegionName; |
332 | EngineName = pname + " " + pversion; | 332 | EngineName = pname + " " + pversion; |
333 | m_config = psourceconfig; | 333 | m_config = psourceconfig; |
334 | m_OSOdeLib = pOSOdeLib; | 334 | m_OSOdeLib = pOSOdeLib; |
335 | 335 | ||
336 | // m_OSOdeLib = false; //debug | 336 | // m_OSOdeLib = false; //debug |
@@ -343,7 +343,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
343 | 343 | ||
344 | base.Initialise(m_frameWorkScene.PhysicsRequestAsset, | 344 | base.Initialise(m_frameWorkScene.PhysicsRequestAsset, |
345 | (m_frameWorkScene.Heightmap != null ? m_frameWorkScene.Heightmap.GetFloatsSerialised() : new float[m_frameWorkScene.RegionInfo.RegionSizeX * m_frameWorkScene.RegionInfo.RegionSizeY]), | 345 | (m_frameWorkScene.Heightmap != null ? m_frameWorkScene.Heightmap.GetFloatsSerialised() : new float[m_frameWorkScene.RegionInfo.RegionSizeX * m_frameWorkScene.RegionInfo.RegionSizeY]), |
346 | (float)m_frameWorkScene.RegionInfo.RegionSettings.WaterHeight); | 346 | (float)m_frameWorkScene.RegionInfo.RegionSettings.WaterHeight); |
347 | } | 347 | } |
348 | 348 | ||
349 | public void RegionLoaded() | 349 | public void RegionLoaded() |
@@ -354,7 +354,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
354 | m_log.ErrorFormat("[ubOde] No mesher. module disabled"); | 354 | m_log.ErrorFormat("[ubOde] No mesher. module disabled"); |
355 | return; | 355 | return; |
356 | } | 356 | } |
357 | 357 | ||
358 | m_meshWorker = new ODEMeshWorker(this, m_log, mesher, physicsconfig); | 358 | m_meshWorker = new ODEMeshWorker(this, m_log, mesher, physicsconfig); |
359 | m_frameWorkScene.PhysicsEnabled = true; | 359 | m_frameWorkScene.PhysicsEnabled = true; |
360 | } | 360 | } |
@@ -394,7 +394,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
394 | } | 394 | } |
395 | catch | 395 | catch |
396 | { | 396 | { |
397 | // i must RtC#FM | 397 | // i must RtC#FM |
398 | // i did! | 398 | // i did! |
399 | } | 399 | } |
400 | 400 | ||
@@ -674,7 +674,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
674 | /// <param name="space">The space that contains the geoms. Remember, spaces are also geoms</param> | 674 | /// <param name="space">The space that contains the geoms. Remember, spaces are also geoms</param> |
675 | /// <param name="g1">a geometry or space</param> | 675 | /// <param name="g1">a geometry or space</param> |
676 | /// <param name="g2">another geometry or space</param> | 676 | /// <param name="g2">another geometry or space</param> |
677 | /// | 677 | /// |
678 | 678 | ||
679 | private void near(IntPtr space, IntPtr g1, IntPtr g2) | 679 | private void near(IntPtr space, IntPtr g1, IntPtr g2) |
680 | { | 680 | { |
@@ -784,7 +784,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
784 | if (count == 0) | 784 | if (count == 0) |
785 | return; | 785 | return; |
786 | 786 | ||
787 | // try get physical actors | 787 | // try get physical actors |
788 | PhysicsActor p1; | 788 | PhysicsActor p1; |
789 | PhysicsActor p2; | 789 | PhysicsActor p2; |
790 | 790 | ||
@@ -1135,10 +1135,10 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1135 | chr.IsColliding = false; | 1135 | chr.IsColliding = false; |
1136 | // chr.CollidingGround = false; not done here | 1136 | // chr.CollidingGround = false; not done here |
1137 | chr.CollidingObj = false; | 1137 | chr.CollidingObj = false; |
1138 | 1138 | ||
1139 | if(chr.Body == IntPtr.Zero || chr.collider == IntPtr.Zero ) | 1139 | if(chr.Body == IntPtr.Zero || chr.collider == IntPtr.Zero ) |
1140 | continue; | 1140 | continue; |
1141 | 1141 | ||
1142 | // do colisions with static space | 1142 | // do colisions with static space |
1143 | d.SpaceCollide2(chr.collider, StaticSpace, IntPtr.Zero, nearCallback); | 1143 | d.SpaceCollide2(chr.collider, StaticSpace, IntPtr.Zero, nearCallback); |
1144 | 1144 | ||
@@ -1160,7 +1160,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1160 | foreach (OdePrim aprim in _activeprims) | 1160 | foreach (OdePrim aprim in _activeprims) |
1161 | { | 1161 | { |
1162 | aprim.CollisionScore = 0; | 1162 | aprim.CollisionScore = 0; |
1163 | aprim.IsColliding = false; | 1163 | aprim.IsColliding = false; |
1164 | } | 1164 | } |
1165 | } | 1165 | } |
1166 | lock (_activegroups) | 1166 | lock (_activegroups) |
@@ -1170,7 +1170,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1170 | foreach (OdePrim aprim in _activegroups) | 1170 | foreach (OdePrim aprim in _activegroups) |
1171 | { | 1171 | { |
1172 | if(!aprim.m_outbounds && d.BodyIsEnabled(aprim.Body) && | 1172 | if(!aprim.m_outbounds && d.BodyIsEnabled(aprim.Body) && |
1173 | aprim.collide_geom != IntPtr.Zero) | 1173 | aprim.collide_geom != IntPtr.Zero) |
1174 | { | 1174 | { |
1175 | d.SpaceCollide2(StaticSpace, aprim.collide_geom, IntPtr.Zero, nearCallback); | 1175 | d.SpaceCollide2(StaticSpace, aprim.collide_geom, IntPtr.Zero, nearCallback); |
1176 | d.SpaceCollide2(GroundSpace, aprim.collide_geom, IntPtr.Zero, nearCallback); | 1176 | d.SpaceCollide2(GroundSpace, aprim.collide_geom, IntPtr.Zero, nearCallback); |
@@ -1251,7 +1251,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1251 | size, feetOffset, avDensity, avMovementDivisorWalk, avMovementDivisorRun); | 1251 | size, feetOffset, avDensity, avMovementDivisorWalk, avMovementDivisorRun); |
1252 | newAv.Flying = isFlying; | 1252 | newAv.Flying = isFlying; |
1253 | newAv.MinimumGroundFlightOffset = minimumGroundFlightOffset; | 1253 | newAv.MinimumGroundFlightOffset = minimumGroundFlightOffset; |
1254 | 1254 | ||
1255 | return newAv; | 1255 | return newAv; |
1256 | } | 1256 | } |
1257 | 1257 | ||
@@ -1301,7 +1301,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1301 | 1301 | ||
1302 | public void addActivePrim(OdePrim activatePrim) | 1302 | public void addActivePrim(OdePrim activatePrim) |
1303 | { | 1303 | { |
1304 | // adds active prim.. | 1304 | // adds active prim.. |
1305 | lock (_activeprims) | 1305 | lock (_activeprims) |
1306 | { | 1306 | { |
1307 | if (!_activeprims.Contains(activatePrim)) | 1307 | if (!_activeprims.Contains(activatePrim)) |
@@ -1324,7 +1324,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1324 | OdePrim newPrim; | 1324 | OdePrim newPrim; |
1325 | lock (OdeLock) | 1325 | lock (OdeLock) |
1326 | { | 1326 | { |
1327 | 1327 | ||
1328 | newPrim = new OdePrim(name, this, position, size, rotation, pbs, isphysical, isPhantom, shapeType, localID); | 1328 | newPrim = new OdePrim(name, this, position, size, rotation, pbs, isphysical, isPhantom, shapeType, localID); |
1329 | } | 1329 | } |
1330 | return newPrim; | 1330 | return newPrim; |
@@ -1372,7 +1372,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1372 | { | 1372 | { |
1373 | // lock (OdeLock) | 1373 | // lock (OdeLock) |
1374 | { | 1374 | { |
1375 | 1375 | ||
1376 | OdePrim p = (OdePrim)prim; | 1376 | OdePrim p = (OdePrim)prim; |
1377 | p.setPrimForRemoval(); | 1377 | p.setPrimForRemoval(); |
1378 | } | 1378 | } |
@@ -1423,7 +1423,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1423 | _prims[prim.LocalID] = prim; | 1423 | _prims[prim.LocalID] = prim; |
1424 | } | 1424 | } |
1425 | } | 1425 | } |
1426 | 1426 | ||
1427 | public bool haveActor(PhysicsActor actor) | 1427 | public bool haveActor(PhysicsActor actor) |
1428 | { | 1428 | { |
1429 | if (actor is OdePrim) | 1429 | if (actor is OdePrim) |
@@ -1531,14 +1531,14 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1531 | x = (int)(pos.X * spacesPerMeterX); | 1531 | x = (int)(pos.X * spacesPerMeterX); |
1532 | if (x > spaceGridMaxX) | 1532 | if (x > spaceGridMaxX) |
1533 | return staticPrimspaceOffRegion[1]; | 1533 | return staticPrimspaceOffRegion[1]; |
1534 | 1534 | ||
1535 | y = (int)(pos.Y * spacesPerMeterY); | 1535 | y = (int)(pos.Y * spacesPerMeterY); |
1536 | if (y > spaceGridMaxY) | 1536 | if (y > spaceGridMaxY) |
1537 | return staticPrimspaceOffRegion[3]; | 1537 | return staticPrimspaceOffRegion[3]; |
1538 | 1538 | ||
1539 | return staticPrimspace[x, y]; | 1539 | return staticPrimspace[x, y]; |
1540 | } | 1540 | } |
1541 | 1541 | ||
1542 | #endregion | 1542 | #endregion |
1543 | 1543 | ||
1544 | 1544 | ||
@@ -1628,7 +1628,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1628 | TimeSpan timedif = now - m_lastframe; | 1628 | TimeSpan timedif = now - m_lastframe; |
1629 | float timeStep = (float)timedif.TotalSeconds; | 1629 | float timeStep = (float)timedif.TotalSeconds; |
1630 | m_lastframe = now; | 1630 | m_lastframe = now; |
1631 | 1631 | ||
1632 | // acumulate time so we can reduce error | 1632 | // acumulate time so we can reduce error |
1633 | step_time += timeStep; | 1633 | step_time += timeStep; |
1634 | 1634 | ||
@@ -1654,7 +1654,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1654 | } | 1654 | } |
1655 | 1655 | ||
1656 | ODEchangeitem item; | 1656 | ODEchangeitem item; |
1657 | 1657 | ||
1658 | // d.WorldSetQuickStepNumIterations(world, curphysiteractions); | 1658 | // d.WorldSetQuickStepNumIterations(world, curphysiteractions); |
1659 | 1659 | ||
1660 | int loopstartMS = Util.EnvironmentTickCount(); | 1660 | int loopstartMS = Util.EnvironmentTickCount(); |
@@ -1662,9 +1662,9 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1662 | int changestimeMS = 0; | 1662 | int changestimeMS = 0; |
1663 | int maxChangestime = (int)(reqTimeStep * 500f); // half the time | 1663 | int maxChangestime = (int)(reqTimeStep * 500f); // half the time |
1664 | int maxLoopTime = (int)(reqTimeStep * 1200f); // 1.2 the time | 1664 | int maxLoopTime = (int)(reqTimeStep * 1200f); // 1.2 the time |
1665 | 1665 | ||
1666 | d.AllocateODEDataForThread(~0U); | 1666 | d.AllocateODEDataForThread(~0U); |
1667 | 1667 | ||
1668 | if (ChangesQueue.Count > 0) | 1668 | if (ChangesQueue.Count > 0) |
1669 | { | 1669 | { |
1670 | while (ChangesQueue.Dequeue(out item)) | 1670 | while (ChangesQueue.Dequeue(out item)) |
@@ -1726,7 +1726,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1726 | aprim.Move(); | 1726 | aprim.Move(); |
1727 | } | 1727 | } |
1728 | } | 1728 | } |
1729 | 1729 | ||
1730 | m_rayCastManager.ProcessQueuedRequests(); | 1730 | m_rayCastManager.ProcessQueuedRequests(); |
1731 | 1731 | ||
1732 | collision_optimized(); | 1732 | collision_optimized(); |
@@ -1750,7 +1750,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1750 | { | 1750 | { |
1751 | pobj.SendCollisions((int)(odetimestepMS)); | 1751 | pobj.SendCollisions((int)(odetimestepMS)); |
1752 | if(pobj.Body != IntPtr.Zero && !pobj.m_isSelected && | 1752 | if(pobj.Body != IntPtr.Zero && !pobj.m_isSelected && |
1753 | !pobj.m_disabled && !pobj.m_building && | 1753 | !pobj.m_disabled && !pobj.m_building && |
1754 | !d.BodyIsEnabled(pobj.Body)) | 1754 | !d.BodyIsEnabled(pobj.Body)) |
1755 | sleepers.Add(pobj); | 1755 | sleepers.Add(pobj); |
1756 | } | 1756 | } |
@@ -1900,7 +1900,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1900 | 1900 | ||
1901 | d.WorldExportDIF(world, fname, physics_logging_append_existing_logfile, prefix); | 1901 | d.WorldExportDIF(world, fname, physics_logging_append_existing_logfile, prefix); |
1902 | } | 1902 | } |
1903 | 1903 | ||
1904 | fps = (float)nodeframes * ODE_STEPSIZE / reqTimeStep; | 1904 | fps = (float)nodeframes * ODE_STEPSIZE / reqTimeStep; |
1905 | 1905 | ||
1906 | if(step_time < HalfOdeStep) | 1906 | if(step_time < HalfOdeStep) |
@@ -2166,7 +2166,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
2166 | h0 = (float)heights[iy]; // 0,1 | 2166 | h0 = (float)heights[iy]; // 0,1 |
2167 | h2 = (float)heights[iy+xstep]; // 1,1 vertice | 2167 | h2 = (float)heights[iy+xstep]; // 1,1 vertice |
2168 | norm.X = h0 - h2; | 2168 | norm.X = h0 - h2; |
2169 | norm.Y = h1 - h0; | 2169 | norm.Y = h1 - h0; |
2170 | } | 2170 | } |
2171 | else | 2171 | else |
2172 | { | 2172 | { |
@@ -2214,7 +2214,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
2214 | const float thickness = 10f; | 2214 | const float thickness = 10f; |
2215 | const int wrap = 0; | 2215 | const int wrap = 0; |
2216 | 2216 | ||
2217 | 2217 | ||
2218 | float hfmin = float.MaxValue; | 2218 | float hfmin = float.MaxValue; |
2219 | float hfmax = float.MinValue; | 2219 | float hfmax = float.MinValue; |
2220 | float val; | 2220 | float val; |
@@ -2503,7 +2503,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
2503 | 2503 | ||
2504 | orderedPrims.Sort(compareByCollisionsDesc); | 2504 | orderedPrims.Sort(compareByCollisionsDesc); |
2505 | topColliders = orderedPrims.Take(25).ToDictionary(p => p.LocalID, p => p.CollisionScore); | 2505 | topColliders = orderedPrims.Take(25).ToDictionary(p => p.LocalID, p => p.CollisionScore); |
2506 | 2506 | ||
2507 | return topColliders; | 2507 | return topColliders; |
2508 | } | 2508 | } |
2509 | 2509 | ||
@@ -2546,7 +2546,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
2546 | } | 2546 | } |
2547 | } | 2547 | } |
2548 | 2548 | ||
2549 | 2549 | ||
2550 | public override List<ContactResult> RaycastWorld(Vector3 position, Vector3 direction, float length, int Count) | 2550 | public override List<ContactResult> RaycastWorld(Vector3 position, Vector3 direction, float length, int Count) |
2551 | { | 2551 | { |
2552 | List<ContactResult> ourresults = new List<ContactResult>(); | 2552 | List<ContactResult> ourresults = new List<ContactResult>(); |
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Mesh.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Mesh.cs index 0cdaa60..5d2b1f7 100644 --- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Mesh.cs +++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Mesh.cs | |||
@@ -243,8 +243,8 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
243 | triangle.v3.Z) | 243 | triangle.v3.Z) |
244 | || (triangle.v2.X == triangle.v3.X && triangle.v2.Y == triangle.v3.Y && triangle.v2.Z == | 244 | || (triangle.v2.X == triangle.v3.X && triangle.v2.Y == triangle.v3.Y && triangle.v2.Z == |
245 | triangle.v3.Z) | 245 | triangle.v3.Z) |
246 | ) | 246 | ) |
247 | { | 247 | { |
248 | return; | 248 | return; |
249 | } | 249 | } |
250 | 250 | ||
@@ -444,7 +444,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
444 | { | 444 | { |
445 | if (m_indicesPtr != IntPtr.Zero || m_verticesPtr != IntPtr.Zero) | 445 | if (m_indicesPtr != IntPtr.Zero || m_verticesPtr != IntPtr.Zero) |
446 | throw new NotSupportedException("Attempt to Append to a pinned Mesh"); | 446 | throw new NotSupportedException("Attempt to Append to a pinned Mesh"); |
447 | 447 | ||
448 | if (!(newMesh is Mesh)) | 448 | if (!(newMesh is Mesh)) |
449 | return; | 449 | return; |
450 | 450 | ||
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs index 7f0713a..163f439 100644 --- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs +++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs | |||
@@ -58,8 +58,8 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
58 | // Setting baseDir to a path will enable the dumping of raw files | 58 | // Setting baseDir to a path will enable the dumping of raw files |
59 | // raw files can be imported by blender so a visual inspection of the results can be done | 59 | // raw files can be imported by blender so a visual inspection of the results can be done |
60 | 60 | ||
61 | private bool m_Enabled = false; | 61 | private bool m_Enabled = false; |
62 | 62 | ||
63 | public static object diskLock = new object(); | 63 | public static object diskLock = new object(); |
64 | 64 | ||
65 | public bool doMeshFileCache = true; | 65 | public bool doMeshFileCache = true; |
@@ -120,7 +120,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
120 | } | 120 | } |
121 | 121 | ||
122 | CacheExpire = TimeSpan.FromHours(fcache); | 122 | CacheExpire = TimeSpan.FromHours(fcache); |
123 | 123 | ||
124 | lock (diskLock) | 124 | lock (diskLock) |
125 | { | 125 | { |
126 | if(doMeshFileCache && cachePath != "") | 126 | if(doMeshFileCache && cachePath != "") |
@@ -165,9 +165,9 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
165 | if (!m_Enabled) | 165 | if (!m_Enabled) |
166 | return; | 166 | return; |
167 | } | 167 | } |
168 | 168 | ||
169 | #endregion | 169 | #endregion |
170 | 170 | ||
171 | /// <summary> | 171 | /// <summary> |
172 | /// creates a simple box mesh of the specified size. This mesh is of very low vertex count and may | 172 | /// creates a simple box mesh of the specified size. This mesh is of very low vertex count and may |
173 | /// be useful as a backup proxy when level of detail is not needed or when more complex meshes fail | 173 | /// be useful as a backup proxy when level of detail is not needed or when more complex meshes fail |
@@ -266,7 +266,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
266 | private void AddSubMesh(OSDMap subMeshData, List<Coord> coords, List<Face> faces) | 266 | private void AddSubMesh(OSDMap subMeshData, List<Coord> coords, List<Face> faces) |
267 | { | 267 | { |
268 | // Console.WriteLine("subMeshMap for {0} - {1}", primName, Util.GetFormattedXml((OSD)subMeshMap)); | 268 | // Console.WriteLine("subMeshMap for {0} - {1}", primName, Util.GetFormattedXml((OSD)subMeshMap)); |
269 | 269 | ||
270 | // As per http://wiki.secondlife.com/wiki/Mesh/Mesh_Asset_Format, some Mesh Level | 270 | // As per http://wiki.secondlife.com/wiki/Mesh/Mesh_Asset_Format, some Mesh Level |
271 | // of Detail Blocks (maps) contain just a NoGeometry key to signal there is no | 271 | // of Detail Blocks (maps) contain just a NoGeometry key to signal there is no |
272 | // geometry for this submesh. | 272 | // geometry for this submesh. |
@@ -294,15 +294,15 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
294 | ushort uX = Utils.BytesToUInt16(posBytes, i); | 294 | ushort uX = Utils.BytesToUInt16(posBytes, i); |
295 | ushort uY = Utils.BytesToUInt16(posBytes, i + 2); | 295 | ushort uY = Utils.BytesToUInt16(posBytes, i + 2); |
296 | ushort uZ = Utils.BytesToUInt16(posBytes, i + 4); | 296 | ushort uZ = Utils.BytesToUInt16(posBytes, i + 4); |
297 | 297 | ||
298 | Coord c = new Coord( | 298 | Coord c = new Coord( |
299 | Utils.UInt16ToFloat(uX, posMin.X, posMax.X), | 299 | Utils.UInt16ToFloat(uX, posMin.X, posMax.X), |
300 | Utils.UInt16ToFloat(uY, posMin.Y, posMax.Y), | 300 | Utils.UInt16ToFloat(uY, posMin.Y, posMax.Y), |
301 | Utils.UInt16ToFloat(uZ, posMin.Z, posMax.Z)); | 301 | Utils.UInt16ToFloat(uZ, posMin.Z, posMax.Z)); |
302 | 302 | ||
303 | coords.Add(c); | 303 | coords.Add(c); |
304 | } | 304 | } |
305 | 305 | ||
306 | byte[] triangleBytes = subMeshData["TriangleList"].AsBinary(); | 306 | byte[] triangleBytes = subMeshData["TriangleList"].AsBinary(); |
307 | for (int i = 0; i < triangleBytes.Length; i += 6) | 307 | for (int i = 0; i < triangleBytes.Length; i += 6) |
308 | { | 308 | { |
@@ -448,7 +448,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
448 | if (physicsParms != null) | 448 | if (physicsParms != null) |
449 | usemesh = true; | 449 | usemesh = true; |
450 | } | 450 | } |
451 | 451 | ||
452 | if(!usemesh && (map.ContainsKey("physics_convex"))) | 452 | if(!usemesh && (map.ContainsKey("physics_convex"))) |
453 | physicsParms = (OSDMap)map["physics_convex"]; | 453 | physicsParms = (OSDMap)map["physics_convex"]; |
454 | 454 | ||
@@ -488,9 +488,9 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
488 | 488 | ||
489 | byte[] decompressedBuf = outMs.GetBuffer(); | 489 | byte[] decompressedBuf = outMs.GetBuffer(); |
490 | 490 | ||
491 | decodedMeshOsd = OSDParser.DeserializeLLSDBinary(decompressedBuf); | 491 | decodedMeshOsd = OSDParser.DeserializeLLSDBinary(decompressedBuf); |
492 | } | 492 | } |
493 | } | 493 | } |
494 | } | 494 | } |
495 | } | 495 | } |
496 | catch (Exception e) | 496 | catch (Exception e) |
@@ -622,7 +622,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
622 | faces.Add(f); | 622 | faces.Add(f); |
623 | } | 623 | } |
624 | vertsoffset += vs.Count; | 624 | vertsoffset += vs.Count; |
625 | vs.Clear(); | 625 | vs.Clear(); |
626 | continue; | 626 | continue; |
627 | } | 627 | } |
628 | /* | 628 | /* |
@@ -648,7 +648,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
648 | c.Z = hullr.Vertices[i].z; | 648 | c.Z = hullr.Vertices[i].z; |
649 | coords.Add(c); | 649 | coords.Add(c); |
650 | } | 650 | } |
651 | 651 | ||
652 | for (i = 0; i < nindexs; i += 3) | 652 | for (i = 0; i < nindexs; i += 3) |
653 | { | 653 | { |
654 | t1 = hullr.Indices[i]; | 654 | t1 = hullr.Indices[i]; |
@@ -687,7 +687,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
687 | c.Z = vs[i].z; | 687 | c.Z = vs[i].z; |
688 | coords.Add(c); | 688 | coords.Add(c); |
689 | } | 689 | } |
690 | 690 | ||
691 | for (i = 0; i < nindexs; i += 3) | 691 | for (i = 0; i < nindexs; i += 3) |
692 | { | 692 | { |
693 | t1 = indices[i]; | 693 | t1 = indices[i]; |
@@ -707,12 +707,12 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
707 | } | 707 | } |
708 | } | 708 | } |
709 | if (coords.Count > 0 && faces.Count > 0) | 709 | if (coords.Count > 0 && faces.Count > 0) |
710 | return true; | 710 | return true; |
711 | } | 711 | } |
712 | else | 712 | else |
713 | { | 713 | { |
714 | // if neither mesh or decomposition present, warn and use convex | 714 | // if neither mesh or decomposition present, warn and use convex |
715 | m_log.WarnFormat("[MESH]: Data for PRIM shape type ( mesh or decomposition) not found for prim {0}",primName); | 715 | m_log.WarnFormat("[MESH]: Data for PRIM shape type ( mesh or decomposition) not found for prim {0}",primName); |
716 | } | 716 | } |
717 | } | 717 | } |
718 | vs.Clear(); | 718 | vs.Clear(); |
@@ -947,7 +947,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
947 | { | 947 | { |
948 | PrimMesh primMesh; | 948 | PrimMesh primMesh; |
949 | coords = new List<Coord>(); | 949 | coords = new List<Coord>(); |
950 | faces = new List<Face>(); | 950 | faces = new List<Face>(); |
951 | 951 | ||
952 | float pathShearX = primShape.PathShearX < 128 ? (float)primShape.PathShearX * 0.01f : (float)(primShape.PathShearX - 256) * 0.01f; | 952 | float pathShearX = primShape.PathShearX < 128 ? (float)primShape.PathShearX * 0.01f : (float)(primShape.PathShearX - 256) * 0.01f; |
953 | float pathShearY = primShape.PathShearY < 128 ? (float)primShape.PathShearY * 0.01f : (float)(primShape.PathShearY - 256) * 0.01f; | 953 | float pathShearY = primShape.PathShearY < 128 ? (float)primShape.PathShearY * 0.01f : (float)(primShape.PathShearY - 256) * 0.01f; |
@@ -975,7 +975,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
975 | profileHollow = 0.0f; | 975 | profileHollow = 0.0f; |
976 | else if (profileHollow > 0.95f) | 976 | else if (profileHollow > 0.95f) |
977 | profileHollow = 0.95f; | 977 | profileHollow = 0.95f; |
978 | 978 | ||
979 | int sides = 4; | 979 | int sides = 4; |
980 | LevelOfDetail iLOD = (LevelOfDetail)lod; | 980 | LevelOfDetail iLOD = (LevelOfDetail)lod; |
981 | byte profshape = (byte)(primShape.ProfileCurve & 0x07); | 981 | byte profshape = (byte)(primShape.ProfileCurve & 0x07); |
@@ -1033,7 +1033,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
1033 | } | 1033 | } |
1034 | 1034 | ||
1035 | primMesh = new PrimMesh(sides, profileBegin, profileEnd, profileHollow, hollowSides); | 1035 | primMesh = new PrimMesh(sides, profileBegin, profileEnd, profileHollow, hollowSides); |
1036 | 1036 | ||
1037 | if (primMesh.errorMessage != null) | 1037 | if (primMesh.errorMessage != null) |
1038 | if (primMesh.errorMessage.Length > 0) | 1038 | if (primMesh.errorMessage.Length > 0) |
1039 | m_log.Error("[ERROR] " + primMesh.errorMessage); | 1039 | m_log.Error("[ERROR] " + primMesh.errorMessage); |
@@ -1162,7 +1162,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
1162 | for (int i = 0; i < someBytes.Length; i++) | 1162 | for (int i = 0; i < someBytes.Length; i++) |
1163 | hash = mdjb2(hash, someBytes[i]); | 1163 | hash = mdjb2(hash, someBytes[i]); |
1164 | hash = hash << 8; | 1164 | hash = hash << 8; |
1165 | } | 1165 | } |
1166 | 1166 | ||
1167 | if (convex) | 1167 | if (convex) |
1168 | hash |= 4; | 1168 | hash |= 4; |
@@ -1204,7 +1204,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
1204 | { | 1204 | { |
1205 | return CreateMesh(primName, primShape, size, lod, false, false, false); | 1205 | return CreateMesh(primName, primShape, size, lod, false, false, false); |
1206 | } | 1206 | } |
1207 | 1207 | ||
1208 | public IMesh GetMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex) | 1208 | public IMesh GetMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex) |
1209 | { | 1209 | { |
1210 | Mesh mesh = null; | 1210 | Mesh mesh = null; |
@@ -1245,7 +1245,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
1245 | } | 1245 | } |
1246 | 1246 | ||
1247 | private static Vector3 m_MeshUnitSize = new Vector3(1.0f, 1.0f, 1.0f); | 1247 | private static Vector3 m_MeshUnitSize = new Vector3(1.0f, 1.0f, 1.0f); |
1248 | 1248 | ||
1249 | public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex, bool forOde) | 1249 | public IMesh CreateMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex, bool forOde) |
1250 | { | 1250 | { |
1251 | #if SPAM | 1251 | #if SPAM |
@@ -1348,7 +1348,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
1348 | m_uniqueMeshes.Add(key, mesh); | 1348 | m_uniqueMeshes.Add(key, mesh); |
1349 | } | 1349 | } |
1350 | catch { } | 1350 | catch { } |
1351 | } | 1351 | } |
1352 | 1352 | ||
1353 | return mesh; | 1353 | return mesh; |
1354 | } | 1354 | } |
@@ -1380,7 +1380,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
1380 | m_uniqueReleasedMeshes.Add(mesh.Key, mesh); | 1380 | m_uniqueReleasedMeshes.Add(mesh.Key, mesh); |
1381 | } | 1381 | } |
1382 | catch { } | 1382 | catch { } |
1383 | } | 1383 | } |
1384 | } | 1384 | } |
1385 | } | 1385 | } |
1386 | 1386 | ||
@@ -1447,7 +1447,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
1447 | // BinaryFormatter bformatter = new BinaryFormatter(); | 1447 | // BinaryFormatter bformatter = new BinaryFormatter(); |
1448 | mesh = Mesh.FromStream(stream,key); | 1448 | mesh = Mesh.FromStream(stream,key); |
1449 | } | 1449 | } |
1450 | 1450 | ||
1451 | } | 1451 | } |
1452 | catch (Exception e) | 1452 | catch (Exception e) |
1453 | { | 1453 | { |
@@ -1524,7 +1524,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
1524 | } | 1524 | } |
1525 | } | 1525 | } |
1526 | } | 1526 | } |
1527 | 1527 | ||
1528 | public void ExpireFileCache() | 1528 | public void ExpireFileCache() |
1529 | { | 1529 | { |
1530 | if (!doCacheExpire) | 1530 | if (!doCacheExpire) |
@@ -1543,8 +1543,8 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing | |||
1543 | int ndirs = 0; | 1543 | int ndirs = 0; |
1544 | DateTime OlderTime = File.GetLastAccessTimeUtc(controlfile) - CacheExpire; | 1544 | DateTime OlderTime = File.GetLastAccessTimeUtc(controlfile) - CacheExpire; |
1545 | File.SetLastAccessTimeUtc(controlfile, DateTime.UtcNow); | 1545 | File.SetLastAccessTimeUtc(controlfile, DateTime.UtcNow); |
1546 | 1546 | ||
1547 | foreach (string dir in Directory.GetDirectories(cachePath)) | 1547 | foreach (string dir in Directory.GetDirectories(cachePath)) |
1548 | { | 1548 | { |
1549 | try | 1549 | try |
1550 | { | 1550 | { |
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs index 51d067a..10facf2 100644 --- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs +++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/PrimMesher.cs | |||
@@ -522,7 +522,7 @@ namespace PrimMesher | |||
522 | public Profile(int sides, float profileStart, float profileEnd, float hollow, int hollowSides, bool hasProfileCut, bool createFaces) | 522 | public Profile(int sides, float profileStart, float profileEnd, float hollow, int hollowSides, bool hasProfileCut, bool createFaces) |
523 | { | 523 | { |
524 | const float halfSqr2 = 0.7071067811866f; | 524 | const float halfSqr2 = 0.7071067811866f; |
525 | 525 | ||
526 | coords = new List<Coord>(); | 526 | coords = new List<Coord>(); |
527 | faces = new List<Face>(); | 527 | faces = new List<Face>(); |
528 | 528 | ||
@@ -769,7 +769,7 @@ namespace PrimMesher | |||
769 | } | 769 | } |
770 | } | 770 | } |
771 | } | 771 | } |
772 | 772 | ||
773 | } | 773 | } |
774 | 774 | ||
775 | else if (createFaces) | 775 | else if (createFaces) |
@@ -865,7 +865,7 @@ namespace PrimMesher | |||
865 | int i; | 865 | int i; |
866 | int numVerts = coords.Count; | 866 | int numVerts = coords.Count; |
867 | Coord vert; | 867 | Coord vert; |
868 | 868 | ||
869 | for (i = 0; i < numVerts; i++) | 869 | for (i = 0; i < numVerts; i++) |
870 | { | 870 | { |
871 | vert = coords[i]; | 871 | vert = coords[i]; |
@@ -1226,7 +1226,7 @@ namespace PrimMesher | |||
1226 | s += "\nrevolutions..........: " + this.revolutions.ToString(); | 1226 | s += "\nrevolutions..........: " + this.revolutions.ToString(); |
1227 | s += "\nstepsPerRevolution...: " + this.stepsPerRevolution.ToString(); | 1227 | s += "\nstepsPerRevolution...: " + this.stepsPerRevolution.ToString(); |
1228 | s += "\nhasProfileCut........: " + this.hasProfileCut.ToString(); | 1228 | s += "\nhasProfileCut........: " + this.hasProfileCut.ToString(); |
1229 | s += "\nhasHollow............: " + this.hasHollow.ToString(); | 1229 | s += "\nhasHollow............: " + this.hasHollow.ToString(); |
1230 | 1230 | ||
1231 | return s; | 1231 | return s; |
1232 | } | 1232 | } |
@@ -1324,7 +1324,7 @@ namespace PrimMesher | |||
1324 | needEndFaces = true; | 1324 | needEndFaces = true; |
1325 | } | 1325 | } |
1326 | else needEndFaces = true; | 1326 | else needEndFaces = true; |
1327 | 1327 | ||
1328 | if (pathType == PathType.Circular) | 1328 | if (pathType == PathType.Circular) |
1329 | { | 1329 | { |
1330 | if (sides == 3) | 1330 | if (sides == 3) |
@@ -1377,7 +1377,7 @@ namespace PrimMesher | |||
1377 | hollow *= 1.414f; | 1377 | hollow *= 1.414f; |
1378 | } | 1378 | } |
1379 | 1379 | ||
1380 | Profile profile = new Profile(sides, profileStart, profileEnd, hollow, hollowSides, | 1380 | Profile profile = new Profile(sides, profileStart, profileEnd, hollow, hollowSides, |
1381 | HasProfileCut,true); | 1381 | HasProfileCut,true); |
1382 | errorMessage = profile.errorMessage; | 1382 | errorMessage = profile.errorMessage; |
1383 | 1383 | ||
@@ -1407,7 +1407,7 @@ namespace PrimMesher | |||
1407 | path.stepsPerRevolution = stepsPerRevolution; | 1407 | path.stepsPerRevolution = stepsPerRevolution; |
1408 | 1408 | ||
1409 | path.Create(pathType, steps); | 1409 | path.Create(pathType, steps); |
1410 | 1410 | ||
1411 | int lastNode = path.pathNodes.Count - 1; | 1411 | int lastNode = path.pathNodes.Count - 1; |
1412 | 1412 | ||
1413 | for (int nodeIndex = 0; nodeIndex < path.pathNodes.Count; nodeIndex++) | 1413 | for (int nodeIndex = 0; nodeIndex < path.pathNodes.Count; nodeIndex++) |
@@ -1537,7 +1537,7 @@ namespace PrimMesher | |||
1537 | /// DEPRICATED - use Extrude(PathType.Linear) instead | 1537 | /// DEPRICATED - use Extrude(PathType.Linear) instead |
1538 | /// Extrudes a profile along a straight line path. Used for prim types box, cylinder, and prism. | 1538 | /// Extrudes a profile along a straight line path. Used for prim types box, cylinder, and prism. |
1539 | /// </summary> | 1539 | /// </summary> |
1540 | /// | 1540 | /// |
1541 | public void ExtrudeLinear() | 1541 | public void ExtrudeLinear() |
1542 | { | 1542 | { |
1543 | Extrude(PathType.Linear); | 1543 | Extrude(PathType.Linear); |
@@ -1548,7 +1548,7 @@ namespace PrimMesher | |||
1548 | /// DEPRICATED - use Extrude(PathType.Circular) instead | 1548 | /// DEPRICATED - use Extrude(PathType.Circular) instead |
1549 | /// Extrude a profile into a circular path prim mesh. Used for prim types torus, tube, and ring. | 1549 | /// Extrude a profile into a circular path prim mesh. Used for prim types torus, tube, and ring. |
1550 | /// </summary> | 1550 | /// </summary> |
1551 | /// | 1551 | /// |
1552 | public void ExtrudeCircular() | 1552 | public void ExtrudeCircular() |
1553 | { | 1553 | { |
1554 | Extrude(PathType.Circular); | 1554 | Extrude(PathType.Circular); |
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Properties/AssemblyInfo.cs index adb1f2e..6503e35 100644 --- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Properties/AssemblyInfo.cs | |||
@@ -3,7 +3,7 @@ using System.Runtime.CompilerServices; | |||
3 | using System.Runtime.InteropServices; | 3 | using System.Runtime.InteropServices; |
4 | using Mono.Addins; | 4 | using Mono.Addins; |
5 | 5 | ||
6 | // General Information about an assembly is controlled through the following | 6 | // General Information about an assembly is controlled through the following |
7 | // set of attributes. Change these attribute values to modify the information | 7 | // set of attributes. Change these attribute values to modify the information |
8 | // associated with an assembly. | 8 | // associated with an assembly. |
9 | [assembly: AssemblyTitle("OpenSim.Region.PhysicsModule.ubODEMeshing")] | 9 | [assembly: AssemblyTitle("OpenSim.Region.PhysicsModule.ubODEMeshing")] |
@@ -15,8 +15,8 @@ using Mono.Addins; | |||
15 | [assembly: AssemblyTrademark("")] | 15 | [assembly: AssemblyTrademark("")] |
16 | [assembly: AssemblyCulture("")] | 16 | [assembly: AssemblyCulture("")] |
17 | 17 | ||
18 | // Setting ComVisible to false makes the types in this assembly not visible | 18 | // Setting ComVisible to false makes the types in this assembly not visible |
19 | // to COM components. If you need to access a type in this assembly from | 19 | // to COM components. If you need to access a type in this assembly from |
20 | // COM, set the ComVisible attribute to true on that type. | 20 | // COM, set the ComVisible attribute to true on that type. |
21 | [assembly: ComVisible(false)] | 21 | [assembly: ComVisible(false)] |
22 | 22 | ||
@@ -26,7 +26,7 @@ using Mono.Addins; | |||
26 | // Version information for an assembly consists of the following four values: | 26 | // Version information for an assembly consists of the following four values: |
27 | // | 27 | // |
28 | // Major Version | 28 | // Major Version |
29 | // Minor Version | 29 | // Minor Version |
30 | // Build Number | 30 | // Build Number |
31 | // Revision | 31 | // Revision |
32 | // | 32 | // |
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/SculptMap.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/SculptMap.cs index 2ca2af7..ebe2523 100644 --- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/SculptMap.cs +++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/SculptMap.cs | |||
@@ -57,7 +57,7 @@ namespace PrimMesher | |||
57 | int numLodPixels = lod * lod; // (32 * 2)^2 = 64^2 pixels for default sculpt map image | 57 | int numLodPixels = lod * lod; // (32 * 2)^2 = 64^2 pixels for default sculpt map image |
58 | 58 | ||
59 | bool needsScaling = false; | 59 | bool needsScaling = false; |
60 | bool smallMap = false; | 60 | bool smallMap = false; |
61 | 61 | ||
62 | width = bmW; | 62 | width = bmW; |
63 | height = bmH; | 63 | height = bmH; |