perspectiveTooHighMessage constant

String const perspectiveTooHighMessage

An error message to show when the perspective value is too high.

Implementation

static const String perspectiveTooHighMessage = 'A perspective too high will '
    'be clipped in the z-axis and therefore not renderable. Value must be '
    'between 0 and 0.01.';