I am having problems trying to use Cesium.Transforms.computeFixedToIcrfMatrix since it is returning undefined. I know the docs say “This function may return undefined if the data necessary to do the transformation is not yet loaded.” but i need to know what data necessary to the transformation is needed.
I need to wait this to return a value in order to show an entity properly.
// Construct a TimeInterval containing the date of the desired matrix
await Transforms.preloadIcrfFixed(timeInterval);
const fixedToIcrfMatrix = Transforms.computeFixedToIcrfMatrix(date);