forked from songliuchen/cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_list.html
41 lines (41 loc) · 1.37 KB
/
index_list.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Cesium Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="margin:10px;">
<a href ="base/load_cesium.html">Hello World</a>
<br />
<a href ="base/load_cesium2.html">去除所有控件</a>
<br />
<a href ="base/load_cesium3.html">动态显示隐藏控件</a>
<br />
<a href ="model/show.html">模型属性修改</a>
<br />
<a href ="model/show_underline.html">展示地下模型</a>
<br />
<a href ="datasource/geojson.html">Geo JSON</a>
<br />
<a href ="datasource/topojson.html">Topo JSON</a>
<br />
<a href ="fly/fly.html">飞行</a>
<br />
<span> 需要下载3d titles,链接:https://pan.baidu.com/s/1pdctcLOR08ifZnmB69q7AQ 密码:io8z</span>
<br />
<a href ="3dtiles/load_3dtiles.html">加载黄浦江数据</a>
<br />
<a href ="3dtiles/load_3dtiles2.html">加载工厂数据</a>
<br />
<a href ="3dtiles/load_official.html">加载小区数据</a>
<br />
<a href ="3dtiles/load_point_cloud.html">加载点云数据</a>
<br />
<a href ="tools/3dtiles_download.py">爬取网络3DTiles数据</a>
<br />
<a href ="tools/transb3dm_to_gltf.py">从b3dm中提取gltf模型</a>
<br />
<a href ="plugins/cesium_zh.html">汉化插件</a>
</body>
</html>