Tagged Questions
3
votes
1answer
324 views
How to properly render a Frame Buffer to the BackBuffer in Stage3D / AGAL
After doing a render pass with RenderToTarget (RTT), how do you properly render that texture buffer to the screen while maintaining original scale / proportions so it doesn't stretch or lose quality?
...