SurfaceMesh from glm types
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 25/100
- issue の種類
- 機能追加
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- cpp
調査の方向性
Start by reviewing the SurfaceMesh and geometry interfaces that currently use Eigen, then determine whether the request is for glm compatibility or only guidance on existing usage. Done would require a clearly scoped way to create and manipulate meshes with glm types, along with the relevant interface or usage documentation.
索引モデルが issue の本文から書いたものです。
説明
Hi! I started playing with your library today. It is very different from what I'm used to but I like it so far. Thanks!
I was wondering if we have a way to use glm types instead of Eigen to create and manipulate meshes/geometry.
For me, this is more intuitive:
std::vector<glm::vec3> points;
points.emplace_back(glm::vec3(0,0,0));
points.emplace_back(glm::vec3(2,0,0));
points.emplace_back(glm::vec3(2,0,2));
points.emplace_back(glm::vec3(0,0,2));
Than this:
const size_t vCount = 4;
Eigen::MatrixXd vertexPos(vCount, 3);
vertexPos << 0, 0, 0,
2, 0, 0,
2, 0, 2,
0, 0, 2;
I find Eigen too complex for my needs. Is the whole library using Eigen by default?
- 主要言語
- C++
- スター
- 1.3k
- フォーク
- 183
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
nmwsharp/geometry-central のほかの issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 88/100
nmwsharp/geometry-central#256 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 48/100
nmwsharp/geometry-central#255 · コメント 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 30/100
nmwsharp/geometry-central#253 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 57/100
nmwsharp/geometry-central#247 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 68/100
nmwsharp/geometry-central#246 ·
nmwsharp/geometry-central の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
google-ai-edge/LiteRT-LM#3739 ·
-
Component: GLib
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
Mute ydb/tests/functional/dstool/test_canonical_requests.py.Test.test_group_take_snapshot in main オープンai_reviewed
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
ydb-platform/ydb#53974 · コメント 3 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
google/libultrahdr#485 ·