VRMaterial constructor
VRMaterial({})
Implementation
VRMaterial({
this.color = const Color(0xFFCCCCCC),
this.emissive = const Color(0xFF000000),
this.opacity = 1.0,
this.metallic = 0.0,
this.roughness = 0.8,
this.doubleSided = false,
this.wireframe = false,
this.blendMode = BlendMode.srcOver,
});