GenericMesh.fromObj

Build a generic mesh by reading a Wavefront OBJ file

struct GenericMesh
static
fromObj
(
File obj
,
string objectName = null
)

Parameters

obj File

OBJ file to read

objectName string

If null, the first object will be used, if a string, will import the mesh from the given object name

Meta