Skip to main content

GetChunkLodsInput

Arguments for getChunkLods: selects the LOD meshes for one chunk and returns only the requested levels.

input GetChunkLodsInput {
appId: BigInt!
coordinates: ChunkCoordinatesInput!
lodLevels: [Int!]!
}

Fields

GetChunkLodsInput.appId ● BigInt! non-null scalar

Id of the app that owns the chunk (decimal string).

GetChunkLodsInput.coordinates ● ChunkCoordinatesInput! non-null input

Address of the chunk whose LODs to fetch.

GetChunkLodsInput.lodLevels ● [Int!]! non-null scalar

LOD levels to return (each >= 0; 0 is the finest). Only matching levels are included in the response.

Member Of

getChunkLods query