Releases: ycw/three-strip
Releases · ycw/three-strip
v0.2.5
21 Sep 20:47
Compare
Sorry, something went wrong.
No results found
fixed package.json
use es-module-shims@1
v0.2.4
21 Sep 07:20
Compare
Sorry, something went wrong.
No results found
v0.2.3
19 Sep 18:38
Compare
Sorry, something went wrong.
No results found
fixed build entry, rebuild for v0.2.2
v0.2.2
19 Sep 18:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.2.0
14 Sep 20:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
support CurvePath
added strip.getPoints() returns sample points
v0.1.11
12 Sep 10:11
Compare
Sorry, something went wrong.
No results found
rm all f32a.slice ops frm Anim.
speed up new Strip.Anim() ... 8x faster.
v0.1.10
11 Sep 21:04
Compare
Sorry, something went wrong.
No results found
interface as return type for all class gen fns.
renamed CrvGen to CurveHelperGen.
v0.1.9
10 Sep 16:01
Compare
Sorry, something went wrong.
No results found
add Anim to gen anim meta tailored for threejs animation system.
prepare to export pointcache mdd.