mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
![]() Polygons have a line of sight value that's either a 0 or 1. We write this value into the stencil buffer, then read the app can read it back to determine the polygon attribute is visible or not. The returned value is 1/depth value in world coordinates. The first bit of the float is actually a control bit, 1 indicates no geometry hit, 0 indicates geometry hit. |
||
---|---|---|
.. | ||
Legacy3D | ||
New3D | ||
FBO.cpp | ||
FBO.h | ||
IRender3D.h | ||
Render2D.cpp | ||
Render2D.h | ||
Shader.cpp | ||
Shader.h | ||
Shaders2D.h |