Page 1 of 1

Texture Interpolation

Posted: Tue Aug 31, 2021 3:12 pm
by Hentjim
How do i change the interpolation of a texture in luxcore? i know i can do this in blender cycles but this option is not here?
Would be nice if you could add this as I am trying to make renders with pixel art and its getting blurred now.
Also for people making minecraft renders this would be very useful, just in general would be.

Anyway, thanks already, if there is a way to do it then please let me know how (I have seen some stuff of code but have no clue how to implement it).

Re: Texture Interpolation

Posted: Tue Aug 31, 2021 5:23 pm
by B.Y.O.B.
In the latest daily builds, you can change the interpolation on image textures from "linear" to "nearest" for pixel art textures.

Re: Texture Interpolation

Posted: Tue Aug 31, 2021 5:59 pm
by Hentjim
Oh right thanks, I did not see that... Oops!
Does it work with 2.92 too?

Re: Texture Interpolation

Posted: Tue Aug 31, 2021 6:01 pm
by Dade
Hentjim wrote: Tue Aug 31, 2021 5:59 pm Oh right thanks, I did not see that... Oops!
Does it work with 2.92 too?
You need the v2.93, Blender has changed the Python version used (from v2.92, to v2.93) and binary addons can not be compatible with both.