C# 클래스 ColladaSlimDX.ColladaModel.Model

파일 보기 프로젝트 열기: vvvv/ColladaSlimDX 1 사용 예제들

공개 메소드들

메소드 설명
CreateBasicMaterial ( Model model, Document material ) : BasicMaterial

Create a BasicMaterial from a "". The "" element to be converted. The current context for the COLLADA Processor

Model ( Document _doc ) : System

비공개 메소드들

메소드 설명
ReadNode ( Bone parent, Document node ) : Bone

The "" element to be converted.

ResolveMaterialBinding ( Document instance ) : string>.Dictionary

Resolve the material binding for the given "". The "" element we need to resolve the binding for. The current context for the COLLADA Processor

메소드 상세

CreateBasicMaterial() 공개 메소드

Create a BasicMaterial from a "". The "" element to be converted. The current context for the COLLADA Processor
public CreateBasicMaterial ( Model model, Document material ) : BasicMaterial
model Model
material Document
리턴 BasicMaterial

Model() 공개 메소드

public Model ( Document _doc ) : System
_doc Document
리턴 System