Go to: Synopsis. Return value. MEL examples.
HfBuildFurImages(string $fPath, string $sdwPath, string $imgPath, int $buildShadow, int $buildImage)
None
Variable Name | Variable Type | Description |
---|---|---|
None. |
string $project = `workspace -q -dir`; string $fPath = ($project + "/furFiles/SceneName"); string $imgPath = ($project + "/furImages/SceneName"); string $sdwPath = ($project + "/furShadowMap/SceneName"); int $buildShadow = 1; // (Generate fur shadow maps) // 0 (No fur shadow maps) int $buildImage = 1; // (Generate fur images) // 0 (No fur images) HfBuildFurImages($fPath, $sdwPath, $imgPath, $buildShadow, $buildImage);