AddTerrainTexture()
语法
AddTerrainTexture(#Terrain, Layer, WorldSize, DiffuseSpecular$, NormalHeight$)概要
Adds a texture to the #Terrain.
参数
#Terrain The terrain to use. Layer The layer index to apply the texture. The first layer index starts from 0. The maximum number of layers is defined when creating the terrain, see CreateTerrain(). WorldSize The world size of the applied texture. DiffuseSpecular$ The name of the diffuse specular map image to apply to this layer. NormalHeight$ The name of the normal height map image to apply to this layer.
返回值
无.
参阅
CreateTerrain()
已支持操作系统
所有