You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/engine/Source/DataSources/Entity.js
+2-3
Original file line number
Diff line number
Diff line change
@@ -637,13 +637,12 @@ const positionScratch = new Cartesian3();
637
637
constorientationScratch=newQuaternion();
638
638
639
639
/**
640
-
* Computes the model matrix for the entity's transform at specified time. Returns undefined if orientation or position
641
-
* are undefined.
640
+
* Computes the model matrix for the entity's transform at specified time. Returns undefined if position is undefined
642
641
*
643
642
* @param {JulianDate} time The time to retrieve model matrix for.
644
643
* @param {Matrix4} [result] The object onto which to store the result.
645
644
*
646
-
* @returns {Matrix4} The modified result parameter or a new Matrix4 instance if one was not provided. Result is undefined if position or orientation are undefined.
645
+
* @returns {Matrix4} The modified result parameter or a new Matrix4 instance if one was not provided. Result is undefined if position is undefined.
0 commit comments