feat: 调整官网航向图 demo

This commit is contained in:
shihui 2021-12-02 19:50:33 +08:00
parent ce18df1c10
commit 823e77fa63
2 changed files with 2 additions and 4 deletions

View File

@ -88,11 +88,9 @@ scene.on('loaded', () => {
.color('#ff6b34')
.texture('plane')
.shape('arc3d')
// .shape('arc')
.size(20)
// .active(true)
.animate({
duration: 10,
duration: 1,
interval: 0.2,
trailLength: 0.05
})

View File

@ -92,7 +92,7 @@ scene.on('loaded', () => {
.size(20)
// .active(true)
.animate({
duration: 10,
duration: 1,
interval: 0.2,
trailLength: 0.05
})