Page 1 of 1

Re: RenderTexture - TextureOutput()

Posted: Mon Aug 19, 2013 7:57 pm
by Comtois
Please use 3D forum

It will be easier to find everything about the 3D

Re: RenderTexture - TextureOutput()

Posted: Fri Aug 23, 2013 5:53 pm
by Samuel
The help files say that you can't use render texture with TextureOutput().

This would be a slow process, but you could try SaveRenderTexture(). Then load the saved texture as an image. Now you could use ImageOutput().
This should work if time isn't an issue, but I'm guessing you need something much faster. That's the only idea I have at the moment.