vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
40 stars 15 forks source link

When using LinearSampler in TextureFX SamplerState settings seem to be ignored #217

Open bj-rn opened 3 years ago

bj-rn commented 3 years ago

image SamplerStateDemo.zip

tebjan commented 3 years ago

yes, this pin doesn't make sense and will be removed, please don't use it at the moment. see also: https://github.com/vvvv/VL.StandardLibs/issues/279

ideally, we will add a general "Sampler" input pin that will be used.

bj-rn commented 3 years ago

Don't use the Pin or don't use LinearSampler in TextureFX? Is it ok to use it if I need a sampler with "standard settings"?

tebjan commented 3 years ago

yes, if you want a fixed setting sampler, you can use any of the predefined ones in: https://github.com/stride3d/stride/blob/9219cbbb9de7a238060d97cf1cfbbf759120aa23/sources/engine/Stride.Graphics/Shaders/Texturing.sdsl

we need to figure out how we implement a general sampler input where one can connect a SamplerState node.

bj-rn commented 2 years ago

yes, this pin doesn't make sense and will be removed, please don't use it at the moment. see also: vvvv/VL.StandardLibs#279 ideally, we will add a general "Sampler" input pin that will be used.

The pin is still there as of 2021.4.9 preview 971. Is there going be a general "Sampler" pin?