Skip to content

Commit a720407

Browse files
committed
Add github link [skip ci]
1 parent b1c888c commit a720407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Specs/Scene/ModelSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,7 @@ describe(
27842784

27852785
it("loads a glTF with KHR_materials_common that has skinning", function () {
27862786
return loadModel(CesiumManUrl).then(function (m) {
2787-
// Face CesiumMan towards the camera
2787+
// Face CesiumMan towards the camera. See https://github.com/CesiumGS/cesium/pull/8958#issuecomment-644352798
27882788
m.modelMatrix = Matrix4.multiply(
27892789
m.modelMatrix,
27902790
Axis.Y_UP_TO_X_UP,

0 commit comments

Comments
 (0)