3D tile asset with JS

Hello,

I tried to load 3d object using javascript and cesium was recommended. I couldn’t do that directly because of CORS error. I created an asset for my 3d object both in .obj and .gITF files and I have a token.

My question is that is there a way to overlay the 3d object on my map without using the cesium story using only JS?

Thank you