Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Updated matrix.copy to applyMatrix #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dkozma
Copy link

@dkozma dkozma commented Mar 28, 2017

When trying to pass in a Matrix4 via the matrix prop, it seemed that my Object3D wasn't applying it at all. After updating it to use applyMatrix, the matrix transformation seemed to work fine.

@dkozma
Copy link
Author

dkozma commented Mar 30, 2017

@toxicFork I submitted this pull request, however I saw that the old code used this function and then it was changed in January with this commit: 81142f8#diff-77134061d2e13d41e19e16ed94cf8cf6

Is there a reason this was changed from applyMatrix to the copy/decompose method? The latter doesn't work for me, hence the need for this PR.

Thanks!

@toxicFork
Copy link
Collaborator

I still need to investigate this (sorry about taking so long)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants