2008.07.19, 08:51 PM
Brian, the materials system is kind of limited. Currently, you can set different textures as different materials, but it's hard to do much with them.
For example, different bullet holes on different materials is impossible without doing two hitscans, one to check the material and one to place the mark. Because of this, there is no (good) way to have the correct bullet holes for a weapon unless it has perfect accuracy.
Another example, I was trying to make shells only bounce off of hard materials (iow shells don't bounce in the grass), but there's no way to tell what material the object is currently on.
Of course, this isn't nearly as important as working on the editor and animator, but eventually it would be nice to have more support for materials.
(btw, if I'm wrong and this stuff is possible please tell me!)
For example, different bullet holes on different materials is impossible without doing two hitscans, one to check the material and one to place the mark. Because of this, there is no (good) way to have the correct bullet holes for a weapon unless it has perfect accuracy.
Another example, I was trying to make shells only bounce off of hard materials (iow shells don't bounce in the grass), but there's no way to tell what material the object is currently on.
Of course, this isn't nearly as important as working on the editor and animator, but eventually it would be nice to have more support for materials.

(btw, if I'm wrong and this stuff is possible please tell me!)