[SOLVED] app.renderLines docs issue

Why docs not describes app.renderLines(pc.Vec3[], pc.Color[]) is render lines at PAIR points and gradient color for each pair?
Ex: line0 = points 0->1 and gradient colors 0->1
line1 = points 2->3 and gradient colors 2->3
etc…

Hmm, are you referring to this description? Seems clear to me. You mean it should tell that the positions are pairs? If you feel it can be improved, you are free to create a github issue here.

2 Likes

Create issue

1 Like

Fixed by this pull request:

3 Likes

Docs will update later?

@KpoKec it will be updated on the next release, I suppose. You can see the changes in the pull request.