Skip to content
🌍yymap
Search
K
Main Navigation
开始
常见问题
API
mapplat
layercontrol
geovgl-new
插件
示例
GitHub
Appearance
GitHub
Menu
Return to top
目录
Table of Contents for current page
YY.getGlowMaterial({color:'red'})
获取透明的材质
参数
{Object}
options
{string}
color
颜色
返回值:
THREE. Material
js
const
material
=
YY
.
getGlowMaterial
({
color:
"red"
,
});