Interface TechniqueDefLogic

All Known Implementing Classes:
DefaultTechniqueDefLogic, MultiPassLightingLogic, SinglePassAndImageBasedLightingLogic, SinglePassLightingLogic, StaticPassLightingLogic

public interface TechniqueDefLogic
TechniqueDefLogic is used to customize how a material should be rendered. Typically used to implement lighting modes. Implementations can register unmapped defines in their constructor and then later set them based on the geometry or light environment being rendered.