Skip to content

Commit

Permalink
Remove extra define in shader, update cesium-native
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Nov 22, 2024
1 parent 4e12866 commit ab1a5bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions Shaders/Private/CesiumPointAttenuationVertexFactory.ush
Original file line number Diff line number Diff line change
Expand Up @@ -391,16 +391,6 @@ FMaterialVertexParameters GetMaterialVertexParameters(
return Result;
}

FMaterialVertexParameters GetMaterialVertexParameters(
FVertexFactoryInput Input,
FVertexFactoryIntermediates Intermediates,
float3 WorldPosition,
half3x3 TangentToLocal,
bool bIsPreviousFrame = false)
{
return GetMaterialVertexParameters(Input, Intermediates, WorldPosition, TangentToLocal);
}

FMaterialPixelParameters GetMaterialPixelParameters(FVertexFactoryInterpolantsVSToPS Interpolants, float4 SvPosition)
{
FMaterialPixelParameters Result = MakeInitializedMaterialPixelParameters();
Expand Down

0 comments on commit ab1a5bf

Please sign in to comment.