We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae762f commit 3e99d16Copy full SHA for 3e99d16
panda/src/gobj/geomPrimitive.cxx
@@ -470,6 +470,9 @@ offset_vertices(int offset) {
470
* primitive. Unlike the other version of offset_vertices, this makes the
471
* geometry indexed if it isn't already.
472
*
473
+ * Note that end_row indicates one past the last row that should be offset.
474
+ * In other words, the number of vertices touched is (end_row - begin_row).
475
+ *
476
* Don't call this in a downstream thread unless you don't mind it blowing
477
* away other changes you might have recently made in an upstream thread.
478
*/
0 commit comments