C# Class ColladaSlimDX.ColladaModel.Model

Afficher le fichier Open project: vvvv/ColladaSlimDX Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CreateBasicMaterial() public méthode

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
Résultat BasicMaterial

Model() public méthode

public Model ( Document _doc ) : System
_doc Document
Résultat System