LodData
A single level-of-detail (LOD) representation of a chunk.
type LodData {
level: Int!
data: String!
}
Fields
LodData.level ● Int! non-null scalar
LOD level (0 is the finest; higher numbers are coarser).
LodData.data ● String! non-null scalar
BASE64-encoded binary LOD data (decode from base64).
Member Of
Chunk object ● ChunkLodsResponse object