3d camera center in data coordinates
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 18.3k
- フォーク
- 2k
- 平均マージ
- 2日 12時間
- マージ済み PR(30日)
- 28
説明
Hi.
Same issue that the #5524 : https://github.com/plotly/plotly.js/issues/5524
It is impossible to fix the rotation point to a specific point to analyse data around this point.
Example : https://codepen.io/someuser12/pen/rNXLPRJ
The center is located at 0,0,0 in the layout (center of one of the sphere) but the rotation point is located at the middle of the graph at 500,0,0 (why ?)
If i change the center with the different button (for exemple fix it at x = 1000), the plot disappear to infinity and beyond.
Would be nice to have this feature to be able to navigate around a 3d system and analyse what happened.
In my case, we study (and plot) birds trajectories around wind turbine. We need to rotate around a specific point of the bird trajectory.
Regards
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず issue #5524 とリンク先の CodePen の例を確認し、3D カメラの動作を再現します。再現結果を起点に既存の 3D カメラ実装を追跡します。完了条件は、プロットが消えることなく、指定したデータ座標上の点を中心に回転できることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100