diff --git a/examples/cesiumEx/7.1.0、Primitive.html b/examples/cesiumEx/7.1.0、Primitive.html index 132515a2..b9f0e70b 100644 --- a/examples/cesiumEx/7.1.0、Primitive.html +++ b/examples/cesiumEx/7.1.0、Primitive.html @@ -82,7 +82,7 @@ material.diffuse = color.rgb; return material; }`; - + let material = new Cesium.Material({ fabric: { uniforms: { diff --git a/examples/cesiumEx/7.1.7、点光源.html b/examples/cesiumEx/7.1.7、点光源.html new file mode 100644 index 00000000..1bb1affc --- /dev/null +++ b/examples/cesiumEx/7.1.7、点光源.html @@ -0,0 +1,266 @@ + + + + + + + + + + + + +
+ + + + + \ No newline at end of file diff --git a/examples/cesiumEx/config.js b/examples/cesiumEx/config.js index cf91d2d8..04d321db 100644 --- a/examples/cesiumEx/config.js +++ b/examples/cesiumEx/config.js @@ -1025,6 +1025,12 @@ var exampleConfig = { thumbnail: "7.1.5、流动线.jpg", fileName: "7.1.5、流动线" }, + { + name: "7.1.7、点光源", + name_en: "7.1.7、点光源", + thumbnail: "7.1.7、点光源.jpg", + fileName: "7.1.7、点光源" + }, ] }, "map1322345514333231": { @@ -1069,7 +1075,12 @@ var exampleConfig = { thumbnail: "8.1.5、等值面.jpg", fileName: "8.1.5、等值面" }, - + { + name: "8.1.6、六边形网格", + name_en: "8.1.6、六边形网格", + thumbnail: "8.1.6、六边形网格.jpg", + fileName: "8.1.6、六边形网格" + }, ] }, "map11cddd3233231": { diff --git a/examples/cesiumEx/img/7.1.7、点光源.jpg b/examples/cesiumEx/img/7.1.7、点光源.jpg new file mode 100644 index 00000000..f2980468 Binary files /dev/null and b/examples/cesiumEx/img/7.1.7、点光源.jpg differ