diff options
Diffstat (limited to 'Assets/Materials')
| -rw-r--r-- | Assets/Materials/Ball.mat | 2 | ||||
| -rw-r--r-- | Assets/Materials/Ball.physicMaterial | 14 | ||||
| -rw-r--r-- | Assets/Materials/Ball.physicMaterial.meta | 8 | ||||
| -rw-r--r-- | Assets/Materials/Ground.mat | 2 | ||||
| -rw-r--r-- | Assets/Materials/Trail.mat | 6 |
5 files changed, 27 insertions, 5 deletions
diff --git a/Assets/Materials/Ball.mat b/Assets/Materials/Ball.mat index 05de71f..ac5e636 100644 --- a/Assets/Materials/Ball.mat +++ b/Assets/Materials/Ball.mat @@ -98,7 +98,7 @@ Material: - _Parallax: 0.005 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 0.5 + - _Smoothness: 0.75 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 - _SrcBlend: 1 diff --git a/Assets/Materials/Ball.physicMaterial b/Assets/Materials/Ball.physicMaterial new file mode 100644 index 0000000..a7c50b1 --- /dev/null +++ b/Assets/Materials/Ball.physicMaterial @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!134 &13400000 +PhysicMaterial: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ball + dynamicFriction: 0 + staticFriction: 0 + bounciness: 0 + frictionCombine: 1 + bounceCombine: 1 diff --git a/Assets/Materials/Ball.physicMaterial.meta b/Assets/Materials/Ball.physicMaterial.meta new file mode 100644 index 0000000..ac4a6cc --- /dev/null +++ b/Assets/Materials/Ball.physicMaterial.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 09db7697c314c020fb2fd649227ca7d4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 13400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/Ground.mat b/Assets/Materials/Ground.mat index 8591274..8032be5 100644 --- a/Assets/Materials/Ground.mat +++ b/Assets/Materials/Ground.mat @@ -98,7 +98,7 @@ Material: - _Parallax: 0.005 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 0.5 + - _Smoothness: 0 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 - _SrcBlend: 1 diff --git a/Assets/Materials/Trail.mat b/Assets/Materials/Trail.mat index 2bb3855..7b0da91 100644 --- a/Assets/Materials/Trail.mat +++ b/Assets/Materials/Trail.mat @@ -98,7 +98,7 @@ Material: - _Parallax: 0.005 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 0.5 + - _Smoothness: 0 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 - _SrcBlend: 1 @@ -106,8 +106,8 @@ Material: - _WorkflowMode: 1 - _ZWrite: 1 m_Colors: - - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - - _Color: {r: 1, g: 1, b: 1, a: 1} + - _BaseColor: {r: 1, g: 0, b: 0, a: 1} + - _Color: {r: 1, g: 0, b: 0, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} m_BuildTextureStacks: [] |
