Hi,
I saw in the instanced model sample, that stuff like this
#ifdef WINDOWS
output.Color = 1;
#else
output.Color = 0;
#endif
should actually work, but unfortunately, in our project it seems to not be the case.
I've searched the forums a bit, and stumpled over a thread where it says that one must write your own content processor.
Is this true?
If so, why does the instanced model sample work? Or doesn't it? (havent tried it on the xbox yet)
In my case, I am a 100% sure that WINDOWS is defined, but the color returned is still black.
Any clues?
Thanks!
Christian