www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: generalJ on August 07, 2013, 12:58:58 pm

Title: Texture interpolation
Post by: generalJ on August 07, 2013, 12:58:58 pm
Is it possible to disable texture filtering in jPCT? I would rather see sharp pixels than blurry texture.
Title: Re: Texture interpolation
Post by: EgonOlsen on August 07, 2013, 09:20:20 pm
Yes: http://www.jpct.net/jpct-ae/doc/com/threed/jpct/Texture.html#setFiltering(boolean) (http://www.jpct.net/jpct-ae/doc/com/threed/jpct/Texture.html#setFiltering(boolean))
Title: Re: Texture interpolation
Post by: generalJ on August 07, 2013, 09:34:43 pm
Silly me, thank you.