Skip to content

Commit e51f48d

Browse files
Add collision pick documentation on scaleWithParent option
1 parent 8f2d3b1 commit e51f48d

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

docs/interface/raypick/pick-parenting.md.html

+25-23
Original file line numberDiff line numberDiff line change
@@ -247,29 +247,31 @@
247247
dimension of the parent. So, if the largest dimension of the parent was 3.0 and is now 6.0,
248248
the threshold doubles.
249249

250-
************************************************************
251-
* *
252-
* before after *
253-
* *
254-
* pick *
255-
* +------------+ *
256-
* | | *
257-
* | ........ | *
258-
* | . . | *
259-
* | . . | *
260-
* | . . | *
261-
* pick | . . | *
262-
* +-----+ | ........ +___ *
263-
* |.....| | | theshold *
264-
* |. .| theshold +------------+--- *
265-
* |.....|___ | *
266-
* +-----+--- <-+ *
267-
* +----------+ *
268-
* +---+ / \ *
269-
* +-----+ +--------------+ *
270-
* parent parent *
271-
* *
272-
************************************************************
250+
**************************************************************************************
251+
* *
252+
* before after after *
253+
* (scaleWithParent (scaleWithParent *
254+
* is false) is true) *
255+
* *
256+
* pick *
257+
* +------------+ *
258+
* | | *
259+
* pick | ........ | *
260+
* +-----+ | . . | *
261+
* |.....| | . . | *
262+
* |. .| theshold | . . | *
263+
* pick |.....|___ | | . . | *
264+
* +-----+ +-----+--- <-+ | ........ +___ *
265+
* |.....| | | theshold *
266+
* |. .| theshold +------------+--- *
267+
* |.....|___ | *
268+
* +-----+--- <-+ *
269+
* +----------+ +----------+ *
270+
* +---+ / \ / \ *
271+
* +-----+ +--------------+ +--------------+ *
272+
* parent parent parent *
273+
* *
274+
**************************************************************************************
273275

274276

275277

0 commit comments

Comments
 (0)