Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ease-ph
DeepLanguageUnderstanding
Physics Simulator
Commits
01f9ad24
Verified
Commit
01f9ad24
authored
Mar 05, 2020
by
Sebastian Höffner
Browse files
Updating scene.
parent
97a6b5a8
Changes
16
Expand all
Hide whitespace changes
Inline
Side-by-side
Assets/DLU/ModifiedAssets/FX_Steam.prefab
View file @
01f9ad24
...
...
@@ -4807,11 +4807,11 @@ ParticleSystemRenderer:
m_RenderAlignment
:
2
m_Pivot
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Flip
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_UseCustomVertexStreams
:
0
m_UseCustomVertexStreams
:
1
m_EnableGPUInstancing
:
0
m_ApplyActiveColorSpace
:
0
m_AllowRoll
:
1
m_VertexStreams
:
00010304
05
m_VertexStreams
:
00010304
m_Mesh
:
{
fileID
:
10202
,
guid
:
0000000000000000e000000000000000
,
type
:
0
}
m_Mesh1
:
{
fileID
:
0
}
m_Mesh2
:
{
fileID
:
0
}
...
...
Assets/DLU/ModifiedAssets/Lamp.prefab
View file @
01f9ad24
...
...
@@ -42,9 +42,9 @@ Light:
serializedVersion
:
10
m_Type
:
2
m_Shape
:
0
m_Color
:
{
r
:
1
,
g
:
0.9
444179
,
b
:
0.
7372549
,
a
:
1
}
m_Color
:
{
r
:
1
,
g
:
0.9
773303
,
b
:
0.
8915094
,
a
:
1
}
m_Intensity
:
1.2
m_Range
:
1
1
m_Range
:
1
0.5
m_SpotAngle
:
30
m_InnerSpotAngle
:
21.80208
m_CookieSize
:
10
...
...
Assets/DLU/ModifiedAssets/glass.mat
View file @
01f9ad24
...
...
@@ -8,9 +8,9 @@ Material:
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
glass
m_Shader
:
{
fileID
:
4
800000
,
guid
:
6e4ae4064600d784cac1e41a9e6f2e59
,
type
:
3
}
m_ShaderKeywords
:
_BLENDMODE_ALPHA _ENABLE_FOG_ON_TRANSPARENT
_NORMALMAP_TANGENT_SPACE
_SURFACE_TYPE_TRANSPARENT
m_Shader
:
{
fileID
:
4
6
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_ALPHABLEND_ON
_BLENDMODE_ALPHA
_EMISSION
_ENABLE_FOG_ON_TRANSPARENT
_NORMALMAP_TANGENT_SPACE
_SURFACE_TYPE_TRANSPARENT
m_LightmapFlags
:
2
m_EnableInstancingVariants
:
0
m_DoubleSidedGI
:
0
...
...
@@ -237,7 +237,7 @@ Material:
-
_SpecularAAThreshold
:
0.2
-
_SpecularHighlights
:
1
-
_SpecularOcclusionMode
:
1
-
_SrcBlend
:
1
-
_SrcBlend
:
5
-
_StencilRef
:
2
-
_StencilRefDepth
:
0
-
_StencilRefDistortionVec
:
64
...
...
Assets/DLU/ModifiedAssets/lamp.mat
View file @
01f9ad24
...
...
@@ -21,9 +21,9 @@ Material:
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
lamp
m_Shader
:
{
fileID
:
4
800000
,
guid
:
6e4ae4064600d784cac1e41a9e6f2e59
,
type
:
3
}
m_ShaderKeywords
:
_BLENDMODE_ALPHA _ENABLE_FOG_ON_TRANSPARENT
_NORMALMAP_TANGENT_SPACE
_SURFACE_TYPE_TRANSPARENT
m_Shader
:
{
fileID
:
4
6
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_ALPHABLEND_ON
_BLENDMODE_ALPHA
_EMISSION
_ENABLE_FOG_ON_TRANSPARENT
_NORMALMAP_TANGENT_SPACE _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A
_SURFACE_TYPE_TRANSPARENT
m_LightmapFlags
:
2
m_EnableInstancingVariants
:
0
m_DoubleSidedGI
:
0
...
...
@@ -250,7 +250,7 @@ Material:
-
_SpecularAAThreshold
:
0.2
-
_SpecularHighlights
:
1
-
_SpecularOcclusionMode
:
1
-
_SrcBlend
:
1
-
_SrcBlend
:
5
-
_StencilRef
:
2
-
_StencilRefDepth
:
0
-
_StencilRefDistortionVec
:
64
...
...
Assets/DLU/ModifiedAssets/metal.mat
View file @
01f9ad24
...
...
@@ -8,12 +8,12 @@ Material:
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
metal
m_Shader
:
{
fileID
:
4
800000
,
guid
:
6e4ae4064600d784cac1e41a9e6f2e59
,
type
:
3
}
m_Shader
:
{
fileID
:
4
6
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_NORMALMAP_TANGENT_SPACE
m_LightmapFlags
:
4
m_EnableInstancingVariants
:
0
m_DoubleSidedGI
:
0
m_CustomRenderQueue
:
2000
m_CustomRenderQueue
:
-1
stringTagMap
:
{}
disabledShaderPasses
:
-
DistortionVectors
...
...
Assets/DLU/Scenes/Kitchen.unity
View file @
01f9ad24
...
...
@@ -282,7 +282,7 @@ Transform:
-
{
fileID
:
1230942110
}
-
{
fileID
:
1903869703
}
m_Father
:
{
fileID
:
0
}
m_RootOrder
:
3
m_RootOrder
:
4
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!1001
&72409649
PrefabInstance
:
...
...
@@ -369,7 +369,7 @@ PrefabInstance:
-
target
:
{
fileID
:
8248241646749011191
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
propertyPath
:
m_Range
value
:
6
value
:
10.5
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
...
...
@@ -5012,7 +5012,7 @@ PrefabInstance:
-
target
:
{
fileID
:
8248241646749011191
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
propertyPath
:
m_Range
value
:
6
value
:
10.5
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
...
...
@@ -6887,6 +6887,11 @@ PrefabInstance:
m_Modification
:
m_TransformParent
:
{
fileID
:
1230942110
}
m_Modifications
:
-
target
:
{
fileID
:
3550962152699352982
,
guid
:
d739875fb8597497b9959649a521f7ee
,
type
:
3
}
propertyPath
:
m_VertexStreams.Array.size
value
:
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
3550962152699457078
,
guid
:
d739875fb8597497b9959649a521f7ee
,
type
:
3
}
propertyPath
:
prewarm
...
...
@@ -8311,7 +8316,7 @@ Transform:
-
{
fileID
:
497676738
}
-
{
fileID
:
1234746024
}
m_Father
:
{
fileID
:
0
}
m_RootOrder
:
4
m_RootOrder
:
3
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!65
&1425282730
BoxCollider
:
...
...
@@ -8452,7 +8457,7 @@ PrefabInstance:
-
target
:
{
fileID
:
8248241646749011191
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
propertyPath
:
m_Range
value
:
6
value
:
10.5
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
...
...
@@ -11651,16 +11656,6 @@ PrefabInstance:
propertyPath
:
m_LocalScale.z
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
8248241646749011191
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
propertyPath
:
m_Range
value
:
6
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
8248241646749011191
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
propertyPath
:
m_Intensity
value
:
2
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
---
!u!4
&2109312685
stripped
...
...
@@ -12089,7 +12084,7 @@ PrefabInstance:
-
target
:
{
fileID
:
8248241646749011191
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
propertyPath
:
m_Range
value
:
6
value
:
10.5
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
0639ea3c515694b5495cab11063e0373
,
type
:
3
}
...
...
Assets/DLU/Scenes/ParticleTest.unity
deleted
100644 → 0
View file @
97a6b5a8
This diff is collapsed.
Click to expand it.
Assets/DLU/Scenes/ParticleTest.unity.meta
deleted
100644 → 0
View file @
97a6b5a8
fileFormatVersion: 2
guid: eb0f540c45f5e49e9a6344e5ba3aad2f
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/SimpleFX/Materials/FX_Glow.mat
View file @
01f9ad24
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&-785604734828767240
MonoBehaviour
:
m_ObjectHideFlags
:
11
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
da692e001514ec24dbc4cca1949ff7e8
,
type
:
3
}
m_Name
:
m_EditorClassIdentifier
:
version
:
0
---
!u!21
&2100000
Material
:
serializedVersion
:
6
...
...
@@ -21,54 +8,25 @@ Material:
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
FX_Glow
m_Shader
:
{
fileID
:
4
800000
,
guid
:
6e4ae4064600d784cac1e41a9e6f2e59
,
type
:
3
}
m_ShaderKeywords
:
_
NORMALMAP_TANGENT_SPACE
m_Shader
:
{
fileID
:
4
6
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_
EMISSION
m_LightmapFlags
:
1
m_EnableInstancingVariants
:
0
m_DoubleSidedGI
:
0
m_CustomRenderQueue
:
2000
m_CustomRenderQueue
:
-1
stringTagMap
:
{}
disabledShaderPasses
:
-
DistortionVectors
-
TransparentDepthPrepass
-
TransparentDepthPostpass
-
TransparentBackface
-
MOTIONVECTORS
disabledShaderPasses
:
[]
m_SavedProperties
:
serializedVersion
:
3
m_TexEnvs
:
-
_AnisotropyMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_BaseColorMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_BentNormalMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_BentNormalMapOS
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_BumpMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_CoatMaskMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailAlbedoMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailMask
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
...
...
@@ -77,34 +35,14 @@ Material:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DistortionVectorMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_EmissionMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_EmissiveColorMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_HeightMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_Illum
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_IridescenceMaskMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_IridescenceThicknessMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_LightMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
...
...
@@ -113,22 +51,10 @@ Material:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_MaskMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_MetallicGlossMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_NormalMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_NormalMapOS
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_OcclusionMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
...
...
@@ -141,185 +67,34 @@ Material:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_SpecularColorMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_SubsurfaceMaskMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_TangentMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_TangentMapOS
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_ThicknessMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_TransmittanceColorMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
m_Floats
:
-
PixelSnap
:
0
-
_AORemapMax
:
1
-
_AORemapMin
:
0
-
_ATDistance
:
1
-
_AddPrecomputedVelocity
:
0
-
_AlbedoAffectEmissive
:
0
-
_AlphaCutoff
:
0.5
-
_AlphaCutoffEnable
:
0
-
_AlphaCutoffPostpass
:
0.5
-
_AlphaCutoffPrepass
:
0.5
-
_AlphaCutoffShadow
:
0.5
-
_AlphaDstBlend
:
0
-
_AlphaSrcBlend
:
1
-
_Anisotropy
:
0
-
_BlendMode
:
0
-
_BumpScale
:
1
-
_CoatMask
:
0
-
_ColorMask
:
15
-
_CullMode
:
2
-
_CullModeForward
:
2
-
_Cutoff
:
0.5
-
_DepthOffsetEnable
:
0
-
_DetailAlbedoScale
:
1
-
_DetailNormalMapScale
:
1
-
_DetailNormalScale
:
1
-
_DetailSmoothnessScale
:
1
-
_DiffusionProfile
:
0
-
_DiffusionProfileHash
:
0
-
_DisplacementLockObjectScale
:
1
-
_DisplacementLockTilingScale
:
1
-
_DisplacementMode
:
0
-
_DistortionBlendMode
:
0
-
_DistortionBlurBlendMode
:
0
-
_DistortionBlurDstBlend
:
1
-
_DistortionBlurRemapMax
:
1
-
_DistortionBlurRemapMin
:
0
-
_DistortionBlurScale
:
1
-
_DistortionBlurSrcBlend
:
1
-
_DistortionDepthTest
:
1
-
_DistortionDstBlend
:
1
-
_DistortionEnable
:
0
-
_DistortionScale
:
1
-
_DistortionSrcBlend
:
1
-
_DistortionVectorBias
:
-1
-
_DistortionVectorScale
:
2
-
_DoubleSidedEnable
:
0
-
_DoubleSidedNormalMode
:
1
-
_DstBlend
:
0
-
_EmissionScaleUI
:
1
-
_EmissiveColorMode
:
1
-
_EmissiveExposureWeight
:
1
-
_EmissiveIntensity
:
1
-
_EmissiveIntensityUnit
:
0
-
_EnableBlendModePreserveSpecularLighting
:
1
-
_EnableFogOnTransparent
:
1
-
_EnableGeometricSpecularAA
:
0
-
_EnergyConservingSpecularColor
:
1
-
_Glossiness
:
0.5
-
_HdrpVersion
:
2
-
_HeightAmplitude
:
0.02
-
_HeightCenter
:
0.5
-
_HeightMapParametrization
:
0
-
_HeightMax
:
1
-
_HeightMin
:
-1
-
_HeightOffset
:
0
-
_HeightPoMAmplitude
:
2
-
_HeightTessAmplitude
:
2
-
_HeightTessCenter
:
0.5
-
_InvFade
:
1
-
_InvTilingScale
:
1
-
_Ior
:
1.5
-
_IridescenceMask
:
1
-
_IridescenceThickness
:
1
-
_LinkDetailsWithBase
:
0
-
_MaterialID
:
1
-
_Metallic
:
0
-
_Mode
:
0
-
_NormalMapSpace
:
0
-
_NormalScale
:
1
-
_OcclusionStrength
:
1
-
_PPDLodThreshold
:
5
-
_PPDMaxSamples
:
15
-
_PPDMinSamples
:
5
-
_PPDPrimitiveLength
:
1
-
_PPDPrimitiveWidth
:
1
-
_Parallax
:
0.02
-
_ReceivesSSR
:
1
-
_RefractionModel
:
0
-
_SSRefractionProjectionModel
:
0
-
_Shininess
:
0.1
-
_Smoothness
:
0.5
-
_SmoothnessRemapMax
:
0.5
-
_SmoothnessRemapMin
:
0
-
_SpecularAAScreenSpaceVariance
:
0.1
-
_SpecularAAThreshold
:
0.2
-
_SpecularOcclusionMode
:
1
-
_SrcBlend
:
1
-
_Stencil
:
0
-
_StencilComp
:
8
-
_StencilOp
:
0
-
_StencilReadMask
:
255
-
_StencilRef
:
2
-
_StencilRefDepth
:
0
-
_StencilRefDistortionVec
:
64
-
_StencilRefGBuffer
:
2
-
_StencilRefMV
:
128
-
_StencilWriteMask
:
3
-
_StencilWriteMaskDepth
:
48
-
_StencilWriteMaskDistortionVec
:
64
-
_StencilWriteMaskGBuffer
:
51
-
_StencilWriteMaskMV
:
176
-
_SubsurfaceMask
:
1
-
_SupportDecals
:
1
-
_SurfaceType
:
0
-
_TexWorldScale
:
1
-
_TexWorldScaleEmissive
:
1
-
_Thickness
:
1
-
_TransmissionEnable
:
1
-
_TransparentBackfaceEnable
:
0
-
_TransparentCullMode
:
2
-
_TransparentDepthPostpassEnable
:
0
-
_TransparentDepthPrepassEnable
:
0
-
_TransparentSortPriority
:
0
-
_TransparentWritingMotionVec
:
0
-
_UVBase
:
0
-
_UVDetail
:
0
-
_UVEmissive
:
0
-
_StencilWriteMask
:
255
-
_UVSec
:
0
-
_UseEmissiveIntensity
:
0
-
_UseShadowThreshold
:
0
-
_ZTestDepthEqualForOpaque
:
3
-
_ZTestGBuffer
:
4
-
_ZTestModeDistortion
:
4
-
_ZTestTransparent
:
4
-
_ZWrite
:
1
m_Colors
:
-
_BaseColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_BaseColorMap_MipInfo
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
0
}
-
_Color
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_DiffusionProfileAsset
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
0
}
-
_DoubleSidedConstants
:
{
r
:
1
,
g
:
1
,
b
:
-1
,
a
:
0
}
-
_EmisColor
:
{
r
:
0.2
,
g
:
0.2
,
b
:
0.2
,
a
:
0
}
-
_Emission
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
1
}
-
_EmissionColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_EmissionColorUI
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_EmissiveColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_EmissiveColorLDR
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
1
}
-
_InvPrimScale
:
{
r
:
1
,
g
:
1
,
b
:
0
,
a
:
0
}
-
_IridescenceThicknessRemap
:
{
r
:
0
,
g
:
1
,
b
:
0
,
a
:
0
}
-
_SpecColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_SpecularColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_ThicknessRemap
:
{
r
:
0
,
g
:
1
,
b
:
0
,
a
:
0
}
-
_TintColor
:
{
r
:
0.5
,
g
:
0.5
,
b
:
0.5
,
a
:
0.5
}
-
_TransmittanceColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_UVDetailsMappingMask
:
{
r
:
1
,
g
:
0
,
b
:
0
,
a
:
0
}
-
_UVMappingMask
:
{
r
:
1
,
g
:
0
,
b
:
0
,
a
:
0
}
-
_UVMappingMaskEmissive
:
{
r
:
1
,
g
:
0
,
b
:
0
,
a
:
0
}
Assets/SimpleFX/Materials/FX_GunFlash.mat
View file @
01f9ad24
...
...
@@ -8,54 +8,25 @@ Material:
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
FX_GunFlash
m_Shader
:
{
fileID
:
4
800000
,
guid
:
6e4ae4064600d784cac1e41a9e6f2e59
,
type
:
3
}
m_ShaderKeywords
:
_
NORMALMAP_TANGENT_SPACE
m_Shader
:
{
fileID
:
4
6
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_
EMISSION
m_LightmapFlags
:
1
m_EnableInstancingVariants
:
0
m_DoubleSidedGI
:
0
m_CustomRenderQueue
:
2000
m_CustomRenderQueue
:
-1
stringTagMap
:
{}
disabledShaderPasses
:
-
DistortionVectors
-
TransparentDepthPrepass
-
TransparentDepthPostpass
-
TransparentBackface
-
MOTIONVECTORS
disabledShaderPasses
:
[]
m_SavedProperties
:
serializedVersion
:
3
m_TexEnvs
:
-
_AnisotropyMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_BaseColorMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_BentNormalMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_BentNormalMapOS
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_BumpMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_CoatMaskMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailAlbedoMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DetailMask
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
...
...
@@ -64,50 +35,18 @@ Material:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_DistortionVectorMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_EmissionMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_EmissiveColorMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_HeightMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_IridescenceMaskMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}
m_Offset
:
{
x
:
0
,
y
:
0
}
-
_IridescenceThicknessMap
:
m_Texture
:
{
fileID
:
0
}
m_Scale
:
{
x
:
1
,
y
:
1
}