Obj | |
The ObjImporter type exposes the following members.
| Name | Description | |
|---|---|---|
| DetectEncodingFromByteOrderMarks | Indicates whether to look for byte order marks at the beginning of the file to detect the text encoding (using in StreamReader constructor). Default value is true. | |
| Errors | Gets a list of errors that occur during obj file loading. | |
| IgnoreErrors | Gets or sets a Boolean that specifies if errors are ignored and reader tries to read as much data as possible. The error texts are written to Errors list. | |
| NamedObjects | Gets a dictionary that can be used to get a 3D object by its name (key = name, value = MeshModelNode) | |
| ResolveResourceFunc | Gets or sets a Func that returns stream from the specified resource name. This can be used to read resources from stream. The returned stream will be closed by the ObjImporter. | |
| UseTwoSidedMaterials | When true (false by default), then BackMaterials is set to the same material as Material. |