mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-05 18:46:53 +02:00
Add collision pick documentation on scaleWithParent option
This commit is contained in:
parent
8f2d3b17d3
commit
e51f48d7ef
1 changed files with 25 additions and 23 deletions
|
@ -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,
|
dimension of the parent. So, if the largest dimension of the parent was 3.0 and is now 6.0,
|
||||||
the threshold doubles.
|
the threshold doubles.
|
||||||
|
|
||||||
************************************************************
|
**************************************************************************************
|
||||||
* *
|
* *
|
||||||
* before after *
|
* before after after *
|
||||||
* *
|
* (scaleWithParent (scaleWithParent *
|
||||||
* pick *
|
* is false) is true) *
|
||||||
* +------------+ *
|
* *
|
||||||
* | | *
|
* pick *
|
||||||
* | ........ | *
|
* +------------+ *
|
||||||
* | . . | *
|
* | | *
|
||||||
* | . . | *
|
* pick | ........ | *
|
||||||
* | . . | *
|
* +-----+ | . . | *
|
||||||
* pick | . . | *
|
* |.....| | . . | *
|
||||||
* +-----+ | ........ +___ *
|
* |. .| theshold | . . | *
|
||||||
* |.....| | | theshold *
|
* pick |.....|___ | | . . | *
|
||||||
* |. .| theshold +------------+--- *
|
* +-----+ +-----+--- <-+ | ........ +___ *
|
||||||
* |.....|___ | *
|
* |.....| | | theshold *
|
||||||
* +-----+--- <-+ *
|
* |. .| theshold +------------+--- *
|
||||||
* +----------+ *
|
* |.....|___ | *
|
||||||
* +---+ / \ *
|
* +-----+--- <-+ *
|
||||||
* +-----+ +--------------+ *
|
* +----------+ +----------+ *
|
||||||
* parent parent *
|
* +---+ / \ / \ *
|
||||||
* *
|
* +-----+ +--------------+ +--------------+ *
|
||||||
************************************************************
|
* parent parent parent *
|
||||||
|
* *
|
||||||
|
**************************************************************************************
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue