Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain flatness of 'values' parameter for Quaternion/VectorKeyframeT… #22766

Merged
merged 2 commits into from Nov 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/en/animation/tracks/ColorKeyframeTrack.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3
<p>
[page:String name] - (required) identifier for the KeyframeTrack.<br />
[page:Array times] - (required) array of keyframe times.<br />
[page:Array values] - values for the keyframes at the times specified.<br />
[page:Array values] - values for the keyframes at the times specified, a flat array of color components between 0 and 1.<br />
[page:Constant interpolation] - the type of interpolation to use. See
[page:Animation Animation Constants] for possible values. Default is
[page:Animation InterpolateLinear].
Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/animation/tracks/QuaternionKeyframeTrack.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3
<p>
[page:String name] (required) identifier for the KeyframeTrack.<br />
[page:Array times] (required) array of keyframe times.<br />
[page:Array values] values for the keyframes at the times specified.<br />
[page:Array values] values for the keyframes at the times specified, a flat array of quaternion components.<br />
[page:Constant interpolation] the type of interpolation to use. See
[page:Animation Animation Constants] for possible values. Default is
[page:Animation InterpolateLinear].
Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/animation/tracks/VectorKeyframeTrack.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3
<p>
[page:String name] - (required) identifier for the KeyframeTrack.<br />
[page:Array times] - (required) array of keyframe times.<br />
[page:Array values] - values for the keyframes at the times specified.<br />
[page:Array values] - values for the keyframes at the times specified, a flat array of vector components.<br />
[page:Constant interpolation] - the type of interpolation to use. See
[page:Animation Animation Constants] for possible values. Default is
[page:Animation InterpolateLinear].
Expand Down