ezEngine Release 26.3
Loading...
Searching...
No Matches
ezSplineMeshDistributionMode Struct Reference

Determines how many meshes are distributed along the spline and how they are scaled. More...

#include <SplineMeshComponent.h>

Inheritance diagram for ezSplineMeshDistributionMode:

Public Types

enum  Enum { FitToSegment , ScaleEvenly , ScaleEvenlyPerSegment , Default = ScaleEvenly }
 
using StorageType = ezUInt8
 

Detailed Description

Determines how many meshes are distributed along the spline and how they are scaled.

Member Enumeration Documentation

◆ Enum

Enumerator
FitToSegment 

Each mesh is stretched to fit exactly into one spline segment.

ScaleEvenly 

Mesh length is used to determine the number of meshes distributed along the whole spline.

ScaleEvenlyPerSegment 

Mesh length is used to determine the number of meshes distributed along each spline segment. This is useful when parts should align with spline nodes.


The documentation for this struct was generated from the following file: