Forums

Full Version: Le Mans Bugatti
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Actually, I have a lot of fun : I'm modeling Le Mans Bugatti Track (4km)

My wish : using track as base, to simulate a day/night/day transition, and lights on buildings. As we can see in a race of 24 hours.

I have only "graphics" theorys to do it (remember I don't know anything about programming).

I suppose it will ask different skyboxes, textures animation, lights animations, self illumination...

I don't know if it's easy to do. Can we talk here about it ?

Here, Le Mans Bugatti track :
[Image: 1146425144.jpg]

Here, Pit building WIP :
[Image: 1146425176.jpg]

Here, quick test with self-illumination on night :
[Image: 1146425210.jpg]
Awesome work. It looks really detailed. Does it have a huge poly count?
Wow, that looks great!

NaN did some atmosphere work a while back that would simulate the look of the sky for different times of day, I wonder if that's still around?
The problem with the code has been the integration with the available renderers. I hoped to find a way to fake it for the guys without GL2+ cards but failed. There is also the issue with the clouds...
Vdriftfan > track is around 50.000 polys for now. It should turn around 200.000 polys with objects...

Jovenson, Nan, do you think this can do something like that ? :

Animated sun, I mean a light source, with different colors and density, turning around the track :
- 6:00am, it is on east, red/orange color, 50% density
- 12:00 am it is under the track, white color, 100% density
- 9:00pm it is on the west, red/orange color, 50% density
- 12:00 pm : it is under the track, blue/black color, 10% density

Animated self illumination maps
- between 8:00am and 12:00am : self-illuminations map = 0% density
- between 9h00pm and 8:00am : self-illuminations map = 100 % density

If you want to test I can furnish a small 3d scene, for exemple a little part of track with a road light...
Can extreme darkness be simulated by making the blue channel of textures more powerful and then reduce it to normal value at day? Or is it hardware intensive? And use it only for background objects not illuminated from artificial lights like street lamps.
berzingue Wrote:Vdriftfan > track is around 50.000 polys for now. It should turn around 200.000 polys with objects...

Jovenson, Nan, do you think this can do something like that ? :

Animated sun, I mean a light source, with different colors and density, turning around the track :
- 6:00am, it is on east, red/orange color, 50% density
- 12:00 am it is under the track, white color, 100% density
- 9:00pm it is on the west, red/orange color, 50% density
- 12:00 pm : it is under the track, blue/black color, 10% density

Animated self illumination maps
- between 8:00am and 12:00am : self-illuminations map = 0% density
- between 9h00pm and 8:00am : self-illuminations map = 100 % density

If you want to test I can furnish a small 3d scene, for exemple a little part of track with a road light...

The code for lights sources is there. With shaders you even can have as many dynamic light sources as you want. There is also code to calculate sun position, intensity depending on date, time and the location of the track. The track loading code doesn't support it though. The problem at the time of implementation has been editor support and users without shaders.

It could be enabled with some coding. But the guys with crappy graphics cards will have to live without it.

Would be cool to resurrect this code. But I really need to finish the gui rewrite(car outlines creation is somewhat of a pita, not completely happy with it).
Can the guys with crappy GPU's just use the day/night method from GTA III/Vice City? It was actually really really good, especially in Vice City.
By the way, Joe Venzon said he's using Crysis 2's reflection method, which in my opinion is pretty overkill(Crytek is notorious for unoptimized code and trying to make people to buy expensive hardware). You can almost the same result with the implementation in NFS Hot Pursuit 2010/Shift2. Actually the older game has better lightning, making an awesome atmosphere.
I know I'm really insisting with HP but I was really impressed by the graphics.
Also, berzinque, would you like to use image based modeling for speeding up the process?
http://insight3d.sourceforge.net/ Is a free and open source program.
The reflection method is adjustable, you don't have to always set it to high. Smile On low it just uses a cubemap. But I don't want to hijack the thread.