From e51f48d7ef6a8091802c8991dfd2d40e8c3fea53 Mon Sep 17 00:00:00 2001 From: sabrina-shanman Date: Fri, 28 Sep 2018 09:55:02 -0700 Subject: [PATCH] Add collision pick documentation on scaleWithParent option --- docs/interface/raypick/pick-parenting.md.html | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/docs/interface/raypick/pick-parenting.md.html b/docs/interface/raypick/pick-parenting.md.html index 82f38a1494..5c2ceb37ac 100644 --- a/docs/interface/raypick/pick-parenting.md.html +++ b/docs/interface/raypick/pick-parenting.md.html @@ -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 * -* * -* pick * -* +------------+ * -* | | * -* | ........ | * -* | . . | * -* | . . | * -* | . . | * -* pick | . . | * -* +-----+ | ........ +___ * -* |.....| | | theshold * -* |. .| theshold +------------+--- * -* |.....|___ | * -* +-----+--- <-+ * -* +----------+ * -* +---+ / \ * -* +-----+ +--------------+ * -* parent parent * -* * -************************************************************ +************************************************************************************** +* * +* before after after * +* (scaleWithParent (scaleWithParent * +* is false) is true) * +* * +* pick * +* +------------+ * +* | | * +* pick | ........ | * +* +-----+ | . . | * +* |.....| | . . | * +* |. .| theshold | . . | * +* pick |.....|___ | | . . | * +* +-----+ +-----+--- <-+ | ........ +___ * +* |.....| | | theshold * +* |. .| theshold +------------+--- * +* |.....|___ | * +* +-----+--- <-+ * +* +----------+ +----------+ * +* +---+ / \ / \ * +* +-----+ +--------------+ +--------------+ * +* parent parent parent * +* * +**************************************************************************************