Add collision pick documentation on scaleWithParent option

This commit is contained in:
sabrina-shanman 2018-09-28 09:55:02 -07:00
parent 8f2d3b17d3
commit e51f48d7ef

View file

@ -247,29 +247,31 @@ The collision pick's threshold also rescales. The change is proportional to the
dimension of the parent. So, if the largest dimension of the parent was 3.0 and is now 6.0,
the threshold doubles.
************************************************************
**************************************************************************************
* *
* before after *
* before after after *
* (scaleWithParent (scaleWithParent *
* is false) is true) *
* *
* pick *
* +------------+ *
* | | *
* | ........ | *
* | . . | *
* | . . | *
* | . . | *
* pick | . . | *
* +-----+ | ........ +___ *
* pick | ........ | *
* +-----+ | . . | *
* |.....| | . . | *
* |. .| theshold | . . | *
* pick |.....|___ | | . . | *
* +-----+ +-----+--- <-+ | ........ +___ *
* |.....| | | theshold *
* |. .| theshold +------------+--- *
* |.....|___ | *
* +-----+--- <-+ *
* +----------+ *
* +---+ / \ *
* +-----+ +--------------+ *
* parent parent *
* +----------+ +----------+ *
* +---+ / \ / \ *
* +-----+ +--------------+ +--------------+ *
* parent parent parent *
* *
************************************************************
**************************************************************************************