We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c888c commit a720407Copy full SHA for a720407
Specs/Scene/ModelSpec.js
@@ -2784,7 +2784,7 @@ describe(
2784
2785
it("loads a glTF with KHR_materials_common that has skinning", function () {
2786
return loadModel(CesiumManUrl).then(function (m) {
2787
- // Face CesiumMan towards the camera
+ // Face CesiumMan towards the camera. See https://github.com/CesiumGS/cesium/pull/8958#issuecomment-644352798
2788
m.modelMatrix = Matrix4.multiply(
2789
m.modelMatrix,
2790
Axis.Y_UP_TO_X_UP,
0 commit comments