Skip to content

Commit b64307c

Browse files
committed
Marching Madness
Started work on marching cubes! The madness begins!
1 parent 48ae5a6 commit b64307c

File tree

8 files changed

+1697
-25
lines changed

8 files changed

+1697
-25
lines changed
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 8
6+
m_ObjectHideFlags: 0
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
10+
m_Name: IsoSurfaceTesting
11+
m_Shader: {fileID: 4800000, guid: 8d2bb70cbf9db8d4da26e15b26e74248, type: 3}
12+
m_ValidKeywords:
13+
- _SURFACE_TYPE_TRANSPARENT
14+
m_InvalidKeywords: []
15+
m_LightmapFlags: 4
16+
m_EnableInstancingVariants: 0
17+
m_DoubleSidedGI: 0
18+
m_CustomRenderQueue: 3000
19+
stringTagMap:
20+
RenderType: Transparent
21+
disabledShaderPasses:
22+
- DepthOnly
23+
- SHADOWCASTER
24+
m_SavedProperties:
25+
serializedVersion: 3
26+
m_TexEnvs:
27+
- _BaseMap:
28+
m_Texture: {fileID: 0}
29+
m_Scale: {x: 1, y: 1}
30+
m_Offset: {x: 0, y: 0}
31+
- _BumpMap:
32+
m_Texture: {fileID: 0}
33+
m_Scale: {x: 1, y: 1}
34+
m_Offset: {x: 0, y: 0}
35+
- _DetailAlbedoMap:
36+
m_Texture: {fileID: 0}
37+
m_Scale: {x: 1, y: 1}
38+
m_Offset: {x: 0, y: 0}
39+
- _DetailMask:
40+
m_Texture: {fileID: 0}
41+
m_Scale: {x: 1, y: 1}
42+
m_Offset: {x: 0, y: 0}
43+
- _DetailNormalMap:
44+
m_Texture: {fileID: 0}
45+
m_Scale: {x: 1, y: 1}
46+
m_Offset: {x: 0, y: 0}
47+
- _EmissionMap:
48+
m_Texture: {fileID: 0}
49+
m_Scale: {x: 1, y: 1}
50+
m_Offset: {x: 0, y: 0}
51+
- _MainTex:
52+
m_Texture: {fileID: 0}
53+
m_Scale: {x: 1, y: 1}
54+
m_Offset: {x: 0, y: 0}
55+
- _MetallicGlossMap:
56+
m_Texture: {fileID: 0}
57+
m_Scale: {x: 1, y: 1}
58+
m_Offset: {x: 0, y: 0}
59+
- _OcclusionMap:
60+
m_Texture: {fileID: 0}
61+
m_Scale: {x: 1, y: 1}
62+
m_Offset: {x: 0, y: 0}
63+
- _ParallaxMap:
64+
m_Texture: {fileID: 0}
65+
m_Scale: {x: 1, y: 1}
66+
m_Offset: {x: 0, y: 0}
67+
- _SpecGlossMap:
68+
m_Texture: {fileID: 0}
69+
m_Scale: {x: 1, y: 1}
70+
m_Offset: {x: 0, y: 0}
71+
- unity_Lightmaps:
72+
m_Texture: {fileID: 0}
73+
m_Scale: {x: 1, y: 1}
74+
m_Offset: {x: 0, y: 0}
75+
- unity_LightmapsInd:
76+
m_Texture: {fileID: 0}
77+
m_Scale: {x: 1, y: 1}
78+
m_Offset: {x: 0, y: 0}
79+
- unity_ShadowMasks:
80+
m_Texture: {fileID: 0}
81+
m_Scale: {x: 1, y: 1}
82+
m_Offset: {x: 0, y: 0}
83+
m_Ints: []
84+
m_Floats:
85+
- _AlphaClip: 0
86+
- _Blend: 0
87+
- _BumpScale: 1
88+
- _ClearCoatMask: 0
89+
- _ClearCoatSmoothness: 0
90+
- _Cull: 2
91+
- _Cutoff: 0.5
92+
- _DetailAlbedoMapScale: 1
93+
- _DetailNormalMapScale: 1
94+
- _DstBlend: 10
95+
- _EnvironmentReflections: 1
96+
- _GlossMapScale: 0
97+
- _Glossiness: 0
98+
- _GlossinessSource: 0
99+
- _GlossyReflections: 0
100+
- _Metallic: 0
101+
- _OcclusionStrength: 1
102+
- _Parallax: 0.005
103+
- _QueueOffset: 0
104+
- _ReceiveShadows: 1
105+
- _Shininess: 0
106+
- _Smoothness: 0.5
107+
- _SmoothnessSource: 0
108+
- _SmoothnessTextureChannel: 0
109+
- _SpecSource: 0
110+
- _SpecularHighlights: 1
111+
- _SrcBlend: 5
112+
- _Surface: 1
113+
- _WorkflowMode: 1
114+
- _ZWrite: 0
115+
m_Colors:
116+
- _BaseColor: {r: 0.039649326, g: 0.08822013, b: 0.9339623, a: 0.85882354}
117+
- _Color: {r: 0.039649326, g: 0.08822011, b: 0.9339623, a: 0.85882354}
118+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
119+
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
120+
m_BuildTextureStacks: []
121+
--- !u!114 &1890881969322899667
122+
MonoBehaviour:
123+
m_ObjectHideFlags: 11
124+
m_CorrespondingSourceObject: {fileID: 0}
125+
m_PrefabInstance: {fileID: 0}
126+
m_PrefabAsset: {fileID: 0}
127+
m_GameObject: {fileID: 0}
128+
m_Enabled: 1
129+
m_EditorHideFlags: 0
130+
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
131+
m_Name:
132+
m_EditorClassIdentifier:
133+
version: 5

Assets/Materials/IsoSurfaceTesting.mat.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)