z3y / ShaderGraph

Shader Graph target for the Unity built-in pipeline
MIT License
83 stars 2 forks source link

(feature request) being able to use bicubic on more than just the light Maps #1

Closed simsora13 closed 11 months ago

simsora13 commented 11 months ago

would it be nice to be able to use bicubic filtering on more than just light Maps as it can make low-res textures look not as pixelated so it could potentially vram

simsora13 commented 11 months ago

VRChat_2023-12-08_16-55-15 094_1920x1080

z3y commented 11 months ago

The reason why the toggle exists only for lightmaps is because you have no control over sampling them in the graph. For your own textures you can use custom nodes to make your own sampling function so this is already possible. I wouldnt use it on textures like this though, it makes looking at them uncomfortable and blurry.