42minirt / miniRT

Simple RayTracer with miniLibX
0 stars 0 forks source link

輝度ムラの原因調査 #30

Closed ak0327 closed 1 year ago

ak0327 commented 1 year ago

これの続き https://github.com/42minirt/miniRT/issues/11#issuecomment-1585475408

原因判明 https://github.com/42minirt/miniRT/issues/30#issuecomment-1588391743

対策検討中 -> 無理っぽい

ak0327 commented 1 year ago

y == 270, 800 <= x && x <= 850 の範囲の各数値をチェック

全体

サンプル範囲


結果

ak0327 commented 1 year ago

mlx_pixel_putを介さず画像を取得

方法

raytraceで得たr,g,bをppm形式で出力し、画像ファイルとして書き出した

結果

得られた画像はこれ

ak0327 commented 1 year ago

int_colorの値

結果

対策

参考

ak0327 commented 1 year ago

結論出たのでclose