Skip to content

Instantly share code, notes, and snippets.

@keijiro
Created October 7, 2011 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keijiro/1269084 to your computer and use it in GitHub Desktop.
Save keijiro/1269084 to your computer and use it in GitHub Desktop.
Huge render texture test
var rt : RenderTexture;
function Start() {
rt = new RenderTexture(4096, 4096, 24);
camera.targetTexture = rt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment