Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

directionalLightについて #111

Open
nikosai opened this issue Sep 15, 2021 · 0 comments
Open

directionalLightについて #111

nikosai opened this issue Sep 15, 2021 · 0 comments

Comments

@nikosai
Copy link
Contributor

nikosai commented Sep 15, 2021

グラフ全体には directionalLight で斜め上から平行光線が当たっているが、新規Hydatロード時(=HyLaGIからの応答を受け取った時)に呼ばれる clearPlot 関数ではその設定をしていない。
これまで誰も気づかなかったということは、そもそも directionalLight を当てる意味があるのかさえ不明。

webHydLa/src/graph/graph.ts

Lines 225 to 230 in 3eb254d

export function clearPlot() {
graphState.scene = new THREE.Scene();
// TODO: 複数のプロットが存在するときの描画範囲について考える
// TODO: 設定を変更した時に動的に変更が反映されるようにする
// TODO: directionalLight が生成されていない。
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant