TerrainHeightmapSyncControl

enumeration

Description

Controls what Terrain heightmap data to synchronize when there are changes to the heightmap texture.

Properties

NoneDoes not synchronize the height data nor the LOD data.
HeightOnlySynchronizes only height data of the heightmap texture from the GPU back to CPU memory.
HeightAndLodSynchronizes height data of the heightmap texture from the GPU back to CPU memory. Then computes LOD data, used for determining the tessellation level, from the height data.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答