ObjMaterial constructor

ObjMaterial({
  1. required Color? color,
})

Creates a new ObjMaterial.

Implementation

ObjMaterial({required this.color});