mapvgl icon indicating copy to clipboard operation
mapvgl copied to clipboard

关于CarLineLayer中的gltf模型

Open manwuyu opened this issue 2 years ago • 4 comments

在CarLineLayer使用一个自建的gltf模型,发现模型上面有个很强的白光和黑光,这个可以去掉吗?

manwuyu avatar Jul 14 '22 07:07 manwuyu

image

manwuyu avatar Jul 14 '22 07:07 manwuyu

var lineLayer = new mapvgl.LineLayer({ width: 30, color: 'rgba(100, 71, 226, 0.9)', style: 'arrow', enablePicked: true, depthTest: false, onClick: e => { console.log(e); } }); 发现style 如果不配置 则没有光线

manwuyu avatar Jul 15 '22 05:07 manwuyu

车效果 如图 image

manwuyu avatar Jul 15 '22 05:07 manwuyu

@manwuyu 后来解决了吗?

guanghemm avatar Jan 24 '24 09:01 guanghemm