Class PShapeOBJ

java.lang.Object
processing.core.PShape
processing.core.PShapeOBJ
All Implemented Interfaces:
PConstants

public class PShapeOBJ extends PShape
This class is not part of the Processing API and should not be used directly. Instead, use loadShape() and methods like it, which will make use of this class. Using this class directly will cause your code to break when combined with future versions of Processing.

OBJ loading implemented using code from Saito's OBJLoader library: http://code.google.com/p/saitoobjloader/ and OBJReader from Ahmet Kizilay http://www.openprocessing.org/visuals/?visualID=191