Table of Contents

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

List<Object3D>

Properties

Directory

Gets or sets the directory

public string Directory { get; set; }

Property Value

string

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

s Stream

The stream.

info ModelInfo

The model info.

Returns

List<Object3D>

The model.

Read(string, ModelInfo)

Reads the model from the specified path.

public List<Object3D>? Read(string path, ModelInfo info = default)

Parameters

path string

The path.

info ModelInfo

The model info.

Returns

List<Object3D>

The model.