diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/SurfaceTouchEventArgs.cs | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/OpenSim/Framework/SurfaceTouchEventArgs.cs b/OpenSim/Framework/SurfaceTouchEventArgs.cs index f34d8ba..1fc83c2 100644 --- a/OpenSim/Framework/SurfaceTouchEventArgs.cs +++ b/OpenSim/Framework/SurfaceTouchEventArgs.cs | |||
@@ -1,17 +1,17 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using OpenMetaverse; | 4 | using OpenMetaverse; |
5 | 5 | ||
6 | namespace OpenSim.Framework | 6 | namespace OpenSim.Framework |
7 | { | 7 | { |
8 | public class SurfaceTouchEventArgs | 8 | public class SurfaceTouchEventArgs |
9 | { | 9 | { |
10 | public Vector3 Binormal; | 10 | public Vector3 Binormal; |
11 | public int FaceIndex; | 11 | public int FaceIndex; |
12 | public Vector3 Normal; | 12 | public Vector3 Normal; |
13 | public Vector3 Position; | 13 | public Vector3 Position; |
14 | public Vector3 STCoord; | 14 | public Vector3 STCoord; |
15 | public Vector3 UVCoord; | 15 | public Vector3 UVCoord; |
16 | } | 16 | } |
17 | } | 17 | } |