mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-05 07:55:48 +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,
|
||||
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 *
|
||||
* *
|
||||
**************************************************************************************
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue