Content deleted Content added
COMPLETE THE MERGE: from Wet floor effect per AfD |
Citation bot (talk | contribs) Alter: url. | You can use this bot yourself. Report bugs here. | Activated by Neko-chan | Category:Articles with incomplete citations from April 2020 | via #UCB_Category |
||
Line 12:
[[Image and object order rendering|Image order rendering]] algorithms based on tracing rays of light, such as [[Ray tracing (graphics)|ray tracing]] or [[path tracing]], typically compute accurate reflections on general surfaces, including multiple reflections and self reflections. However these algorithms are generally still too computationally expensive for real time rendering (even though specilized HW exists, such as [[Nvidia RTX]]) and require a different rendering approach from typically used [[rasterization]].
Reflections on planar surfaces, such as planar mirrors or water surfaces, can be computed simply and accurately in real time with two pass rendering — one for the viewer, one for the view in the mirror, usually with the help of [[stencil buffer]].<ref>{{cite journal |last1=Kligard |first1=Mark |title=Improving Shadows and Reflections via the Stencil Buffer |date=1999 |pages=7 |url=https://www.researchgate.net/publication/
Reflections on non-planar (curved) surfaces are more challenging for real time rendering. Main approaches that are used include:
|