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

Add parseAsync to GLTFExporter doc #28649

Merged
merged 2 commits into from
Jun 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update GLTFExporter.html
  • Loading branch information
Mugen87 committed Jun 13, 2024
commit 7009564250e366292ddc4de7c724d304dd948f21
3 changes: 1 addition & 2 deletions docs/examples/en/exporters/GLTFExporter.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ <h3>[method:Promise parseAsync]( [param:Object3D input], [param:Object options]
<p>
This is just like the [page:.parse]() method, but instead of
accepting callbacks it returns a promise that resolves with the
result, and otherwise accepts the same options. Use try-catch around
the promise, or `promise.catch()`, to catch errors.
result, and otherwise accepts the same options.
</p>

<h2>Source</h2>
Expand Down