+1
Fertiggestellt

Allow for texture inputs on code node

Jason Booth vor 10 Jahren aktualisiert von Freya Holmér (Developer) vor 10 Jahren 1
I would like to be able to have an input of type Texture (sampler) for the code node. This would make techniques such as Parallax Occlusion Mapping and Fur rendering viable, as right now the graphs are too large to work with in shader forge and you need to be able to sample a texture multiple times for those techniques.

Antwort

Antwort
Fertiggestellt
This has now been implemented in Beta 0.29 :)
Antwort
Fertiggestellt
This has now been implemented in Beta 0.29 :)
Awesome. I was missing exactly that when I tried the code node today. Thx.