Short Name:
|
Derived From:
|
Fields: |
Common properties for building new pixel pyramids.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
size
|
number
|
# > 0 |
|
The size of the bottom-most pyramid level, in pixels. Will be round up to the next power of two. |
||||
optional
|
cube
|
bool
|
true |
|
Create an unprojected cubemap pyramid ( |
||||
optional
|
tile
|
number
|
# > 0 |
256 |
The tile size, in pixels. Will be round up to the next power of two. |
||||
optional
|
pad
|
number
|
# >= 0 |
0 |
The tile pad of the pyramid, in pixels. |
||||
optional
|
georef
|
Tinman.Georef
|
null |
|
The georeference of the pyramid. |
||||
external
|
info
|
Pyramid.Info
|
||
Holds detail information about this pixel pyramid. |
The following table shows all usages of this config type.
Extended By:
|