|
RigsofRods
Soft-body Physics Simulation
|
ProceduralRoadClass getRoad()
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
void addPoint(procedural_point)
Adds point at the end.
void deletePoint(int pos)
Binding of RoR::ProceduralObject; a spline for generating dynamic roads.
Binding of RoR::ProceduralRoad; a dynamically generated road mesh.
procedural_point getPoint(int pos)
string name
Name of the road/street this spline represents.
void insertPoint(int pos, procedural_point)
Adds point before the element at the specified position.