Skip to content

Commit

Permalink
Switch back to automatic queue control.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 1, 2024
1 parent 5aef485 commit 74e942a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Runtime/Resources/CesiumDefaultTilesetMaterial.mat
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Material:
m_LightmapFlags: 2
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 1
m_CustomRenderQueue: 2475
m_CustomRenderQueue: 2450
stringTagMap:
MotionVector: User
RenderType: TransparentCutout
Expand Down Expand Up @@ -107,7 +107,7 @@ Material:
- _BUILTIN_Blend: 0
- _BUILTIN_CullMode: 0
- _BUILTIN_DstBlend: 0
- _BUILTIN_QueueControl: 1
- _BUILTIN_QueueControl: 0
- _BUILTIN_QueueOffset: 0
- _BUILTIN_SrcBlend: 1
- _BUILTIN_Surface: 0
Expand All @@ -129,7 +129,7 @@ Material:
- _EnableBlendModePreserveSpecularLighting: 1
- _EnableFogOnTransparent: 1
- _OpaqueCullMode: 2
- _QueueControl: 1
- _QueueControl: 0
- _QueueOffset: 0
- _RayTracing: 0
- _ReceiveShadows: 1
Expand Down
17 changes: 15 additions & 2 deletions Runtime/Resources/CesiumUnlitTilesetMaterial.mat
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,19 @@ Material:
m_Shader: {fileID: -6465566751694194690, guid: 6902218a8ff66b74bb629eda5698e039,
type: 3}
m_ValidKeywords:
- _ALPHATEST_ON
- _BUILTIN_ALPHATEST_ON
- _BUILTIN_AlphaClip
- _DISABLE_SSR_TRANSPARENT
- _DOUBLESIDED_ON
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 1
m_CustomRenderQueue: 2225
m_CustomRenderQueue: 2450
stringTagMap:
MotionVector: User
RenderType: TransparentCutout
disabledShaderPasses:
- TransparentDepthPrepass
- TransparentDepthPostpass
Expand Down Expand Up @@ -131,8 +135,17 @@ Material:
- _AlphaSrcBlend: 1
- _AlphaToMask: 0
- _AlphaToMaskInspectorValue: 0
- _BUILTIN_QueueControl: 1
- _BUILTIN_AlphaClip: 1
- _BUILTIN_Blend: 0
- _BUILTIN_CullMode: 2
- _BUILTIN_DstBlend: 0
- _BUILTIN_QueueControl: 0
- _BUILTIN_QueueOffset: 0
- _BUILTIN_SrcBlend: 1
- _BUILTIN_Surface: 0
- _BUILTIN_ZTest: 4
- _BUILTIN_ZWrite: 1
- _BUILTIN_ZWriteControl: 0
- _Blend: 0
- _BlendMode: 0
- _CastShadows: 1
Expand Down

0 comments on commit 74e942a

Please sign in to comment.