www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: lsn198934 on April 22, 2012, 03:06:44 am

Title: problem with texture loading
Post by: lsn198934 on April 22, 2012, 03:06:44 am
hi guys here
fisrt thx for offering such excellent engine
i am new here
i have a problem tht when i try to load a png or bmp i got a runtime exception
i tried all kinds of methods to load it  but all png or bmp raise a exception while jpg works
i cnt figure it out
Title: Re: problem with texture loading
Post by: EgonOlsen on April 22, 2012, 10:19:02 pm
It uses the default Android methods to load images. That excludes bmp files afaik but png actually works fine. Check that your files are not saved in some strange png variant that Android can't load.