Lines Matching refs:mesh
25 This extension adds two primitive types, the quadrilateral mesh and the
26 line mesh.
44 applications are unlikely to have quad-mesh datasets larger than this
45 size. I wanted to avoid forcing applications to carve up their quad mesh
47 make the decision about optimal mesh width.
50 implementation that just wants to draw the quad mesh as a bunch of
59 the quad mesh into smaller pieces on the host (or ge). to do that, you
88 Given n input vertices to the quad mesh, the last n mod <breadth> vertices
93 within a quad mesh are drawn is intentionally left completely undefined.
98 Given n input vertices to the line mesh, the last n mod <breadth> vertices
103 <breadth>. The order in which the lines within a line mesh are drawn is
108 The order in which the quads or lines within a quad mesh or line mesh are
169 current row of mesh in the array above.
170 B 0 True if not in first row of quad mesh.