Bootstrap

ceisum实体label被遮挡

disableDepthTestDistance: Number.POSITIVE_INFINITY

 只需要在label中添加上面的属性,就可以使得label的显示层级在实体之上,具体的代码为:


label: {
                //面中心点,显示文字的配置
                text: "文字", //对应的属性名称
                opacity: 1,
                font_size: 26,
                color: "#ffffff",
                font_family: "楷体",
                disableDepthTestDistance: Number.POSITIVE_INFINITY
            }