Class StudioReader
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
Ported from HelixToolkit.Wpf
[Obsolete("Suggest to use HelixToolkit.SharpDX.Assimp")]
public class StudioReader : IModelReader
- Inheritance
-
StudioReader
- Implements
- Inherited Members
Fields
obGroup
Helper class to create objects
public List<Object3D> obGroup
Field Value
Properties
Directory
Gets or sets the directory
public string Directory { get; set; }
Property Value
TexturePath
Gets or sets the texture path.
public string TexturePath { get; set; }
Property Value
- string
The texture path.
Methods
Read(Stream, ModelInfo)
Reads the model from the specified stream.
public List<Object3D>? Read(Stream s, ModelInfo info = default)
Parameters
Returns
Read(string, ModelInfo)
Reads the model from the specified path.
public List<Object3D>? Read(string path, ModelInfo info = default)