diff options
Diffstat (limited to 'OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs | 3 |
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 |