Output Texture Size Limitation
-
This issue had been kicking around since the SU7 days some 3 years ago. Image texture size is downscaled to 1024x1024, and it can be increased to 2048x2048 by checking an OpenGL checkbox. That is fine for screen display, but when you export your 2D image, the texture rendering size goes back to 1024x1024. Exported images are used for printing and this limitation makes for blurry pixellated results. If you can do it with screen display, why not with output images?
Cutting up image maps into 1024x1024 chunks is not really a satifactory work around.
So how about it Google?
Grice
-
I'd even label this a bug...
-
Very good point and it does not sound like something that is too hard to implement.
Advertisement