A Sandcastle Documented Class Library
Collada.Scene Namespace
NamespacesCollada.Scene

[Missing <summary> documentation for N:Collada.Scene]

Declaration Syntax
C#Visual BasicVisual C++
namespace Collada.Scene
Namespace Collada.Scene
namespace Collada.Scene
Types
All TypesClassesEnumerations
IconTypeDescription
MatrixTransformation
Objects of this class represent matrix transformations to be used in the scene graph

Node
Represents a Node element from the collada file

NodeList
Basically just a list of Node objects, with a few extra functions added on for convenience

NodeType
Some nodes are just nodes, others are more than that. Nodes marked as JOINT are used in skeletal animation

RotationTransformation
A Rotation transformation for use in a collada scene graph.

ScaleTransformation
A Scale transformation for use in a collada scene graph

Transformation
Base class for scene graph transformations

TransformationList
Just a list of transformations with a little extra functionality

TranslationTransformation
A Translation transformation for use in a collada scene graph

VisualScene
Represents the visual_scene elemet of a collada file