Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - sidneibjunior

Pages: [1]
1
Support / Problem loading textures
« on: January 06, 2014, 03:51:59 pm »
HI,

I am working on a Android project and I am using jpct.
I noticed that some textures appear only half full when the object moves away from the camera.
I attached two images showing the object when it is close and far from the camera.

The code I use for loading the textures is the follow:

Code: [Select]
Texture texture = new Texture(inputStream);
TextureManager.getInstance().addTexture(txtName, texture);

[attachment deleted by admin]

Pages: [1]