C# 클래스 HelixToolkit.Wpf.SharpDX.ObjReader.MaterialDefinition

A material definition.
The file format is documented in http://en.wikipedia.org/wiki/Material_Template_Library.
파일 보기 프로젝트 열기: inventhelp/helix-toolkit

공개 메소드들

메소드 설명
GetMaterial ( string texturePath ) : HelixToolkit.Wpf.SharpDX.Material

Gets the material from the specified path.

MaterialDefinition ( ) : System

Initializes a new instance of the MaterialDefinition class.

비공개 메소드들

메소드 설명
CreateMaterial ( string texturePath ) : HelixToolkit.Wpf.SharpDX.Material

Creates the material.

LoadImage ( string path ) : BitmapImage

메소드 상세

GetMaterial() 공개 메소드

Gets the material from the specified path.
public GetMaterial ( string texturePath ) : HelixToolkit.Wpf.SharpDX.Material
texturePath string /// The texture path. ///
리턴 HelixToolkit.Wpf.SharpDX.Material

MaterialDefinition() 공개 메소드

Initializes a new instance of the MaterialDefinition class.
public MaterialDefinition ( ) : System
리턴 System