I know Cesium For UE has a plugin to load 3dtile
But now it can’t meet my requirements
I need to customize a C++class in UE to load 3dtile
I don’t know how to get it done
Do I need to call the Cesium Native interface or the interface for cesium for Ue?
Do you have any relevant documents or tutorials that I am willing to spend time studying
I am very familiar with the development of U++and UnrealEngine
But I’m not very familiar with Cesium C++related development introductions
Thank you very much and look forward to your help!
You’ll have to tell us more about what you’re trying to accomplish. “I need to customize a C++class in UE to load 3dtile” sounds like maybe the sort of thing cesium-native could help you with, but it’s not much information to go on.
In any case, there is no documentation for cesium-native beyond the comments in the code. But the Cesium for Unreal code itself is a useful referencing to see how it is used.
My goal is not to use plugins
Dynamically load 3dtile into the UE scene
Alternatively, I would like to know which classes are involved in loading 3dtile in Cesium for UE
Thank you for your answer
My goal is not to use plugins
Why?
Dynamically load 3dtile into the UE scene
That’s what Cesium for Unreal does.
Alternatively, I would like to know which classes are involved in loading 3dtile in Cesium for UE
Just go look at the source code: