glow static method
Emissive glow material.
Implementation
static VRMaterial glow({
Color color = const Color(0xFF00CED1),
double intensity = 1.0,
}) {
return VRMaterial(color: color, emissive: color, opacity: intensity);
}
Emissive glow material.
static VRMaterial glow({
Color color = const Color(0xFF00CED1),
double intensity = 1.0,
}) {
return VRMaterial(color: color, emissive: color, opacity: intensity);
}