258259260261262263264265266267268
}); if (t == null) { TextureImpl.bindNone(); } else { t.bind(); } } /** * Draw the the given shape filled in. Only the vertices are set.
290291292293294295296297298299300
}); if (t == null) { TextureImpl.bindNone(); } else { t.bind(); } } /**
337338339340341342343344345346347
}); if (t == null) { TextureImpl.bindNone(); } else { t.bind(); } } /** * Draw the the given shape filled in with a texture. Only the vertices are set. * The colour has to be set independently of this method.
366367368369370371372373374375376
}); if (t == null) { TextureImpl.bindNone(); } else { t.bind(); } } /** * Description of some feature that will be applied to each point render