Skip to content

Commit 6072a95

Browse files
committed
Working version of RayCursor
0 parents  commit 6072a95

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+4835
-0
lines changed

.gitignore

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
###
2+
# Unity folders and files
3+
###
4+
[Aa]ssets/AssetStoreTools*
5+
[Bb]uild/
6+
[Ll]ibrary/
7+
[Ll]ocal[Cc]ache/
8+
[Oo]bj/
9+
[Tt]emp/
10+
[Uu]nityGenerated/
11+
[Ll]ogs/
12+
# file on crash reports
13+
sysinfo.txt
14+
# Unity3D generated meta files
15+
*.pidb.meta
16+
17+
###
18+
# VS/MD solution and project files
19+
###
20+
.vs
21+
[Ee]xportedObj/
22+
*.booproj
23+
*.csproj
24+
*.sln
25+
*.suo
26+
*.svd
27+
*.unityproj
28+
*.user
29+
*.userprefs
30+
*.pidb
31+
.DS_Store
32+
33+
###
34+
# OS generated
35+
###
36+
.DS_Store
37+
.DS_Store?
38+
._*
39+
.Spotlight-V100
40+
.Trashes
41+
Icon?
42+
ehthumbs.db
43+
Thumbs.db
44+
45+
46+
XP*.csv
47+
/XP1_frameLog.bin
48+
VRPoint_Data
49+
/UnityPlayer.dll
50+
/VRPoint.exe
51+
/*.png

Assets/RayCursor.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/RayCursor/Materials.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/RayCursor/Materials/Cursor.mat

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: Cursor
10+
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
11+
m_ShaderKeywords: _EMISSION
12+
m_LightmapFlags: 1
13+
m_EnableInstancingVariants: 0
14+
m_DoubleSidedGI: 0
15+
m_CustomRenderQueue: -1
16+
stringTagMap: {}
17+
disabledShaderPasses: []
18+
m_SavedProperties:
19+
serializedVersion: 3
20+
m_TexEnvs:
21+
- _BumpMap:
22+
m_Texture: {fileID: 0}
23+
m_Scale: {x: 1, y: 1}
24+
m_Offset: {x: 0, y: 0}
25+
- _DetailAlbedoMap:
26+
m_Texture: {fileID: 0}
27+
m_Scale: {x: 1, y: 1}
28+
m_Offset: {x: 0, y: 0}
29+
- _DetailMask:
30+
m_Texture: {fileID: 0}
31+
m_Scale: {x: 1, y: 1}
32+
m_Offset: {x: 0, y: 0}
33+
- _DetailNormalMap:
34+
m_Texture: {fileID: 0}
35+
m_Scale: {x: 1, y: 1}
36+
m_Offset: {x: 0, y: 0}
37+
- _EmissionMap:
38+
m_Texture: {fileID: 0}
39+
m_Scale: {x: 1, y: 1}
40+
m_Offset: {x: 0, y: 0}
41+
- _MainTex:
42+
m_Texture: {fileID: 0}
43+
m_Scale: {x: 1, y: 1}
44+
m_Offset: {x: 0, y: 0}
45+
- _MetallicGlossMap:
46+
m_Texture: {fileID: 0}
47+
m_Scale: {x: 1, y: 1}
48+
m_Offset: {x: 0, y: 0}
49+
- _OcclusionMap:
50+
m_Texture: {fileID: 0}
51+
m_Scale: {x: 1, y: 1}
52+
m_Offset: {x: 0, y: 0}
53+
- _ParallaxMap:
54+
m_Texture: {fileID: 0}
55+
m_Scale: {x: 1, y: 1}
56+
m_Offset: {x: 0, y: 0}
57+
m_Floats:
58+
- _BumpScale: 1
59+
- _Cutoff: 0.5
60+
- _DetailNormalMapScale: 1
61+
- _DstBlend: 0
62+
- _GlossMapScale: 1
63+
- _Glossiness: 0.596
64+
- _GlossyReflections: 1
65+
- _Metallic: 0
66+
- _Mode: 0
67+
- _OcclusionStrength: 1
68+
- _Parallax: 0.02
69+
- _SmoothnessTextureChannel: 0
70+
- _SpecularHighlights: 1
71+
- _SrcBlend: 1
72+
- _UVSec: 0
73+
- _ZWrite: 1
74+
m_Colors:
75+
- _Color: {r: 1, g: 0, b: 0, a: 1}
76+
- _EmissionColor: {r: 0.72794116, g: 0, b: 0, a: 1}

Assets/RayCursor/Materials/Cursor.mat.meta

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: HighlightMaterial
10+
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
11+
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON _EMISSION
12+
m_LightmapFlags: 1
13+
m_EnableInstancingVariants: 0
14+
m_DoubleSidedGI: 0
15+
m_CustomRenderQueue: 3000
16+
stringTagMap:
17+
RenderType: Transparent
18+
disabledShaderPasses: []
19+
m_SavedProperties:
20+
serializedVersion: 3
21+
m_TexEnvs:
22+
- _BumpMap:
23+
m_Texture: {fileID: 0}
24+
m_Scale: {x: 1, y: 1}
25+
m_Offset: {x: 0, y: 0}
26+
- _DetailAlbedoMap:
27+
m_Texture: {fileID: 0}
28+
m_Scale: {x: 1, y: 1}
29+
m_Offset: {x: 0, y: 0}
30+
- _DetailMask:
31+
m_Texture: {fileID: 0}
32+
m_Scale: {x: 1, y: 1}
33+
m_Offset: {x: 0, y: 0}
34+
- _DetailNormalMap:
35+
m_Texture: {fileID: 0}
36+
m_Scale: {x: 1, y: 1}
37+
m_Offset: {x: 0, y: 0}
38+
- _EmissionMap:
39+
m_Texture: {fileID: 0}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
- _MainTex:
43+
m_Texture: {fileID: 0}
44+
m_Scale: {x: 1, y: 1}
45+
m_Offset: {x: 0, y: 0}
46+
- _MetallicGlossMap:
47+
m_Texture: {fileID: 0}
48+
m_Scale: {x: 1, y: 1}
49+
m_Offset: {x: 0, y: 0}
50+
- _OcclusionMap:
51+
m_Texture: {fileID: 0}
52+
m_Scale: {x: 1, y: 1}
53+
m_Offset: {x: 0, y: 0}
54+
- _ParallaxMap:
55+
m_Texture: {fileID: 0}
56+
m_Scale: {x: 1, y: 1}
57+
m_Offset: {x: 0, y: 0}
58+
m_Floats:
59+
- _BumpScale: 1
60+
- _Cutoff: 0.5
61+
- _DetailNormalMapScale: 1
62+
- _DstBlend: 10
63+
- _GlossMapScale: 1
64+
- _Glossiness: 0.554
65+
- _GlossyReflections: 1
66+
- _Metallic: 0
67+
- _Mode: 3
68+
- _OcclusionStrength: 1
69+
- _Parallax: 0.02
70+
- _SmoothnessTextureChannel: 0
71+
- _SpecularHighlights: 1
72+
- _SrcBlend: 1
73+
- _UVSec: 0
74+
- _ZWrite: 0
75+
m_Colors:
76+
- _Color: {r: 0, g: 0, b: 0, a: 0}
77+
- _EmissionColor: {r: 0.65882355, g: 0.65882355, b: 0.65882355, a: 1}

Assets/RayCursor/Materials/HighlightMaterial.mat.meta

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/RayCursor/Materials/Ray.mat

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
10+
m_Name: Ray
11+
m_Shader: {fileID: 10755, guid: 0000000000000000f000000000000000, type: 0}
12+
m_ShaderKeywords: _ALPHABLEND_ON _GLOSSYREFLECTIONS_OFF _SPECULARHIGHLIGHTS_OFF
13+
m_LightmapFlags: 4
14+
m_EnableInstancingVariants: 0
15+
m_DoubleSidedGI: 0
16+
m_CustomRenderQueue: -1
17+
stringTagMap: {}
18+
disabledShaderPasses: []
19+
m_SavedProperties:
20+
serializedVersion: 3
21+
m_TexEnvs:
22+
- _BumpMap:
23+
m_Texture: {fileID: 0}
24+
m_Scale: {x: 1, y: 1}
25+
m_Offset: {x: 0, y: 0}
26+
- _DetailAlbedoMap:
27+
m_Texture: {fileID: 0}
28+
m_Scale: {x: 1, y: 1}
29+
m_Offset: {x: 0, y: 0}
30+
- _DetailMask:
31+
m_Texture: {fileID: 0}
32+
m_Scale: {x: 1, y: 1}
33+
m_Offset: {x: 0, y: 0}
34+
- _DetailNormalMap:
35+
m_Texture: {fileID: 0}
36+
m_Scale: {x: 1, y: 1}
37+
m_Offset: {x: 0, y: 0}
38+
- _EmissionMap:
39+
m_Texture: {fileID: 0}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
- _MainTex:
43+
m_Texture: {fileID: 0}
44+
m_Scale: {x: 1, y: 1}
45+
m_Offset: {x: 0, y: 0}
46+
- _MetallicGlossMap:
47+
m_Texture: {fileID: 0}
48+
m_Scale: {x: 1, y: 1}
49+
m_Offset: {x: 0, y: 0}
50+
- _OcclusionMap:
51+
m_Texture: {fileID: 0}
52+
m_Scale: {x: 1, y: 1}
53+
m_Offset: {x: 0, y: 0}
54+
- _ParallaxMap:
55+
m_Texture: {fileID: 0}
56+
m_Scale: {x: 1, y: 1}
57+
m_Offset: {x: 0, y: 0}
58+
- _SpecGlossMap:
59+
m_Texture: {fileID: 0}
60+
m_Scale: {x: 1, y: 1}
61+
m_Offset: {x: 0, y: 0}
62+
m_Floats:
63+
- _BlendOp: 0
64+
- _BumpScale: 1
65+
- _CameraFadingEnabled: 0
66+
- _CameraFarFadeDistance: 2
67+
- _CameraNearFadeDistance: 1
68+
- _ColorMask: 15
69+
- _ColorMode: 0
70+
- _Cull: 2
71+
- _Cutoff: 0.5
72+
- _Darken: 1
73+
- _DetailNormalMapScale: 1
74+
- _DistortionBlend: 0.5
75+
- _DistortionEnabled: 0
76+
- _DistortionStrength: 1
77+
- _DistortionStrengthScaled: 0.1
78+
- _DstBlend: 10
79+
- _EmissionEnabled: 0
80+
- _FlipbookMode: 0
81+
- _GlossMapScale: 1
82+
- _Glossiness: 0.5
83+
- _GlossyReflections: 0
84+
- _InvFade: 1.24
85+
- _LightingEnabled: 0
86+
- _Metallic: 0
87+
- _Mode: 2
88+
- _OcclusionStrength: 1
89+
- _Parallax: 0.02
90+
- _SeeThru: 0
91+
- _SmoothnessTextureChannel: 0
92+
- _SoftParticlesEnabled: 0
93+
- _SoftParticlesFarFadeDistance: 1
94+
- _SoftParticlesNearFadeDistance: 0
95+
- _SpecularHighlights: 0
96+
- _SrcBlend: 5
97+
- _Stencil: 0
98+
- _StencilComp: 8
99+
- _StencilOp: 0
100+
- _StencilReadMask: 255
101+
- _StencilWriteMask: 255
102+
- _UVSec: 0
103+
- _UseUIAlphaClip: 0
104+
- _WireThickness: 100
105+
- _ZWrite: 0
106+
m_Colors:
107+
- _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0}
108+
- _Color: {r: 0, g: 1, b: 0.50196075, a: 1}
109+
- _ColorAddSubDiff: {r: -1, g: 0, b: 0, a: 0}
110+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
111+
- _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0}
112+
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
113+
- _TintColor: {r: 1, g: 1, b: 1, a: 1}

Assets/RayCursor/Materials/Ray.mat.meta

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/RayCursor/Prefabs.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)