Skip to content

Releases: ycw/three-strip

v0.2.5

Choose a tag to compare

@ycw ycw released this 21 Sep 20:47
  • fixed package.json
  • use es-module-shims@1

v0.2.4

Choose a tag to compare

@ycw ycw released this 21 Sep 07:20
  • fixed uvpreset

v0.2.3

Choose a tag to compare

@ycw ycw released this 19 Sep 18:38

fixed build entry, rebuild for v0.2.2

v0.2.2

Choose a tag to compare

@ycw ycw released this 19 Sep 18:03
  • 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

Choose a tag to compare

@ycw ycw released this 16 Sep 07:45
  • fixed computeFrames()

v0.2.0

Choose a tag to compare

@ycw ycw released this 14 Sep 20:49
  • use plain classes instead of DI pattern.
  • added subsegment config for StripGeometry.
  • deleted StripAnim. ( can be impl by StripGeometry easily )

v0.1.12

Choose a tag to compare

@ycw ycw released this 12 Sep 20:53
  • support CurvePath
  • added strip.getPoints() returns sample points

v0.1.11

Choose a tag to compare

@ycw ycw released this 12 Sep 10:11
  • rm all f32a.slice ops frm Anim.
  • speed up new Strip.Anim() ... 8x faster.

v0.1.10

Choose a tag to compare

@ycw ycw released this 11 Sep 21:04
  • interface as return type for all class gen fns.
  • renamed CrvGen to CurveHelperGen.

v0.1.9

Choose a tag to compare

@ycw ycw released this 10 Sep 16:01
  • add Anim to gen anim meta tailored for threejs animation system.
  • prepare to export pointcache mdd.