www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: KittenKoder on November 28, 2012, 11:07:14 pm

Title: Normals in OBJ?
Post by: KittenKoder on November 28, 2012, 11:07:14 pm
Just a quick question, if normals are included in the OBJ file, does jPCT use them or ignore them?
Title: Re: Normals in OBJ?
Post by: EgonOlsen on November 28, 2012, 11:12:02 pm
Both... ;) The latest official version doesn't care about them. The beta (http://jpct.de/download/beta/jpct.jar (http://jpct.de/download/beta/jpct.jar)) also ignores them unless you set Config.useNormalsFromOBJ=true;
Title: Re: Normals in OBJ?
Post by: KittenKoder on November 28, 2012, 11:39:51 pm
Both... ;) The latest official version doesn't care about them. The beta (http://jpct.de/download/beta/jpct.jar (http://jpct.de/download/beta/jpct.jar)) also ignores them unless you set Config.useNormalsFromOBJ=true;

Ah, that's what I did wrong, thanks.