Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
517 views

How to create a “scorched area” on a 3D terrain?

i'm experimenting a bit with C# and XNA. Going through the advanced "Riemers tutorials" helped me a lot, but i want to make my terrain even better. I have a simple game where player controls a tank ...
3
votes
2answers
420 views

DeCAL and Delphi 2009

Have someone tried out DeCAL in Delphi 2009? I'm thinking about upgrading from 2007, but my code is quite dependent on DeCAL...
2
votes
3answers
119 views

How to iterate properly over the search results of a DMultiMap (DeCAL) in Delphi?

I am using the DMultiMap container from DeCAL with Delphi 6 to store data. The key is a string which can appears several time in the map. I wonder how to iterate properly over all objects with a ...
2
votes
1answer
564 views

Rendering decals on 3d meshes

As in question, what are the best techniques for rendering lots (lots!) of decals on multiple meshes (which can move) and on terrain?