修改飞线和光照bug

This commit is contained in:
2025-07-14 11:31:10 +08:00
parent ff60cc4f65
commit 51f7ef9864
3 changed files with 15 additions and 3 deletions

View File

@ -58,8 +58,8 @@ class PolylineObject extends Base {
this.options.smooth = options.smooth || false
this.options.extend = options.extend || false
this.options.rotate = options.rotate || true
this.options.space = options.space || 0.1
this.options.speed = options.speed || 1
this.options.space = options.space || 1
this.options.speed = options.speed || 10
this.options.dashSize = options.dashSize || 0.03
this.options['length-unit'] = options['length-unit'] || '米'
this.options['fit-length-unit'] = options['fit-length-unit'] || '米'