www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: Wolf17 on June 22, 2014, 11:22:58 am

Title: [Q]Non-square textures and opengl es 2 warnings.
Post by: Wolf17 on June 22, 2014, 11:22:58 am
  The logcat shows warnings for non square textures -
06-22 14:09:44.348: I/jPCT-AE(4438): [ 1403426384351 ] - WARNING: Texture's size is 64/128, but textures should be square for OpenGL ES2.0! This may result in a black texture!

But so far it has not occurred in any of the devices which I have tested  ;D!
But I don't want it to crop up in some random device out there !
Is there  any possibility or it is okay to use it like this ?
Title: Re: [Q]Non-square textures and opengl es 2 warnings.
Post by: EgonOlsen on June 23, 2014, 09:31:24 am
Depends on the drivers and the Android version as well as on the texture itself. If you want to be 100% sure, you better make them square.