webgpu下使用Storage Buffer,规避buffer裁剪导致的样式属性不生效问题 - #2917
Open
kaixin51 wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.gl包的layer下新增视频投影相关代码,支持投影到地形,倾斜摄影,矢量瓦片
2.line样式新增lineOffset,支持根据法线进行平移线
3.使用细分方式处理lineStrokeWidth,规避相机远近导致的lineStrokeWidth宽度不一致的问题
4.修复带有倾斜角的时候,3d线宽度不一致的问题
5.使用Storage Buffer重构webgpu下的marker以及line的shader,避免maxVertexBuffers限制导致的问题