Skip to content

Caynet1997/SplineMesh

Repository files navigation

Spline tool script project in Flax Engine

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.

About

Spline tool script project in Flax engine

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages