Optional
colorOptional
containsThe custom function to test if a given extent is contained in this source. Note: we assume this function accepts extents in this source's CRS.
Optional
extentThe optional extent of the source. If not provided, it will be computed from the source.
Optional
flipYShould images be flipped vertically during composition ?
Optional
formatThe optional image decoder.
The image format (e.g image/png
).
Optional
is8bitThe data type of images generated.
For regular color images, this should be true
. For images with a high dynamic range,
or images that requires additional processing, this should be false
.
The name of the WMS layer, or layers to use.
Optional
noThe optional no-data value.
Optional
paramsAdditional params to pass to the WMS service.
The projection of the layer.
Optional
synchronousIs this source able to generate images synchronously ?
The URL to the WMS service.
The custom color space of the generated textures. See https://threejs.org/docs/#manual/en/introduction/Color-management for more information. If unspecified, the source considers that 8-bit images are in the sRGB color space, otherwise
NoColorSpace
.