Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SkeletonUtils: Update documentation #25649

Merged
merged 1 commit into from
Mar 10, 2023
Merged

SkeletonUtils: Update documentation #25649

merged 1 commit into from
Mar 10, 2023

Conversation

Legionses
Copy link
Contributor

Related issue: None
Description

I tried to import SkeletonUtils as described in the documentation:

import { SkeletonUtils } from 'three/addons/utils/SkeletonUtils.js';

But looks like API changed and we should use import all as SkeletonUtils now:

import * as SkeletonUtils from 'three/addons/utils/SkeletonUtils.js';

I tried to import SkeletonUtils as described in the documentation:

import { SkeletonUtils } from 'three/addons/utils/SkeletonUtils.js';

But looks like API changed and we should use import all as SkeletonUtils now:

import * as SkeletonUtils from 'three/addons/utils/SkeletonUtils.js';
@Legionses Legionses changed the title Update SkeletonUtils documentation SkeletonUtils: update documentation Mar 10, 2023
@Legionses Legionses changed the title SkeletonUtils: update documentation SkeletonUtils: Update documentation Mar 10, 2023
@Legionses Legionses marked this pull request as ready for review March 10, 2023 17:42
@Mugen87 Mugen87 added this to the r151 milestone Mar 10, 2023
@Mugen87 Mugen87 merged commit 237db70 into mrdoob:dev Mar 10, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants