mirror of
https://github.com/jiawanlong/Cesium-Examples.git
synced 2025-07-04 15:17:36 +00:00
工具
This commit is contained in:
parent
2eee4fa370
commit
00b47c684c
@ -120,8 +120,20 @@ var exampleConfig = {
|
||||
name: "sketchfab",
|
||||
name_en: "sketchfab",
|
||||
thumbnail: "sketchfab.jpg",
|
||||
fileName: " https://sketchfab.com/feed"
|
||||
fileName: "https://sketchfab.com/feed"
|
||||
},
|
||||
// {
|
||||
// name: "obj转gltf",
|
||||
// name_en: "obj转gltf",
|
||||
// thumbnail: "obj转gltf.jpg",
|
||||
// fileName: ""
|
||||
// },
|
||||
// {
|
||||
// name: "osgb转3dtiles",
|
||||
// name_en: "osgb转3dtiles",
|
||||
// thumbnail: "osgb转3dtiles.jpg",
|
||||
// fileName: ""
|
||||
// },
|
||||
]
|
||||
},
|
||||
}
|
||||
|
BIN
examples/cesiumEx/tools/obj2gltf.zip
Normal file
BIN
examples/cesiumEx/tools/obj2gltf.zip
Normal file
Binary file not shown.
BIN
examples/cesiumEx/tools/osgb转3dtiles.zip
Normal file
BIN
examples/cesiumEx/tools/osgb转3dtiles.zip
Normal file
Binary file not shown.
@ -72,7 +72,7 @@
|
||||
timeline: {
|
||||
axisType: 'category',
|
||||
autoPlay: true,
|
||||
playInterval: 1000,
|
||||
playInterval: 100,
|
||||
data: arr1,
|
||||
label: {
|
||||
formatter: function (s) {
|
||||
|
Loading…
Reference in New Issue
Block a user