keyframe icon indicating copy to clipboard operation
keyframe copied to clipboard

Align sample step size when generating sample table

Open NaviHX opened this issue 4 months ago • 0 comments

Resolves #21.

In the original implementation, the step size used to generate the sample table was different from the one used to search for the appropriate interval within the table. I added const SAMPLE_STEP_SIZE: f32 for BezierCurve to generate sample tables with proper step size.

NaviHX avatar Dec 09 '25 03:12 NaviHX