1.1.1 • Published 5 months ago

xctc-model v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

项目中常用的方法集合

email: dybself@163.com

安装 npm i xctc-model

项目中引入 import 3Dmodel from "xctc-model"

初始化模型
第一个参数为token,第二个参数为回调函数,回调函数执行,证明地球模型已初始化成功,在回调函数中进行对应方法
let model = new  Init3DModel("",()=>{
        model.initModelViewer("createCesium") // 初始化 div , 通过ID 绑定模型
        model.httpRequest("url") // 3dTiles 模型数据请求地址
        model.modelScale({min:20,max:1200}) // 
})
1.1.1

5 months ago

1.0.2

5 months ago

1.1.0

5 months ago

1.0.1

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.0

5 months ago