Vector Quantity Coloring (e.h. a VectorQuantityScalarQuantity or VectorQuantityColorQuantity)
オープン
まだ誰も着手していません。
- 主要言語
- C++
- スター
- 2.2k
- フォーク
- 242
- 平均マージ
- 11分
- マージ済み PR(30日)
- 1
説明
I was looking in to how to color a vector quantity on a per-element basis, which basically means adding a ScalarQuantity or ColorQuantity to a VectorQuantity.
My first approach to this was to try and make a VectorQuantity a Structure, but that creates an error around isEnabled()
polyscope/src/../include/polyscope/structure.h:96:8: note: member found by ambiguous name lookup
bool isEnabled();
Have you had any thought about the right way to do this?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず include/polyscope/structure.h を読み、特に isEnabled() の宣言と、VectorQuantity を Structure にしたときに報告されている曖昧性を確認します。VectorQuantity、ScalarQuantity、ColorQuantity がどのように表現されているかを追跡し、その後、要素ごとのベクトル着色に関してプロジェクトで承認されている API を特定します。完了時には、報告された名前の競合なしで要求された着色をサポートする、確定した設計が含まれている必要があります。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100