Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 458 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 458 Bytes

Bezier3D

Core bezier implementation for Unity3D. Contains basic bezier functionality with distance interpolation and orientation anchors.

Highlighted Methods

  • GetPointDistance(float) - Given distance, returns a point
  • GetOrientationDistance(float) - Given distance, returns orientation

Simple Editor

alt text

alt text