Skip to content

Commit

Permalink
Add collision pick documentation on scaleWithParent option
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-shanman committed Sep 28, 2018
1 parent 8f2d3b1 commit e51f48d
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions docs/interface/raypick/pick-parenting.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,29 +247,31 @@
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 *
* *
* pick *
* +------------+ *
* | | *
* | ........ | *
* | . . | *
* | . . | *
* | . . | *
* pick | . . | *
* +-----+ | ........ +___ *
* |.....| | | theshold *
* |. .| theshold +------------+--- *
* |.....|___ | *
* +-----+--- <-+ *
* +----------+ *
* +---+ / \ *
* +-----+ +--------------+ *
* parent parent *
* *
************************************************************
**************************************************************************************
* *
* before after after *
* (scaleWithParent (scaleWithParent *
* is false) is true) *
* *
* pick *
* +------------+ *
* | | *
* pick | ........ | *
* +-----+ | . . | *
* |.....| | . . | *
* |. .| theshold | . . | *
* pick |.....|___ | | . . | *
* +-----+ +-----+--- <-+ | ........ +___ *
* |.....| | | theshold *
* |. .| theshold +------------+--- *
* |.....|___ | *
* +-----+--- <-+ *
* +----------+ +----------+ *
* +---+ / \ / \ *
* +-----+ +--------------+ +--------------+ *
* parent parent parent *
* *
**************************************************************************************



Expand Down

0 comments on commit e51f48d

Please sign in to comment.