ConstructorOptions
Properties
The buffer containing height data.
A bit mask indicating which of this tile's four children exist. If a child's bit is set, geometry will be requested for that tile as well when it is needed. If the bit is cleared, the child tile is not requested and geometry is instead upsampled from the parent. Default value - 15
True if this instance was created by upsampling another instance; otherwise, false. Default value - false
The encoding that is used on the buffer. Default value - HeightmapEncoding.NONE
An object describing the structure of the height data.
The water mask included in this terrain data, if any. A water mask is a square Uint8Array or image where a value of 255 indicates water and a value of 0 indicates land. Values in between 0 and 255 are allowed as well to smoothly blend between land and water.