New nodes: 'Position on Path' and 'Tangent on Path' (#2588)

This commit is contained in:
Keavon Chambers
2025-04-16 22:50:50 -07:00
committed by GitHub
parent c4484cb6cd
commit fa21385d2c
2 changed files with 75 additions and 2 deletions

View File

@@ -170,8 +170,8 @@ export function getSubpathDemoArgs(): SubpathDemoArgs[] {
export const tSliderOptions = {
variable: "t",
inputType: "slider",
min: 0,
max: 1,
min: -0.01,
max: 1.01,
step: 0.01,
default: 0.5,
};