jamesdeantv
jamesdeantv
For your reference, attached are gist links to the skeleton and clothing avatar gltf files. Skeleton ` https://gist.github.com/jamesdeantv/0d0d9d0333ffa4ac4ed5c80dbe738120 ` Clothing ` https://gist.github.com/jamesdeantv/0a963a760c7d8bde46a3b505c122ea4e `
Ah ha! Thanks. And, thank you for your assistance.
Check out https://github.com/quentin-ol/ngx-openlayers/issues/130 . There you will find a solution for display ol-cesium as a 3D globe. It also has integration with angular 5.
I was able to find a solution that may help anyone who is having issues with the camera preview image & the image that is displayed discrepancy. Its a method...
Can you provide a repo?
Thanks @davinkevin Following along with the instructions above throws and error in my console. It appears that cesium is not injecting into the openlayers component. Any thoughts? ``` import {...
Hi Samuel, I completely overlooked the import module typo. I recompiled the code, but the console threw an additional error. These console logs are a bit vague... And, thanks for...
I looked through the ol-cesium source and found the function in question. However, it is not exactly clear what/where/if it needs to be defined. ``` /** * No change of...
Thanks! Digging in...
@samuel-girard Did you have success loading cesium into the repo you provided? I continue to receive the previous error I posted. This is after removing openlayers from the node modules...