- Preparing search index...
- The search index is not available
ara3d-webgl
Type alias MaterialSettings
Material
Settings
: { highlight
: { color
: Color; opacity
: number; }; isolation
: { color
: Color; opacity
: number; }; outline
: { blur
: number; color
: Color; falloff
: number; intensity
: number; }; section
: { strokeColor
: Color; strokeFalloff
: number; strokeWidth
: number; }; }
Type declaration
-
highlight: {
color: Color;
opacity: number;
}
-
isolation: {
color: Color;
opacity: number;
}
-
outline: {
blur: number;
color: Color;
falloff: number;
intensity: number;
}
-
blur: number
-
-
falloff: number
-
intensity: number
-
section: {
strokeColor: Color;
strokeFalloff: number;
strokeWidth: number;
}
-
strokeColor: Color
-
strokeFalloff: number
-
strokeWidth: number