Skip to content

YY.getGlowMaterial({color:'red'})

  • 获取透明的材质
  • 参数
    • {Object} options
      • {string} color 颜色
  • 返回值: THREE. Material
js
const material = YY.getGlowMaterial({
  color: "red",
});

This document is generated by vitepress and Edit by deyihu