mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
grutil: fix wrong method name in LineSegs docstrings
This commit is contained in:
parent
c02bbe50af
commit
2b9cc61d04
@ -99,7 +99,7 @@ draw_to(PN_stdfloat x, PN_stdfloat y, PN_stdfloat z) {
|
|||||||
* Creates a new GeomNode that will render the series of line segments and
|
* Creates a new GeomNode that will render the series of line segments and
|
||||||
* points described via calls to move_to() and draw_to(). The lines and
|
* points described via calls to move_to() and draw_to(). The lines and
|
||||||
* points are created with the color and thickness established by calls to
|
* points are created with the color and thickness established by calls to
|
||||||
* set_color() and set_thick().
|
* set_color() and set_thickness().
|
||||||
*
|
*
|
||||||
* If dynamic is true, the line segments will be created with the dynamic Geom
|
* If dynamic is true, the line segments will be created with the dynamic Geom
|
||||||
* setting, optimizing them for runtime vertex animation.
|
* setting, optimizing them for runtime vertex animation.
|
||||||
|
@ -164,7 +164,7 @@ get_current_position() {
|
|||||||
* Appends to an existing GeomNode a new Geom that will render the series of
|
* Appends to an existing GeomNode a new Geom that will render the series of
|
||||||
* line segments and points described via calls to move_to() and draw_to().
|
* line segments and points described via calls to move_to() and draw_to().
|
||||||
* The lines and points are created with the color and thickness established
|
* The lines and points are created with the color and thickness established
|
||||||
* by calls to set_color() and set_thick().
|
* by calls to set_color() and set_thickness().
|
||||||
*
|
*
|
||||||
* If dynamic is true, the line segments will be created with the dynamic Geom
|
* If dynamic is true, the line segments will be created with the dynamic Geom
|
||||||
* setting, optimizing them for runtime vertex animation.
|
* setting, optimizing them for runtime vertex animation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user