Interface IModelReader
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
Interface for model readers.
public interface IModelReader
Methods
Read(Stream, ModelInfo)
Reads the model from the specified stream.
List<Object3D>? Read(Stream s, ModelInfo info = default)
Parameters
Returns
Read(string, ModelInfo)
Reads the model from the specified path.
List<Object3D>? Read(string path, ModelInfo info = default)