I have a problem with some scripting commands to work correctly.
I want to create a several number of points with x-,y- and z-cordinates and connect them with a spline.
I think I need a Vertex Array but I dont know how to create it and to add the vertices to this array correctly.
Can anyone...