internals: gesture graphics improvements
オープン
- 主要言語
- C++
- スター
- 62
- フォーク
- 9
- 平均マージ
- 1日 2時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。