tschw
|
953014decf
Rewrote KeyframeTrack.prototype.trim.
|
9 yıl önce |
takahiro
|
67df655016
Fix KeyframeTrack.trim() wrong stride calculation bug
|
9 yıl önce |
tschw
|
326c6d98ed
Removed protection of external names.
|
9 yıl önce |
tschw
|
63880c062b
Animation: Fixed JSON import.
|
9 yıl önce |
tschw
|
c32f31a587
Animation: New API, caching and masses.
|
9 yıl önce |
tschw
|
4126288ad3
Moved Interpolant family of classes to math.
|
9 yıl önce |
tschw
|
bd34f528d4
Animation: Prettified source code formatting.
|
9 yıl önce |
tschw
|
3b2c721f66
Animation: Let KeyframeTrack not require values.
|
9 yıl önce |
tschw
|
2e5d9ef6b3
Animation: Interpolants & extensibility overhaul.
|
9 yıl önce |
tschw
|
70f29cc240
Revert conflicting cleanup.
|
9 yıl önce |
Tiago de Pádua
|
82e98bc68f
fixed isNaN for Safari
|
9 yıl önce |
Mr.doob
|
275f339a64
Clean up.
|
9 yıl önce |
Ben Houston
|
801124dceb
simplifying code in the clip-based animation system.
|
10 yıl önce |
Ben Houston
|
7e60f3a52d
add new .clips support on Nodes and Geometries for simple/fast AnimationClip loading.
|
10 yıl önce |
jackcaron
|
3b894ac759
forgot the 'function'
|
10 yıl önce |
jackcaron
|
aa44449278
missing equal sign
|
10 yıl önce |
Ben Houston
|
84a942334b
improve keyframe track parsing to be more flexible.
|
10 yıl önce |
Ben Houston
|
8b5f0d5b63
fix off by one bugs in KeyframeTrack.shift/scale - was skipping first key.
|
10 yıl önce |
Ben Houston
|
a185475c35
add *KeyframeTrack.clone().
|
10 yıl önce |
Ben Houston
|
d69840c682
KeyframeTrack.trim( start, end ). Return this if possible. Use fps in ObjectLoader. Add KeyframeTrack.scale()
|
10 yıl önce |
Ben Houston
|
ac12e432c5
add KeyframeTrack.shift function to move keyframes around in time.
|
10 yıl önce |
Ben Houston
|
73a55e948a
complete creation of type-specific KeyframeTrack classes.
|
10 yıl önce |
Ben Houston
|
ef5fc2e00c
initial attempt at implementing @mrdoob's suggestion here: https://github.com/mrdoob/three.js/pull/6934#discussion_r36212808
|
10 yıl önce |
Ben Houston
|
4b884a37b9
address @mrdoob comment: https://github.com/mrdoob/three.js/pull/6934#discussion_r36211920
|
10 yıl önce |
Ben Houston
|
3d2b5ebcd5
name all anonymous functions for better results when profiling.
|
10 yıl önce |
Ben Houston
|
86523359e4
remove debugging output.
|
10 yıl önce |
Ben Houston
|
414353620e
fix bug.
|
10 yıl önce |
Ben Houston
|
e9cd1a2812
memorize the KeyframeTrack.setResult()
|
10 yıl önce |
Ben Houston
|
055dc347fe
BlendCharacter example works great.
|
10 yıl önce |
Ben Houston
|
eb64f9e824
add optimization for consecutive keys that are identical -- no linear interoplation required.
|
10 yıl önce |