| Trees | Indices | Toggle frames |
|---|
Management of a set of vertex lists.
Construction of a vertex domain is usually done with the create_domain function.
| __init__(self, attribute_usages) | |
| __del__(self) | |
| VertexList |
create(self,
count)
Create a VertexList in this domain.
|
|
draw(self,
mode,
vertex_list=None)
Draw vertices in the domain.
|
|
| __repr__(self) |
Draw vertices in the domain.
If vertex_list is not specified, all vertices in the domain are drawn. This is the most efficient way to render primitives.
If vertex_list specifies a VertexList, only primitives in that list will be drawn.
| Trees | Indices | Toggle frames |
|---|
| Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:18 2009 | http://epydoc.sourceforge.net |