Ricardo Duarte
Ricardo Duarte
Question, in ardor3D methods classes like matrix3,vector3 and matrix4,vector4 tend to have the same methods, will it be necessary to create an orthogonalise method for matrix3 class also? If so...
Adding code to enforce orthogonalisation is not a good thing, as the end result might not be close enough and therefore give unexpected results since we cannot know if the...
@Rensanse, why is the scale ignored in the transform class in method fromHomogeneousMatrix method ?? The solution is implemented, but with mixed results (which doesn't make much sense yet). This...
So thats something to look at also. Regarding the Gram-schmidt algorithm, i implemented it, and i can't find any mistakes in the implementation, but the results are not stable enough,...
Gram-schmidt will not work at import time because we get the inverse matrix of each joint. when i put them in the jointChannels to the animation managers it works fine....
Regarding QR, i can have a look at this if you think it is necessary. Regarding the original subject of this ticket, i got Gram-schmidt working at import time, the...
@eslopes So you saying you would rather use AWS-SAM than serverless, serverless is not perfect, but they plugin system is very good, everytime serverless doesnt do something i need, i...
Unless i missing something in the documentation, i think this would be really useful. +1 for this.