Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

The term "hider".

53 views
Skip to first unread message

Alex

unread,
Feb 4, 2011, 10:36:47 PM2/4/11
to
From its name, it seems like it was initially intended to describe a "module" hat performed purely hidden surface elimination (HSE) in an RM renderer.

But it seems like it's used for anything from Raytracing, Photon mapping, to just regular (hidden) surface elimination.

Is that because those aspects are tightly coupled to HSE?

Olivier Paquet

unread,
Feb 10, 2011, 8:04:31 AM2/10/11
to

Ray tracing used for primary rays is just another algorithm for hidden
surface elimination. As would be a z buffer. And it could be argued
that the primary task when generating photon maps is to figure out
which surfaces are visible to each photon (the photon hider does not
do "photon mapping" as a whole, it only does photon map generation).
The later is a bit of a stretch but I guess it was the least ugly way
to add photon map generation within the existing API.

Olivier

Alex

unread,
Feb 14, 2011, 2:14:37 AM2/14/11
to
Ah, that makes a lot of sense. Thanks for clearing that up.
0 new messages