I worked on adding the interactivity for each page. When tapping on the first button, it plays a video of the featured artist introducing the gear shown.
Next is the 3d button. When tapped, it shows the 3d models we made of the guitars and pedals used by the featured artist. To do this, I made 2 object states, one with opacity 0 and the other with opacity 100. Then I used the slideshow button in the folio overlay panel. After that, the 3d model is added using the 'image sequence' button. One of the difficulties in making this button work is that the size of the 3d models was too small so all the models had to be re-rendered in Maya. Another problem is the background of the models could not be transparent because the image sequence button does not work with .png images, so the models had to be rendered with a gray background.
The music button plays an audio sample of the gear. I managed to make the audio play when tapped on, but the problem was that it could not be paused. This was fixed by putting two images in an 'audio asset' folder:
Then the options are changed in the folio overlay panel and the audio can now be played and paused.
Interactivity in the cover page and contents page was also added so that it automatically jumps to a certain page when tapped on. This was done by creating a button and adding an 'action' to it.
No comments:
Post a Comment