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

Support wrap mode of texture in FBXLoader #11507

Merged
merged 1 commit into from
Jun 14, 2017
Merged

Conversation

takahirox
Copy link
Collaborator

This PR lets FBXLoader support wrap mode for texture and fixes #11467

According to this page, seems like wrapModeU/V.value => 0: repeat, 1: clamp,
and default value would be 0 because the FBX file @llwslc shared doesn't include wrapModeU/V but
it requires texture being repeat wrap mode.

@mrdoob mrdoob merged commit ab6a66f into mrdoob:dev Jun 14, 2017
@mrdoob
Copy link
Owner

mrdoob commented Jun 14, 2017

Thanks!

@takahirox takahirox deleted the FBXWrapMode branch June 15, 2017 00:38
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.

fbxloader can't use repeat wrapping.
2 participants