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

fixed bug about displaying cylinder base #44

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Conversation

kurrrru
Copy link
Owner

@kurrrru kurrrru commented Dec 20, 2024

概要

円柱の面が正しく表示されないバグがあったのでそれを修正した

バグの原因

  • 円柱の2つの底面のうち、先に計算した面の結果が適切な範囲内に収まっているとき、他方の底面の衝突判定が行われないため

修正内容

  • 2つの底面それぞれについて衝突判定を行う関数を用意して、その結果を比べてtを決定する処理に変更した
  • calc_t_againの実引数をdirectionとocにする変更は既に済んでいたが、仮引数がd_projとoc_projのままだったので、directionとocに変更した

テスト

以下のケースで正しく描画されるようになった

A 0.2 255,255,255
C 4.599602,3.606032,6.277669 -0.5,-0.433013,-0.75 70
L 5.0,1.5,0.0 0.3 255,255,255
sp 0.0,0.0,0.0 2.0 255,224,189
pl 0.0,-2.0,0.0 0.0,1.0,0.0 100,100,100

sp 0.5,0.5,0.0 1.5 100,149,237
cy 1.0,0.0,0.0 0.588018,0.500000,0.635794 1.5 3.0 255,0,0
sp -0.5,1.5,0.0 1.0 50,205,50
pl 0.0,0.0,-5.0 0.0,0.0,1.0 255,255,0

ちなみに、修正前の状態では、円柱の底面が正しく描画されないとき、円柱の法線ベクトルを逆向きにすることで正しく表示されるようになっていた。そのため、他のケースで円柱の底面が正しく描画されているとき、法線ベクトルを逆向きにしても正しく描画できるかを確認して欲しい。

@kurrrru kurrrru linked an issue Dec 20, 2024 that may be closed by this pull request
@kurrrru kurrrru requested review from mmiyahar1205 and removed request for mmiyahar1205 December 20, 2024 02:31
@kurrrru kurrrru changed the base branch from master to 40-hook December 20, 2024 09:25
@kurrrru
Copy link
Owner Author

kurrrru commented Dec 20, 2024

一旦40-hookにマージして、まとめてプルリクを出す

@kurrrru kurrrru merged commit 622e944 into 40-hook Dec 20, 2024
@kurrrru kurrrru deleted the 42-円柱の底面 branch December 20, 2024 09:30
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

Successfully merging this pull request may close these issues.

円柱の底面
1 participant