AllenCell / AllenCell/agave

internals: gesture graphics improvements

未关闭
#294 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C++
星标
62
派生
9
平均合并
1 天 2 小时
30 天内合并 PR
1

描述

* the gesture draw command uses a boolean to say whether it's drawing for picking reasons or for rendering reasons. This could use an enum to be more obvious.
* the thick-line drawing using strips currently puts all strips into the same list even if they are going to be drawn in different layers. So when we loop over the layers, each layer has to iterate over all the strips. A bit of extra infrastructure could let the strips be organized per-layer.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。