flywave-mapview.materialoptions
Home > @flywave/flywave-mapview > MaterialOptions
MaterialOptions interface
The structure of the options to pass into [[createMaterial]].
Signature:
export interface MaterialOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Env | Environment used to evaluate dynamic technique attributes. Usually MapView.env. | ||
boolean | (Optional) | ||
boolean | (Optional) Whether shadows are enabled or not, this is required because we change the material used. | ||
string[] | (Optional) Properties to skip. | ||
Technique | The shader [[Technique]] to choose. |