Does anyone know how to use TextureStage 2 ???
because if i activate the Stage2 with ANY COLOROP, the object will become completely WHITE !!!!! No matter what COLOROP i supply (SELECTARG1/ADD/MODULATE/etc) this is really weird.
i have activated the previous 2 stages (0 and 1) with MODULATE color op.
[code]
lpDevice->SetTextureStageState(2,D3DTSS_COLOROP,D3DTOP_SELECTARG1);
lpDevice->SetTextureStageState(2,D3DTSS_COLORARG1,D3DTA_CURRENT);
[/code]
can anyone help me please ??
Comments