MCPcopy Index your code
hub / github.com/OpenThree/three-cesium-examples / addFly

Method addFly

threeExamples/application/diffuseLine.js:62–131  ·  view source on GitHub ↗

* [addFly description] * * @param {String} opt.color [颜色_透明度] * @param {Array} opt.curve [线的节点] * @param {Number} opt.width [宽度] * @param {Number} opt.length [长度] * @param {Number} opt.speed [速度] * @param {Number} opt.repeat [重复次数] * @re

({
        color = "rgba(255,255,255,1)",
        curve = [],
        width = 1,
        length = 10,
        speed = 1,
        repeat = 1,
        texture = null,
        callback
    } = opt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

loadFunction · 0.80

Calls 2

getColorArrMethod · 0.95
pushMethod · 0.80

Tested by

no test coverage detected