Spline Parameter Node
https://gyazo.com/70b70faa01b8b762797ba495f0e96ffd
https://docs.blender.org/manual/en/latest/modeling/geometry_nodes/curve/read/spline_parameter.html
Node (Geometry Nodes)
SplineのおもにControl Pointの情報を取得する
出力
Factor
Point domianの場合、そのControl PointがそのSplineにおいてどのぐらいの位置にいるかを0~1で表す
画像必要 #TODO
Spline domainの場合、そのSplineの始点がそのCurve(全てのSpline)においてどのぐらいの位置かを0~1で表す
画像必要 #TODO
Length
Point domianの場合、そのControl PointがそのSplineにおいてどのぐらいの位置にいるかを長さで表す
画像必要 #TODO
Spline domainの場合、そのSplineの始点がそのCurve(全てのSpline)においてどのぐらいの位置かを長さで表す
画像必要 #TODO
Spline domainで各Splineの長さがほしいときはSpline Length Nodeを使う
これめちゃくちゃ混同する
Index
各Spline内でのIndex
普通のIndex Nodeとは違って、Splineが変わるとIndexが0にリセットされる