Short Name:
|
Derived From:
|
Fields: |
Converts the given projected rectangular pyramid into an unprojected cubemap pyramid, by resampling the pixel content.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
source
|
Tinman.Pyramid
|
# != null |
|
The source pyramid. |
||||
optional
|
tile
|
number
|
# > 0 |
256 |
The unprojected tile size, in pixels. |
||||
optional
|
pad
|
number
|
# >= 0 |
0 |
The unprojected tile pad, in pixels. |
||||
optional
|
minify
|
bool
|
true |
|
Allow unprojected tiles to be minified during resampling? |
||||
optional
|
magnify
|
bool
|
true |
|
Allow unprojected tiles to be magnified during resampling? |
||||
optional
|
partial
|
bool
|
true |
|
Allow unprojected tiles to contain partial data (i.e. one or more missing input map tiles)? |
||||
optional
|
levels
|
number
|
# >= 0 |
0 |
Number of unprojected pyramid levels. If |
||||
external
|
info
|
Pyramid.Info
|
||
Holds detail information about this pixel pyramid. |