User talk:Pljones
From SimsWiki
Hi,
[Reference: Property Sets - http://www.sims2wiki.info/wiki.php?title=Sims_3:0x033A1435]
Do you happen to know the mapping of Destination Blend (0x048F7567) and Source Blend (0xE055EE36) to DirectX values? The official DirectX values don't seem to work well.
public enum Blend
{
Zero = 1,
One = 2,
SourceColor = 3,
InvSourceColor = 4,
SourceAlpha = 5,
InvSourceAlpha = 6,
DestinationAlpha = 7,
InvDestinationAlpha = 8,
DestinationColor = 9,
InvDestinationColor = 10,
SourceAlphaSat = 11,
BothSourceAlpha = 12,
BothInvSourceAlpha = 13,
BlendFactor = 14,
InvBlendFactor = 15,
}
Thanks. Please add to Property Sets page if you know these.