aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/SharedBase
diff options
context:
space:
mode:
authorUbitUmarov2016-08-27 22:10:31 +0100
committerUbitUmarov2016-08-27 22:10:31 +0100
commit9128c88d9b626fcff8c7442d4f497ebb7737c731 (patch)
treec53f2e2fe0bbbc43d98d7af612812ddb9d7da293 /OpenSim/Region/PhysicsModules/SharedBase
parentImport plumbing from Halcyon for camera data to physics engine. (diff)
downloadopensim-SC_OLD-9128c88d9b626fcff8c7442d4f497ebb7737c731.zip
opensim-SC_OLD-9128c88d9b626fcff8c7442d4f497ebb7737c731.tar.gz
opensim-SC_OLD-9128c88d9b626fcff8c7442d4f497ebb7737c731.tar.bz2
opensim-SC_OLD-9128c88d9b626fcff8c7442d4f497ebb7737c731.tar.xz
remove excess data
Diffstat (limited to 'OpenSim/Region/PhysicsModules/SharedBase')
-rw-r--r--OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs
index f140e09..891d6c0 100644
--- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs
+++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs
@@ -58,11 +58,8 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
58 public struct CameraData 58 public struct CameraData
59 { 59 {
60 public Quaternion CameraRotation; 60 public Quaternion CameraRotation;
61 public Vector3 CameraPosition;
62 public bool MouseLook; 61 public bool MouseLook;
63 public bool Valid; 62 public bool Valid;
64 public Quaternion HeadRotation;
65 public Quaternion BodyRotation;
66 } 63 }
67 64
68 public struct ContactPoint 65 public struct ContactPoint