loadShape()
ShapeDescription
Loads geometry into a variable of type PShape. Supports SVG and OBJ files.
Syntax
PShape* loadShape(std::string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to the SVG or OBJ file |
Returns
PShape*Related
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...