Exporting Shadows
- Last UpdatedJul 04, 2023
- 1 minute read
In some cases, when you cannot use real time shadow for the avatar, you can use a plane with a texture to simulate a shadow.
To export a simulated shadow
-
Select the shadow and export it. The shadow contains a Shader Vc_Txt shader.
Code example
A code example for exporting shadows.
$Shader
{
szName = Vc_Txt
balphatransparency = true
fEmissiveMul = 1
}
