Class LwoReader
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
LWO (Lightwave object) file reader
public sealed class LwoReader : ModelReader, IModelReader
- Inheritance
-
LwoReader
- Implements
- Inherited Members
Remarks
LWO2 is currently not supported.
Constructors
LwoReader(Dispatcher?)
Initializes a new instance of the LwoReader class.
public LwoReader(Dispatcher? dispatcher = null)
Parameters
dispatcherDispatcherThe dispatcher.
Properties
Materials
Gets the materials.
public IList<Material> Materials { get; }
Property Value
Meshes
Gets the meshes.
public IList<MeshBuilder> Meshes { get; }
Property Value
- IList<MeshBuilder>
The meshes.
Surfaces
Gets the surfaces.
public IList<string> Surfaces { get; }
Property Value
Methods
Read(Stream)
Reads the model from the specified stream.
public override Model3DGroup Read(Stream s)
Parameters
sStreamThe stream.
Returns
- Model3DGroup
A Model3D.