GraphicsProgramming / GraphicsProgramming/RVPT

Hybrid renderer

オープン
#36 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C++
スター
82
フォーク
8
PR マージ指標
30日以内にマージされた PR はありません

説明

Upon finalizing a rasterizer that matches the ray-tracer, a hybrid mode may be added. The result of the primary rays will be a product of the rasterizer, while any subsequent bounces will be from the ray-tracer. This would require the rasterizer to generate a buffer of positions + normals + materials at each pixel, from which subsequent rays may be generated. A restriction in that case will be the sampling of the primary rays - in each frame the samples for those should be slightly jittered if possible. There is also a concern regarding AA, where a higher resolution image should be fed to the raytracer if actual AA is desired.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。