call close_primitive()
This commit is contained in:
parent
3a88955760
commit
22aced1531
|
|
@ -97,6 +97,7 @@ generate() {
|
|||
|
||||
PT(qpGeomTristrips) strip = new qpGeomTristrips(qpGeom::UH_static);
|
||||
strip->add_next_vertices(4);
|
||||
strip->close_primitive();
|
||||
|
||||
PT(qpGeom) geom = new qpGeom;
|
||||
geom->set_vertex_data(vdata);
|
||||
|
|
|
|||
Loading…
Reference in New Issue