Placing a texture on an primitve?

Started by
2 comments, last by Neo[NB] 23 years, 9 months ago
Hello, I have seen some car racing games, where the cars make some dirt on the road, when they drive in a curve (the marks of the wheels)! Does someone know, how I realize this with the Immediate Mode of Direct3D? Is this a special multitexture technique? Thanks Neo
Webmaster @www.neobrothers.de .: 3D Spiele mit Delphi programmieren :.
Advertisement
It sounds more like they are using some sort of decals. Multitextured things are not usually dynamic.

*** Triality ***
*** Triality ***
Well thanks, it works with decals. But how do I use them. I looked into the DirectX 7 SDK Help and it coundn''t answer the question!

Neo
Webmaster @www.neobrothers.de .: 3D Spiele mit Delphi programmieren :.
There isn''t one specific way to implement them. You could have a decal class that holds one polygon which is a part of dirt on the road. You can render probably by using the zbias renderstate. Check that out.

*** Triality ***
*** Triality ***

This topic is closed to new replies.

Advertisement