Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VDrift Graphical Upgrades
03-14-2010, 08:00 PM,
#16
 
Quote:What sort of other light types and sources do you think we need?
Night time driving is the motivation here. As soon as the dynamic sky is working.
Another thing about my sky implementation. I am calculating the correct sun position, light color(intensity) based on input data.
So the sky is the light emitter. How do I pass this data to the renderer? The scene graph has no support for light emitters.

Quote:but it uses a very simple tonemapping that's local to the pixel
You mean: 1-exp(-light*exposure)? I am using the same in the scattering shader.
Have been thinking about replacing it with one based on average luminance.

Quote:I think a better material system is needed too.
I have been playing with a modified phong model lately:
I = Ia*ra + Il*(rd*Lambert + CookTorr)
Il: light intensity
rd: diffuse map
Ia: ambient light intensity(reflection environment map scaled by the ambient map)
ra: surface reflectivity
A surface map contains roughness, fresnel term(cooktorr) + reflectivity(ra).

This should allow a greater range of materials. I think it should also be possible to setup/test the materials in blender(not sure if they are using the same equation):
[Image: blender34jmq.jpg]
Reply


Messages In This Thread
RE: VDrift Graphical Upgrades - by zimluura - 03-12-2010, 03:35 PM
[No subject] - by portets - 03-12-2010, 08:18 PM
[No subject] - by NaN - 03-13-2010, 05:53 AM
[No subject] - by NaN - 03-13-2010, 06:33 AM
[No subject] - by portets - 03-13-2010, 06:41 AM
[No subject] - by NaN - 03-13-2010, 09:43 AM
[No subject] - by portets - 03-13-2010, 11:49 AM
[No subject] - by sebiastisch - 03-13-2010, 02:17 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-14-2010, 01:30 AM
[No subject] - by portets - 03-14-2010, 02:51 AM
[No subject] - by NaN - 03-14-2010, 09:08 AM
[No subject] - by joevenzon_phpbb2_import3 - 03-14-2010, 04:44 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-14-2010, 04:49 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-14-2010, 04:50 PM
[No subject] - by portets - 03-14-2010, 07:00 PM
[No subject] - by NaN - 03-14-2010, 08:00 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-14-2010, 10:50 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-14-2010, 10:51 PM
[No subject] - by portets - 03-15-2010, 12:39 AM
[No subject] - by joevenzon_phpbb2_import3 - 03-15-2010, 01:03 AM
[No subject] - by joevenzon_phpbb2_import3 - 03-15-2010, 01:04 AM
[No subject] - by joevenzon_phpbb2_import3 - 03-15-2010, 11:17 PM
[No subject] - by zimluura - 03-16-2010, 05:03 AM
[No subject] - by NaN - 03-16-2010, 05:22 AM
[No subject] - by joevenzon_phpbb2_import3 - 03-16-2010, 09:39 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-16-2010, 09:48 PM
[No subject] - by zimluura - 03-17-2010, 06:34 AM
[No subject] - by joevenzon_phpbb2_import3 - 03-19-2010, 09:43 PM
[No subject] - by zimluura - 03-19-2010, 10:15 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-20-2010, 12:28 PM
[No subject] - by zimluura - 03-20-2010, 02:18 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-23-2010, 10:04 PM
[No subject] - by zimluura - 03-23-2010, 10:41 PM
[No subject] - by zimluura - 04-25-2010, 03:48 AM
[No subject] - by nomoo - 04-25-2010, 06:45 AM
[No subject] - by joevenzon_phpbb2_import3 - 04-25-2010, 03:01 PM
[No subject] - by zimluura - 04-26-2010, 11:11 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-27-2010, 10:34 AM
[No subject] - by zimluura - 04-27-2010, 01:10 PM
progress report - by zimluura - 04-29-2010, 02:31 PM
[No subject] - by NaN - 04-30-2010, 02:18 AM
[No subject] - by zimluura - 04-30-2010, 01:07 PM
[No subject] - by NaN - 04-30-2010, 01:55 PM
[No subject] - by zimluura - 04-30-2010, 04:32 PM
[No subject] - by NaN - 04-30-2010, 05:04 PM
[No subject] - by zimluura - 05-01-2010, 02:08 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-01-2010, 06:35 PM
[No subject] - by zimluura - 05-02-2010, 04:01 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-09-2010, 12:51 PM
[No subject] - by zimluura - 05-11-2010, 11:36 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-11-2010, 09:52 PM
[No subject] - by zimluura - 05-13-2010, 12:17 AM
[No subject] - by NaN - 05-13-2010, 01:45 AM
[No subject] - by zimluura - 05-13-2010, 03:09 AM
[No subject] - by NaN - 05-13-2010, 03:57 AM
[No subject] - by NaN - 05-13-2010, 04:16 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-13-2010, 10:41 AM
[No subject] - by zimluura - 05-13-2010, 11:46 AM
[No subject] - by NaN - 05-13-2010, 02:34 PM
[No subject] - by zimluura - 05-13-2010, 04:34 PM
[No subject] - by joevenzon_phpbb2_import3 - 05-14-2010, 01:41 AM
[No subject] - by zimluura - 05-14-2010, 11:37 AM
[No subject] - by NaN - 05-14-2010, 04:22 PM
[No subject] - by NaN - 05-14-2010, 05:00 PM
[No subject] - by joevenzon_phpbb2_import3 - 05-14-2010, 09:51 PM
[No subject] - by zimluura - 05-15-2010, 02:57 AM
[No subject] - by zimluura - 05-18-2010, 09:08 AM
[No subject] - by zimluura - 05-20-2010, 12:58 PM
[No subject] - by NaN - 05-21-2010, 03:30 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-21-2010, 12:00 PM
[No subject] - by zimluura - 05-21-2010, 04:02 PM
[No subject] - by zimluura - 05-25-2010, 06:07 AM
[No subject] - by NaN - 05-25-2010, 08:29 AM
[No subject] - by NaN - 05-25-2010, 08:55 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-25-2010, 10:24 AM
[No subject] - by zimluura - 05-25-2010, 05:15 PM
[No subject] - by NaN - 05-26-2010, 10:23 AM
[No subject] - by zimluura - 05-26-2010, 11:53 AM
[No subject] - by NaN - 05-26-2010, 02:42 PM
[No subject] - by zimluura - 05-26-2010, 03:56 PM
[No subject] - by joevenzon_phpbb2_import3 - 05-27-2010, 01:35 AM
[No subject] - by portets - 05-27-2010, 08:06 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-27-2010, 11:15 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)