Providing option to restrict element-picking to a particular type
まだ誰も着手していません。
- 主要言語
- C++
- スター
- 2.2k
- フォーク
- 242
- 平均マージ
- 11分
- マージ済み PR(30日)
- 1
説明
This came up when I was preparing the coding assignments for CMU's DDG course.
Currently, the element picker picks up on elements of all sorts, including vertices, edges, faces, halfedges. On the other hand, in some assignments, students only need to select vertices on a mesh. Vertex selection is still doable, but on larger meshes it can require zooming in to more precisely select vertices.
It seems we've discussed this problem before (just logging it here.) One thing I'll add is that it might be helpful if the user could restrict to a certain element type by holding down a key while clicking.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
実装ファイル、テスト、エントリーポイントは指定されていません。まず element-picker のコードを見つけ、issue で参照されている以前の議論を確認してください。既存の picking の動作を失うことなく、提案されているキーを押し続ける操作も含め、ユーザーが選択した要素タイプに picking を制限できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- computer-graphics
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100