collada.trianglesetΒΆ

digraph inheritanced10274bdba { rankdir=LR; size="8.0, 12.0"; "DaeObject" [URL="collada.common.DaeObject.html#collada.common.DaeObject",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="This class is the abstract interface to all collada objects."]; "LineSet" [URL="collada.lineset.LineSet.html#collada.lineset.LineSet",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Class containing the data COLLADA puts in a <lines> tag, a collection of"]; "Primitive" -> "LineSet" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Polygons" [URL="collada.polygons.Polygons.html#collada.polygons.Polygons",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Class containing the data COLLADA puts in a <polygons> tag, a collection of"]; "Polylist" -> "Polygons" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Polylist" [URL="collada.polylist.Polylist.html#collada.polylist.Polylist",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Class containing the data COLLADA puts in a <polylist> tag, a collection of"]; "Primitive" -> "Polylist" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Primitive" [URL="collada.primitive.Primitive.html#collada.primitive.Primitive",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Base class for all primitive sets like TriangleSet, LineSet, Polylist, etc."]; "DaeObject" -> "Primitive" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TriangleSet" [URL="collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Class containing the data COLLADA puts in a <triangles> tag, a collection of"]; "Primitive" -> "TriangleSet" [arrowsize=0.5,style="setlinewidth(0.5)"]; } digraph inheritancee2f7590ba7 { rankdir=LR; size="8.0, 12.0"; "BoundLineSet" [URL="collada.lineset.BoundLineSet.html#collada.lineset.BoundLineSet",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="A line set bound to a transform matrix and materials mapping."]; "BoundPrimitive" -> "BoundLineSet" [arrowsize=0.5,style="setlinewidth(0.5)"]; "BoundPolygons" [URL="collada.polygons.BoundPolygons.html#collada.polygons.BoundPolygons",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Polygons bound to a transform matrix and materials mapping."]; "BoundPolylist" -> "BoundPolygons" [arrowsize=0.5,style="setlinewidth(0.5)"]; "BoundPolylist" [URL="collada.polylist.BoundPolylist.html#collada.polylist.BoundPolylist",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="A polylist bound to a transform matrix and materials mapping."]; "BoundPrimitive" -> "BoundPolylist" [arrowsize=0.5,style="setlinewidth(0.5)"]; "BoundPrimitive" [URL="collada.primitive.BoundPrimitive.html#collada.primitive.BoundPrimitive",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="A :class:`collada.primitive.Primitive` bound to a transform matrix"]; "BoundTriangleSet" [URL="collada.triangleset.BoundTriangleSet.html#collada.triangleset.BoundTriangleSet",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="A triangle set bound to a transform matrix and materials mapping."]; "BoundPrimitive" -> "BoundTriangleSet" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Module containing classes and functions for the <triangles> primitive.

Members

collada.triangleset.BoundTriangleSet A triangle set bound to a transform matrix and materials mapping.
collada.triangleset.Triangle Single triangle representation.
collada.triangleset.TriangleSet Class containing the data COLLADA puts in a <triangles> tag, a collection of triangles.