코어, 자원, 벽, 플레이어 시작 위치 설정
Flatkit 기능 일부 활용 테스트
This commit is contained in:
@@ -39,10 +39,10 @@ Material:
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Ints: []
|
||||
m_Floats:
|
||||
- _ColorThresholdMax: 0.25
|
||||
- _ColorThresholdMax: 0.2
|
||||
- _ColorThresholdMin: 0
|
||||
- _DepthThresholdMax: 0.1
|
||||
- _DepthThresholdMin: 0.1
|
||||
- _DepthThresholdMax: 2.6
|
||||
- _DepthThresholdMin: 2.31
|
||||
- _FadeRangeEnd: 50
|
||||
- _FadeRangeStart: 10
|
||||
- _NormalThresholdMax: 2
|
||||
@@ -71,15 +71,15 @@ MonoBehaviour:
|
||||
fadeRangeStart: 10
|
||||
fadeRangeEnd: 50
|
||||
useDepth: 0
|
||||
minDepthThreshold: 0.1
|
||||
maxDepthThreshold: 0.1
|
||||
minDepthThreshold: 2.31
|
||||
maxDepthThreshold: 2.6
|
||||
useNormals: 1
|
||||
minNormalsThreshold: 1
|
||||
maxNormalsThreshold: 2
|
||||
useColor: 1
|
||||
minColorThreshold: 0
|
||||
maxColorThreshold: 0.25
|
||||
maxColorThreshold: 0.2
|
||||
renderEvent: 500
|
||||
outlineOnly: 0
|
||||
applyInSceneView: 1
|
||||
effectMaterial: {fileID: -3130267085085746722}
|
||||
effectMaterial: {fileID: 0}
|
||||
|
||||
Reference in New Issue
Block a user