I've been having trouble converting the following blender file:
http://www.nasa.gov/multimedia/3d_resources/assets/jpl-vtad-npp.htmlI can get the model to show up in cesium, but there are no textures displayed and the model is black. I can see from the network traffic that the textures are being downloaded. Does anybody have any suggestions on a next step?
I did the following:
Opened the file in blender.
Exported a collada file, making sure to export the UV and Material textures
Opened the collada file in xcode, then saved it back out. (this definitely helped)
Used the collada->gltf tool
Removed the "
diffuse.xyz *= diffuseLight" line from my *FS.glsl files
Ensured the gltf loads in the gltf viewer (the foil textures aren't displaying, but everything else is.)
After doing this, the models are still showing up black. I am able to display EOSS Messenger model that David E. was working with in cesium. I've attached the collada zip and the gltf zip.
Thank you for any help.