geosolution/math~TrailModel(options)

地理解决方案数学模型-线纹理模型

Summary

Methods:
addMathCell

添加线纹理动画

Constructor

new TrailModel(options)

线纹理模型构造函数

Parameters:
Name Type Description
options Object

可选项

Name Type Description
depthTest Boolean

是否开启深度测试,默认为false

Example
let trailModel=new hmap.geosolution.math.TrailModel({});

Methods

addMathCell(trail)

添加线纹理动画

Parameters:
Name Type Description
trail module:geosolution/cell~Trail

线纹理动画

Throws:
TypeError -

参数类型出错,抛出异常。

Example
TrailModel.addMathCell(trail);