Skip to content

Commit

Permalink
fix: add more context for using halfBody prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaehiel committed Sep 30, 2022
1 parent 31e2837 commit 6e521c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Avatar/Avatar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export interface AvatarProps extends LightingProps {
*/
environment?: PresetsType;
/**
* Adjust camera zoom for half-body avatars.
* Adjusts camera and model for half-body avatars.
* Enable only when using Ready Player Me half-body avatars.
*/
halfBody?: boolean;
/**
Expand Down

0 comments on commit 6e521c3

Please sign in to comment.