Neos-Metaverse / NeosPublic

A public issue/wiki only repository for the NeosVR project
198 stars 9 forks source link

PBS_ColorSplat Metallic and Specular have an Alpha Clip (cutoff) field but lack the blendmode to take advantage of them #3910

Closed Epimonster closed 12 months ago

Epimonster commented 12 months ago

Describe the bug?

There's an alpha clip slider on both splatmap shaders but no cutout/alpha blendmodes, putting an albedo texture with an alpha channel does not do anything. At this current moment it serves zero purpose.

Relevant issues

N/A

To Reproduce

Spawn out PBS_ColorSplat_Specular or PBS_ColorSplat_Metallic from a material tip.

Add a texture with alpha to the albedotexture fields, or adjust the color fields to have an alpha lower than one.

Modulate the alphaclip field and observe no changes.

Expected behavior

If you did what I described above nothing should happen. The expected behavior is that there should be an enum that would allow you to change blendmode to "Alpha clip" or "Cutout" when in this blendmode alphaclip should change how the material renders depending on its value.

Log Files

No response

Screenshots

No response

How often does it happen?

Always

Does the bug persist after restarting Neos?

Yes

Neos Version Number

2022.1.28.1335

What Platforms does this occur on?

Windows

Link to Reproduction Item/World

No response

Did this work before?

No

If it worked before, on which build?

No response

Additional context

No response

Reporters

Gareth48#5408

Epimonster commented 12 months ago

Accidental Dupe