BuildMeshShadowVolume()

Syntax

BuildMeshShadowVolume(#Mesh)
Description
Create the shadow volume for the specified #Mesh. It is required if the mesh needs to cast shadow. It should be done once the mesh creation is completely done, or the shadow will not match the mesh.

Parameters

#Mesh The mesh to act on.

Return value

None.

See Also

CreateMesh()

Supported OS

All

<- AddSubMesh() - Mesh Index - BuildMeshTangents() ->