geosolution/math~TadpoleModel(options)

地理解决方案数学模型-蝌蚪图模型

Summary

Methods:
addMathCell

添加蝌蚪元素

pause

暂停动画

start

开启动画

Constructor

new TadpoleModel(options)

蝌蚪图模型的构造函数。

Parameters:
Name Type Description
options Object
Name Type Description
loop Boolean

是否显示循环动画。默认值false。

depthTest Boolean

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

Example
let tadpoleModel=new hmap.geosolution.math.TadpoleModel({
     loop:false
});

Methods

addMathCell(mathCell)

添加蝌蚪元素

Parameters:
Name Type Description
mathCell module:geosolution/cell~Tadpole

蝌蚪元素

pause()

暂停动画

start()

开启动画