ReadOBJ(String, String, edgeStyleType) Constructor

Missing MTL and preserve UV constructor. When the MTL file is missing, the matName material is used for all objects on existing UV map.
Public Sub New( _ 
ByVal fileName As String, _ 
ByVal matName As String, _ 
ByVal edgeStyle As edgeStyleType
)
This language is not supported or no code example is available.
public ReadOBJ( 
string fileName
string matName
edgeStyleType edgeStyle 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file to read

matName
string

Material name

edgeStyle
edgeStyleType

The edge style type of the resulting meshes

.NET Framework

Supported in: 4.8

In this article

Definition