无法设置模糊
- Dominant language
- TypeScript
- Stars
- 4.1k
- Forks
- 656
- PR merge metrics
- No merged PRs in 30d
Description
### 问题描述
按照官网的文档,无法给linelayer设置模糊
### 重现链接
_No response_
### 重现步骤
const drawWall = async (scene: Scene) => {
const JsonData = await (await fetch("/map/china-margin.json")).json();
const layer = new LineLayer({
autoFit: true
})
.shape("line")
.source(JsonData)
.size(1.2)
.color("#59C9D7")
.style({
blur: [1, 1, 1]
});
// .animate(true);
scene.addLayer(layer);
};
### 预期行为
_No response_
### 平台
- 操作系统: `Linux nailao-PC 6.5.0-15-generic #15~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 12 18:54:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux`
- 网页浏览器: Chrome 121.0.6167.184 (Official Build) (64-bit)
### 屏幕截图或视频(可选)

### 补充说明(可选)
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.