Bases: collada.controller.Controller
Class containing data collada holds in the <morph> tag
Create a morph instance
Parameters : |
|
---|
Methods
__init__(source_geometry, target_list[, xmlnode]) | Create a morph instance |
bind(matrix, materialnodebysymbol) | Create a bound morph from this one, transform and material mapping |
load(collada, localscope, morphnode, ...) | |
save() |
The source geometry (Geometry)
A list of tuples where each tuple (g,w) contains a Geometry (g) and a float weight value (w)
Create a bound morph from this one, transform and material mapping