Get the position of the specified vertex
<node3d:onthefly>.getVertex( | |
index | |
mode = viz.REL_LOCAL | |
) |
Vertex modes | |
viz.REL_LOCAL | Return the raw position of the vertex. |
viz.REL_PARENT | Return the position of the vertex transformed by the nodes current transform matrix. |
viz.REL_GLOBAL | Return the position of the vertex in the global coordinate system. |