Apparently the maximum size of any Texture is 2048 pixels. But because I am using this texture inside a Sphere the image looks somewhat pixellated.
I’d like to increase the resolution somehow.
Can anyone tell me if this is possible?
Increase the resolution of VideotextureSoftware: Away3D 4.x |
||
eco_bach, Jr. Member
Posted: 25 March 2013 03:59 PM Total Posts: 35 Apparently the maximum size of any Texture is 2048 pixels. But because I am using this texture inside a Sphere the image looks somewhat pixellated. I’d like to increase the resolution somehow. |
||
GoroMatsumoto, Sr. Member
Posted: 25 March 2013 05:00 PM Total Posts: 166 [ # 1 ] Separate Sphere Geometry, and attach maximum size texture for each. |