Autodesk-Forge / viewer-react-express-headless

Headless viewer: Creates a custom Viewer GUI using react-express
https://viewer-rocks.autodesk.io/
MIT License
103 stars 48 forks source link

My result #7

Closed Mykita closed 7 years ago

Mykita commented 7 years ago

Hi! I forked my own viewer-react-express-headless and edited the credentials.js and Deployed to Heroku.

Here is my result: https://immense-fortress-56268.herokuapp.com/

It doesnt seem like it's quite working. Neither of the models loads. What could be the problems?

Kind regards.

jaimerosales commented 7 years ago

Hi Mykita,

The sample is setup as a template where you will need to translate your own models with you own set of keys. If you see the component gallery I have data that contains the URN for all the models. You will need to replace these ones with your own.

Also to restore the state the values will be different, but let's start first with the loading of your own models.

Cheers, Jaime

Mykita commented 7 years ago

Thank you! I did figure this out after some debugging :D I also asked a question over at SO: https://stackoverflow.com/questions/45411476/github-viewer-react-express-headless/45412683#45412683 Everything is sorted and my page is working with one of my URNs: https://limitless-wave-castle.herokuapp.com/

By the way. This is amazing! I really love the UI and the overall set up. Insanely good job Jamie! I will be using this a lot in the future.

jaimerosales commented 7 years ago

Thank you for the kind words :) One last thing I can suggest, also replace the URN here https://github.com/Autodesk-Forge/viewer-react-express-headless/blob/master/src/components/Viewer/Viewer.js#L26 So at the time of loading you can get your model with out the need of clicking anywhere.

Later on, you can add your own Thumbnails, and Logo to your site. Glad you are enjoying it! bitmoji

Mykita commented 7 years ago

Perfect! I am curious whether you received my recent email. Thought I'd ask you a question relevant to this repo :)