Just a quick question, if normals are included in the OBJ file, does jPCT use them or ignore them?
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;
Quote from: 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;
Ah, that's what I did wrong, thanks.