cesium-procedural-foliage
cesium-procedural-foliage copied to clipboard
Can't resolve `ComputeEastNorthUpToUnreal` in UE5
I only see the API named ComputeEastNorthUpToEcef
. Is there another API I can call? Thanks!
Hi, the ComputeEastNorthUpToUnreal
call can be replaced with ComputeEastSouthUpToUnreal
as it was renamed in later Cesium versions.
Let me know if that works.
Thanks! ComputeEastSouthUpToUnreal
works!
But when I press the play button, I can't see the foliage.
I have already set the Cesium ION token like this:
Did I do something wrong? Thanks!