Skip to content

Commit 2f196cf

Browse files
committed
docs: 📝 updated docs
1 parent 63885d3 commit 2f196cf

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

website/docs/en-US/datasources/vc-datasource-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Basic usage of VcDatasourceCustom component.
116116
material: {
117117
fabric: {
118118
type: 'VcLineFlow',
119-
uniforms: { image: '/images/textures/arrow.png', color: 'yellow', repeat: { x: 30, y: 1 }, speed: 10 }
119+
uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/arrow.png', color: 'yellow', repeat: { x: 30, y: 1 }, speed: 10 }
120120
}
121121
}
122122
}

website/docs/en-US/geometries/vc-geometry-wall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Basic usage of VcGeometryWall component.
1919
material: {
2020
fabric: {
2121
type: 'VcLineFlow',
22-
uniforms: { image: '/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 }
22+
uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 }
2323
}
2424
}
2525
}}"

website/docs/en-US/graphics/vc-graphics-wall.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ Basic usage of the VcGraphicsWall component.
2525
<vc-graphics-wall
2626
ref="wall2"
2727
:positions="[-107,43,100000,-97,43,100000,-97,40,100000,-107,40,100000,-107,43,100000]"
28-
material="green"
28+
:material="{
29+
fabric: {
30+
type: 'VcLineFlow',
31+
uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 }
32+
}
33+
}"
2934
:outline="true"
3035
></vc-graphics-wall>
3136
</vc-entity>

website/docs/zh-CN/datasources/vc-datasource-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
material: {
135135
fabric: {
136136
type: 'VcLineFlow',
137-
uniforms: { image: '/images/textures/arrow.png', color: 'yellow', repeat: { x: 30, y: 1 }, speed: 10 }
137+
uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/arrow.png', color: 'yellow', repeat: { x: 30, y: 1 }, speed: 10 }
138138
}
139139
}
140140
}

website/docs/zh-CN/geometries/vc-geometry-wall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
material: {
2020
fabric: {
2121
type: 'VcLineFlow',
22-
uniforms: { image: '/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 }
22+
uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 }
2323
}
2424
}
2525
}}"

website/docs/zh-CN/graphics/vc-graphics-wall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
:material="{
2929
fabric: {
3030
type: 'VcLineFlow',
31-
uniforms: { image: '/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 }
31+
uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 }
3232
}
3333
}"
3434
></vc-graphics-wall>

0 commit comments

Comments
 (0)