Skip to content

Releases: ycw/three-strip

v0.2.5

21 Sep 20:47
@ycw ycw
Compare
Choose a tag to compare
  • fixed package.json
  • use es-module-shims@1

v0.2.4

21 Sep 07:20
@ycw ycw
Compare
Choose a tag to compare
  • fixed uvpreset

v0.2.3

19 Sep 18:38
@ycw ycw
Compare
Choose a tag to compare

fixed build entry, rebuild for v0.2.2

v0.2.2

19 Sep 18:03
@ycw ycw
Compare
Choose a tag to compare
  • support dasharray and dashoffset.
  • added class UvPreset.

API breaking changes:

// v0.2.1 ( broken in v0.2.2 )
new StripGeometry(strip, [10, 3]);

// v0.2.2 ( use dash-gap list instead )
new StripGeometry(strip, [10, [3, 7]]); 

v0.2.1

16 Sep 07:45
@ycw ycw
Compare
Choose a tag to compare
  • fixed computeFrames()

v0.2.0

14 Sep 20:49
@ycw ycw
Compare
Choose a tag to compare
  • use plain classes instead of DI pattern.
  • added subsegment config for StripGeometry.
  • deleted StripAnim. ( can be impl by StripGeometry easily )

v0.1.12

12 Sep 20:53
@ycw ycw
Compare
Choose a tag to compare
  • support CurvePath
  • added strip.getPoints() returns sample points

v0.1.11

12 Sep 10:11
@ycw ycw
Compare
Choose a tag to compare
  • rm all f32a.slice ops frm Anim.
  • speed up new Strip.Anim() ... 8x faster.

v0.1.10

11 Sep 21:04
@ycw ycw
Compare
Choose a tag to compare
  • interface as return type for all class gen fns.
  • renamed CrvGen to CurveHelperGen.

v0.1.9

10 Sep 16:01
@ycw ycw
Compare
Choose a tag to compare
  • add Anim to gen anim meta tailored for threejs animation system.
  • prepare to export pointcache mdd.