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