Spline Tools

Published: Oct 30, 2017 by Bailey Martin

Environment Art Assets Tools Pipeline Blueprints Unreal

Splines are a great feature in most 3D packages for creating procedural and modular assets, and I’ve found that setting up assets in a way that splines can be utilized helps to save a lot of time when laying out environments, not to mention the performance and memory benefits.

These spline systems were all created in Unreal through either Blueprints or C++, and require a bit of forward thinking in terms of which assets are used and how they’re made.

The biggest benefit to using splines is that the amount of unique meshes is cut down significantly, most of the examples here use only two simple meshes each.

When using meshes that aren’t deforming it’s also useful to use mesh instancing, this will mean that each instance of a unique mesh takes up only a single draw call (Making the assets more efficient than multiple unique meshes).


Image

This rail-bed system uses two unique assets (Planks & Rail) to allow for easy modular placement of rails within an environment. The height and tangents of the spline can easily be tweaked to conform to the environment without need for many different track variations.


Image

These follow a spline along a path which they’re randomly placed, it allows for the books to easily be placed on surfaces (such as windows or bookshelves). Like the previous example, these use instanced meshes and some shader maths to give unique colours and titles, which can be extremely useful for environments like libraries where you can have upwards of 100k book meshes.

This is something I covered in another post but since it’s also using splines I thought it’d be useful to include it here.


Image

This pipe spline uses a control spline to dynamically create spline meshes for easy creation of pipes.

The pipes themselves are made up of only 2 assets (Pipe Body & Connector), compared to dozens of variations for a typical spline system.

Environment Art Assets Tools Pipeline Blueprints Unreal

Share

Store

Retro Filters Pack

Pack containing filters for VHS / Glitch, CRT Monitor, Vintage, Pixelate, Retro Console, Arcade Machine, and more..

Iridescent Materials Pack

Pearlescent, Bubbles, Iridescent Paint

Sketch-It

Hand Drawn Post Process Pack