MCPcopy Create free account
hub / github.com/SimonBuxx/LogiJS / parseObj

Function parseObj

libraries/p5.js:41665–41752  ·  view source on GitHub ↗

* 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

( model, lines )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

p5.jsFile · 0.85

Calls 1

parseIntFunction · 0.85

Tested by

no test coverage detected