C# Class ColladaSlimDX.ColladaModel.Model

Show file Open project: vvvv/ColladaSlimDX Class Usage Examples

Public Methods

Method 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

Method 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 method

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
return BasicMaterial

Model() public method

public Model ( Document _doc ) : System
_doc Document
return System