collada.polygons.BoundPolygons¶
- class collada.polygons.BoundPolygons(pl, matrix, materialnodebysymbol)¶
Polygons bound to a transform matrix and materials mapping.
- __init__(pl, matrix, materialnodebysymbol)¶
Create a BoundPolygons from a Polygons, transform and material mapping
Methods
__init__(pl, matrix, materialnodebysymbol)Create a BoundPolygons from a Polygons, transform and material mapping
polygons()Iterate through all the polygons contained in the set.
shapes()Iterate through all the polygons contained in the set.
triangleset()This performs a simple triangulation of the polylist using the fanning method.
Attributes
normalRead-only numpy.array of size Nx3 where N is the number of normal values in the primitive's normal source array.
normal_indexRead-only numpy.array of size Nx3 where N is the number of vertices in the primitive.
texcoord_indexsetRead-only tuple of texture coordinate index arrays.
texcoordsetRead-only tuple of texture coordinate arrays.
vertexRead-only numpy.array of size Nx3 where N is the number of vertex points in the primitive's vertex source array.
vertex_indexRead-only numpy.array of size Nx3 where N is the number of vertices in the primitive.