mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
grutil: Change docstring for MeshDrawer link_segment method
In short, this adds notes regarding the manner in which the method makes use of the "frame" and "color" parameters. Fixes #1560 Closes #1569
This commit is contained in:
parent
be958c409f
commit
1c4a91858b
@ -416,6 +416,11 @@ void MeshDrawer::geometry(NodePath draw_node) {
|
||||
/**
|
||||
* Stars or continues linked segment. Control position, frame, thickness and
|
||||
* color with parameters. Frame contains u,v,u-size,v-size quadruple.
|
||||
* Note that for the first two calls to this method, the "frame" parameter is
|
||||
* ignored; it first takes effect as of the third call.
|
||||
* Similarly, note that in the second call to this method, the "color" parameter
|
||||
* is ignored; it only has effect in the first call and calls from the third
|
||||
* onwards.
|
||||
*/
|
||||
void MeshDrawer::
|
||||
link_segment(const LVector3 &pos, const LVector4 &frame,
|
||||
|
Loading…
x
Reference in New Issue
Block a user