internal: remove vertexScale from unlit material and multiply by alpha

This commit is contained in:
Nick Fisher
2025-01-02 13:16:42 +08:00
parent 242041c9f6
commit cc1b55b6c9
5 changed files with 31 additions and 197 deletions

View File

@@ -149,7 +149,6 @@ class FFIAsset extends ThermionAsset {
await highlightMaterialInstance.setDepthCullingEnabled(false);
await highlightMaterialInstance.setParameterFloat("vertexScale", 1.03);
await highlightMaterialInstance.setParameterFloat4(
"baseColorFactor", r, g, b, 1.0);