Usage:
Cloud.SetSrcBlend
name
Argument values:
argument 1: | BMSourceAlpha; most commonly BMSourceAlpha |
This property is not a part of any defined type of object.
Used in a total of 35 .con files: Skyandsun.con
Parent directory of these .con files: Bf1942/Levels
Example: (from Bf1942/Levels/Stalingrad/Init/SkyAndSun.con)
GeometryTemplate.File Sky_Stalingrad_m1
Sky.initSky
** Clouds
REM GeometryTemplate.create StandardMesh Cloud
REM GeometryTemplate.file cloud
Sky.addCloud
Cloud.SetName cloud_0
Cloud.SetSrcBlend BMSourceAlpha
Cloud.SetDstBlend BMInvSourceAlpha
Cloud.SetTexScale 8
Cloud.SetSpeed -0.03 0.015
Cloud.SetHeight 3500
Go to the Cloud properties list page, Cloud page, All Properties list, or Main scripting page.