mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-18 04:10:06 +08:00
ddbc3b164b
* chore: rearrange package structure to have the package at the root * ci: update CI workflows * ci: fixing workflow bugs * ci: recurse building .zip package * ci: more fixes * ci: add back in the nadena.dev VPM repo * ci: fix tests
24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
import ReactPlayer from 'react-player'
|
|
|
|
# Move Independently
|
|
|
|
<ReactPlayer controls muted loop playsinline url='/img/move-independently.mp4' />
|
|
|
|
The Move Independently component allows you to move an object without affecting its children.
|
|
This component has no effect at runtime; it is purely for use in the editor.
|
|
|
|
## When should I use it?
|
|
|
|
This component is intended to be used when adjusting the fit of outfits on your avatar. You can, for example,
|
|
adjust the position of the hips object of the outfit without impacting the position of other objects.
|
|
|
|
## Grouping objects
|
|
|
|
By checking boxes under the "Objects to move together" field, you can create a group of objects that move together.
|
|
For example, you might move the hips and upper leg objects together, but leave the lower leg objects behind.
|
|
|
|
## Limitations
|
|
|
|
While this component supports scaling an object independently of its children, non-uniform scales (where the X, Y, and Z
|
|
scales are not all the same) are not fully supported, and may result in unexpected behavior.
|