C# Класс ColladaSlimDX.ColladaModel.Model

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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