Hello,
Can we load the local 3dtiles data through the Cesium for UE4 plugin?
How to load the local data?
Regards.
Hello,
Can we load the local 3dtiles data through the Cesium for UE4 plugin?
How to load the local data?
Regards.
first you need to add an empty tileset
then change the “url” of this empty tileset
in the last you will find the rotation of model is wrong (sad)
YEP, IT’S SO SAD.
How to add an empty tileset?
Thanks.
Hello, what data should be filled in this URL?
Looking forward to your reply
I’m not sure. Maybe…3dfiles
Hi @leielyq,
The URL field can be filled with file url to load 3D Tiles. For example, if your tileset is in the directory C:\Users\ProfileName\Documents\3DTiles\tileset.json
, the URL field for the Unreal Cesium3DTileset
actor should be file:///C:/Users/ProfileName/Documents/3DTiles/tileset.json
. The 3 slashes at the beginning means the plugin will load the tile from the localhost and please make sure to use forward slash for file url even on window. Please let me know if it helps
ex " ///E:\GIS\3dtile\Tile_+049_+014\Tile_+049_+014.json " ? Still not visible 3dtile model
this Tutorials is awesome
Hi @dacong, file url requires forward slash even in window. So your url should be “file:///E:/GIS/3dtile/Tile_+049_+014/Tile_+049_+014.json”. Please let me know if it helps
I see
Thank you very much.
The issue of the model being rotated is discussed in Unreal load 3dtileset not by ion looks wrong (rotation) in more detail.