mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
Rope.py usage comment correction
This commit is contained in:
parent
a926640f1a
commit
97a1724005
@ -52,8 +52,8 @@ class Rope(NodePath):
|
|||||||
'thickness' : the thickness at the vertex, default 1
|
'thickness' : the thickness at the vertex, default 1
|
||||||
|
|
||||||
In order to enable the per-vertex color or thickness, you must
|
In order to enable the per-vertex color or thickness, you must
|
||||||
call rope.ropeNode.setPerVertexColor() or
|
call rope.ropeNode.setUseVertexColor(1) or
|
||||||
rope.ropeNode.setPerVertexThickness().
|
rope.ropeNode.setUseVertexThickness(1).
|
||||||
|
|
||||||
knots is optional. If specified, it should be a list of
|
knots is optional. If specified, it should be a list of
|
||||||
floats, and should be of length len(verts) + order. If it
|
floats, and should be of length len(verts) + order. If it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user