light prepass

Started by
7 comments, last by wpyax 14 years, 1 month ago
i want to study the light prepass, but i can't understand by read the articles, where can i get some sample(source code)? PS: i use directX9 on PC.
Advertisement
I have implemented, we can discuss, my qq: 181031952
Sorry, i don't use qq at the work time.
Can you send e-mail to me ?
My e-mail address is wpyax@msn.com.
Can you send the source code to me ?
You should have plenty of informations on the topic here :

http://www.realtimerendering.com/blog/deferred-lighting-approaches/#more-94
-* So many things to do, so little time to spend. *-
I've been working on a light pre pass renderer lately. If you have any questions just ask them here and I'll try to help you out.
Is it right that use a sphere volume to render the point light to light buffer?
why?
And what about the spot light?
I would start by building a basic deferred renderer so that you understand all the concepts. From there it's pretty simple to extend it to use the LPP techniqe.
Quote:Original post by wpyax
Is it right that use a sphere volume to render the point light to light buffer?
why?
And what about the spot light?


Yes its fine to use a Sphere volume for point lights. Spot lights you can use a Cone, and for directional lights you use a full screen quad.

i have some troubles on get the position from depth.

This topic is closed to new replies.

Advertisement