文字贴图 primitive材质
参数名称 | 类型 | 描述信息 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
可选
参数对象,包括以下:
|
使用示例:
var primitive = new mars3d.graphic.WallPrimitive({
positions: [
[121.479343, 29.791419, 25],
[121.479197, 29.791474, 25],
],
style: {
diffHeight: 5,
material: new mars3d.material.TextMaterial({
text: "火星科技",
color: "#3388cc",
outlineWidth: 4,
}),
},
})
graphicLayer.addGraphic(primitive)
继承
- Cesium.Material