Parse OBJ lines into model. For reference, this is what a simple model of a square might look like:
v -0.5 -0.5 0.5 v -0.5 -0.5 -0.5 v -0.5 0.5 -0.5 v -0.5 0.5 0.5
f 4 3 2 1
Examples
Syntax
parseObj()
Parameters
Notice any errors or typos? Please let us know. Please feel free to edit src/webgl/loading.js and open a pull request!
Related References
createModel
Load a 3d model from an OBJ or STL string.
isBinary
This function checks if the file is in ASCII format or in Binary format It is done by searching keyword solid at the start of the file.
loadModel
Loads a 3D model to create a p5.Geometry object.
matchDataViewAt
This function matches the query at the provided offset.