# Falloff Graph

## Overview

The Falloff Graph is a concept that is common to all Falloff controls throughout the entire application.\
It allows defining compound graphs by few parameters which are easy to grasp.

![Sample graph presenting individual parameters.](https://3157212555-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M79qeVXsEFgtyQoo65a%2F-MUPdA9kYCtSj5aDsRID%2F-MUQO8L-5b7xPugTWLvl%2FFALLOFF_GRAPH.jpg?alt=media\&token=8309f8c8-8b10-428c-9f52-463d3cc8b98a)

The above compound graph directly translates to the specific values in the control and result as follows.

![Sample graph reflected in Falloff control.](https://3157212555-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M79qeVXsEFgtyQoo65a%2F-MUPdA9kYCtSj5aDsRID%2F-MUQMgAwHIoEqnJDfnD6%2FFALLOFF_CONTROL.jpg?alt=media\&token=359bdea0-600c-4d6f-9c98-0889d3dc9fe1)

![Sample graph reflected in actual geometry using Scale Falloff.](https://3157212555-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M79qeVXsEFgtyQoo65a%2F-MUQZJQyXKR5PUMT6zLO%2F-MUSmOlMNndh5AP-EaQV%2FFALLOFF_EXAMPLE.jpg?alt=media\&token=d9bcb890-fa48-4496-bc72-23d862397563)

## Parameters

**Min Origin** - Specifies the start point of descending part of the graph for lower interval bound. Value refers to the global X-axis between the lower and upper interval bound.\
**Min Extent** - Determines the endpoint of descending part of graph for lower interval bound. Value refers to the local X-axis between **Min Origin** and the lower interval bound.\
**Min Factor** - Adjusts the strength of drop for lower interval bound. Value refers to the global Y-axis.\
**Max Origin** - Specifies the start point of descending part of the graph for the upper interval bound. Value refers to the global X-axis between the lower and upper interval bound.\
**Max Extent** - Determines the endpoint of descending part of the graph for the upper interval bound. Value refers to the local X-axis between **Max Origin** and the upper interval bound.\
**Max Factor** - Adjusts the strength of drop for upper interval bound. Value refers to the global Y-axis.\
**Ramp** - Defines the interpolation curve for slopes of the graph. Available options are *Linear*, *Cubic*, *Cubic Inverse*, and *Smoothstep*.

{% hint style="info" %}
Note that the case where **Min Origin** exceeds **Max Origin** is perfectly valid. In such a situation the graph will become concave as well as extents bounds will flip to midpoint between the two.&#x20;
{% endhint %}
