Posts Tagged Materials

December 19, 2008

XNA Game Engine Tutorial Series #9: ComponentPredicate and Materials

In this tutorial we are going to create a component predicate, a class used to determine whether or not a component will be used for an action. This is useful for things like special drawing, for example when drawing shadows we only want shadow casters to draw when creating the shadow map.
Side note: I apologize [...]