+5

Support for 3DTextures

Patricl 9 years ago updated by Andy Buchanan 9 years ago 1
Hi, I am working on an asset which utilizes 3d textures. I would like to make it compatible with shader forge, but shader forge deletes any 3dtexture properties when it compiles. Just allowing for the code node to access the 3d texture is all that is needed.
I too would really like this. We find 3D textures very useful.

Our current workaround is to just make the shader as best we can with 2D features. Then I set a custom code texture lookup block and 2D samplers and hack the generated code to change over the sampler2D and declarations to 3D.

This is far from ideal. 3D samplers would be a godsend.