TrackFlow Pro Documentation 1
Generate roller coasters, railroads, conveyors and more with a physics aware spline and meshing system.
Loading...
Searching...
No Matches
TrackFlowPro.Runtime.Core Namespace Reference

Namespaces

namespace  Curves
namespace  Frames
namespace  Kernels
namespace  Meshing
namespace  Sampling

Classes

class  TrackFlowCoaster
 Simple coaster-like cart constrained to a TrackFlowSpline. Uses 1D physics along arc length: s(t), v(t). More...
class  TrackFlowGravity
 Apply gravity to a TrackFlowSpline. More...
struct  TravelerOffset
 An individual traveler being used by the TrackFlowTraveler. More...
class  TrackFlowTraveler
 Travel a game object along a TrackFlowSpline. More...

Enumerations

enum  TrackFlowGravityType { Radial , Flat }
 How to apply gravity around the spline. More...

Enumeration Type Documentation

◆ TrackFlowGravityType

How to apply gravity around the spline.

Enumerator
Radial 

Apply track gravity towards the center of the spline.

Flat 

Apply track gravity strictly along the frame binormal.