ReadOBJ(String, Boolean) Constructor

Constructor with file name and plain specifications.
Public Sub New( _ 
ByVal fileName As String, _ 
ByVal plain As Boolean
)
This language is not supported or no code example is available.
public ReadOBJ( 
string fileName
bool plain 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file to read

plain
bool

If true colors and textures are skipped

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition