Victor Mukayev
Results
2
issues of
Victor Mukayev
**Is your feature request related to a problem? Please describe.** Zdepth channel could help with compositing 3d objects into IFS rendered environment Exporting zdepth channel along side with image would...
Hi! I've managed to add support for image textures through iChannel0-10 teximage = bpy.data.images["iChannel0"] self.texture = gpu.texture.from_image(teximage) self.shader.uniform_sampler('iChannel0', self.texture) And it works, shaders are displayed properly, but there is a...