collada.controller

Contains objects representing controllers. Currently has partial support for loading Skin and Morph. This module is highly experimental. More support will be added in version 0.4.

Classes

BoundController()

Base class for a controller bound to a transform matrix and materials mapping.

BoundMorph(morph, matrix, materialnodebysymbol)

A morph bound to a transform matrix and materials mapping.

BoundSkin(skin, matrix, materialnodebysymbol)

A skin bound to a transform matrix and materials mapping.

BoundSkinPrimitive(primitive, boundskin)

A bound skin bound to a primitive.

Controller()

Base controller class holding data from <controller> tags.

Morph(source_geometry, target_list[, xmlnode])

Class containing data collada holds in the <morph> tag

Skin(sourcebyid, bind_shape_matrix, ...[, ...])

Class containing data collada holds in the <skin> tag