osgb to gltf

Hi,there:

I have some oblique photoData which has the format of osgb. I want to add these data on the cesium, but I don’t know how to do it. Maybe there’s a solution which is converting the osgb file to gltf.

I’m a new guy about osgb and gltf, Is anyone doing the samething and give me some advice?

Thank you very much, and I look forward to hearing from you.

Sorry, I don’t know of any osgb to glTF converter. If you are able to convert your models to COLLADA, we have a converter from COLLADA to glTF here: http://cesiumjs.org/convertmodel.html
There’s also an OBJ to glTF converter here: https://github.com/AnalyticalGraphicsInc/OBJ2GLTF

-Hannah

Hannah, Thank you very much, I converted my model to obj (https://github.com/AnalyticalGraphicsInc/OBJ2GLTF)and try to add it on the cesium, but an error happended, just as follows:

Can you help me solve this?Thank you again!
在 2015年12月17日星期四 UTC+8下午11:55:14,Hannah Pinkos写道:

Did you convert your model from obj to glTF? Cesium can only render glTF models.

Best,

Hannah

Sorry, I forgot to mention it. I used the tool (https://github.com/AnalyticalGraphicsInc/OBJ2GLTF) and when I render GLTF model, an error in the picture happened. I don’t know why.
在 2015年12月21日星期一 UTC+8下午10:58:43,Hannah Pinkos写道:

Hmm… what version of Cesium are you using? Is there any information in the error message that pops up in the screen or does it just say Runtime Error?
The OBJ2GLTF converter is newer and less tested, so it’s possible there’s a bug. There could also be something unexpected in your OBJ file.

-Hannah