getAxisMaterial method

MeshBasicMaterial getAxisMaterial(
  1. Color color
)

Implementation

MeshBasicMaterial getAxisMaterial(Color color ) {
  return MeshBasicMaterial.fromMap( { 'color': color, 'toneMapped': false } );
}