Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Aug 28, 2024
1 parent 5c67963 commit e08e3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Runtime/Splines/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Splines

Splines are compresied of connected bezier curves which allow for defining a smooth path in 3D space. That can be used in a variety of use cases like camera animations, AI path definition or procedural animation.
Splines define a path in 3D space. You can use them to animate an object along a predefined path using an AnimationClip or dynamically controlled by user input.

This sample utilizes the [Unity Splines package 2.5.2](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) which is available for Unity LTS 2022 and later.
One common example is a camera that follows a spline curve and react to e.g. the user scroll input on a website. This is how [needle.tools](https://needle.tools) was built too!

0 comments on commit e08e3e1

Please sign in to comment.