Table of Contents

Interface ITexturePathResolver

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.Assimp.dll

Custom Texture loading IO interface.

public interface ITexturePathResolver

Methods

Resolve(string, string)

Resolves the texture path.

string? Resolve(string modelPath, string texturePath)

Parameters

modelPath string

The model path.

texturePath string

The texture path.

Returns

string

Absolute file path for the texture