This site is no longer active and is available for archival purposes only. Registration and login is disabled.

iPhone OpenGL UploadTexture strange behavior.


iPhone OpenGL UploadTexture strange behavior.

Postby tinybulb.com » Jan 14, 2009 @ 1:17pm

As in your samples I am do UploadTextures on DisplayInit. During the rendering i am doing a lot of rotations of objects etc, so i am using glTexParameteri, GL_LINEAR for E2DSurfaceRGBA to achieve correct antialised image. In case if all objects use the same texture everything is fine, but in case if i am using different textures for different objects glTexParameteri applied only to the last uploaded texture and ignores all others. As result all objects are not antialised exclude the one for which texture were uploaded at the end of resource init.

Uploading of textures on every frame cause application works slow and totally incorrect, so as i see it is incorrcet solution.

Is there any workaround for this?

PS During the applicaion run no erros were returned by glGetError.
tinybulb.com
pm Member
 
Posts: 32
Joined: Dec 16, 2008 @ 12:09am
Location: Minsk


Postby edge » Jan 14, 2009 @ 2:48pm

Hi,

The texture setting is stored per texture. To set all of them to linear, you can call glTexParameter for each texture after uploading it to OpenGL. You don't need to do this multiple times, because OpenGL remembers it per texture.
EDGELIB: Cross-platform mobile development at your fingertips
http://www.edgelib.com
User avatar
edge
pm Member
 
Posts: 1180
Joined: Aug 22, 2005 @ 3:42pm
Location: The Netherlands


Postby tinybulb.com » Jan 14, 2009 @ 4:08pm

Thanks again :)
tinybulb.com
pm Member
 
Posts: 32
Joined: Dec 16, 2008 @ 12:09am
Location: Minsk


Return to EDGELIB


Sort


Forum Description

Powerful and affordable C++ middleware solution covering true multi-platform 2D, 3D and network features for Apple iPhone, Windows Mobile, Symbian S60, UIQ, Linux and Windows desktop.

Moderator:

edge

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron