The projection depth. Default value is 500.0.
double get projectionDepth => _projectionDepth;
set projectionDepth(double projectionDepth) { _projectionDepth = projectionDepth; invalidateTransformMatrix(); }