Page 1 of 1

Better use of normal maps/bumb maps?

Posted: 2005-11-20, 17:24
by Thrawn
Hi all,

right now Ca3DE normalmaps just make sense when there is dynamic lightning. That's fine, but could be better though.

I found something in Star Wars Galaxis that just looks amazing, the ground textures. Although there is no lightning (just sunlight), there are these great 3D effects.

I think they are created by bumb maps!?

What I want to know: Would be something like that possible in Ca3DE? Could be used in the tech demo for some very cool things...

Image

Posted: 2005-11-20, 17:45
by Kai
Hi ^^
To me this looks more like a pixel displacement/offset trick rather than a bumpmap, such tricks a based on a highmap/bumpmap.

Those Offset/Displacement shaders tricks are quite nice but limited in use. Not all surfaces can be displaced well and its easy to get artifacts on specific angles due to the nature of this shader.
But you asked if this is possible, and yes it is ^^

Posted: 2005-11-20, 19:06
by Thrawn
It could be a keyword in the shader that activates that effect. By implenting this, you could prevent getting errors in game. You only have to take care of those textures with the keyword then. I think it's worth the effort, it makes detailed 3D textures in outdoor areas possible =)

Posted: 2005-11-21, 04:51
by scott
Looks like paralax mapping

Posted: 2005-11-22, 10:25
by Carsten
I too think it's parallax mapping. I'll add some support for it somewhen during the TechDemo development.