You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A set of simple scripts for extruding and instancing 3D meshes along a Spline. Implemented in C#.
Spline Sampler
A base script sample some data alone the spline, used by another scripts.
Spline Extrude
Spline extrude script could generate a StaticModel with a specific shape alone the spline.
Useful to create tube or wire.
Spline Mesh
The spline mesh script can generate a StaticModel that uses specific model mesh data to procedural generate any number of deformed meshes arranged along a spline, and finally combines them into one mesh to used by the StaticModel.
It is very helpful for creating scene with continuous arrangements, such as fences or sleeper tracks.
Train(Sample Script)
A script demonstrates how to make an actor move forward along a spline at any speed or how to get position or transform etc at any distance along spline.