MaterialMapD constructor
MaterialMapD({
- Pointer<
MaterialMapC> ? originalPointer, - TextureD? texture,
- ColorD? color,
- double value = 0,
Implementation
MaterialMapD({
super.originalPointer,
TextureD? texture,
ColorD? color,
this.value = 0,
}) :
texture = texture ?? .zero(),
color = color ?? .zero();