不干正事真君

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: 作业一左右手系的问题 #8258 Score: 0
    不干正事真君
    Participant

    还有我发现我的作业中只有先平移再缩放才能得到正确的结果

    mat4.translate(modelMatrix, modelMatrix, translate);
            mat4.scale(modelMatrix, modelMatrix, scale);

    为什么不是先缩放再平移呢?

Viewing 1 post (of 1 total)