NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 样式库 - 高亮 ``` { 'emphasis': { /*...*/ '__DEFAULT__': { 'face': '{color: "#00BFFF", transparent:0, opacity:0.3, depthTest: 0, }', 'texture': '', 'line': '{color: "#00BFFF", }', }, 'Emphasis_01': { 'face': '{color: "#00BFFF", transparent:0, opacity:0.3, depthTest: 0, }', 'texture': '', 'line': '{color: "#00BFFF", }', }, /*...*/ }, } ``` * 当鼠标经过时,对开启经过交互的物体,会有高亮效果 | 参数 | 说明 | 格式 | 备注 | | --- | --- | --- | --- | --- | | emphasis[key] | 样式集合,key为样式ID<br />必须保留一个__DEFAULT__ | Object | | | emphasis[key].face | 表面样式 | String | |