74
edits
No edit summary |
|||
Line 37: | Line 37: | ||
Each Timeline consist of several tracks including skybox activation, animation and audio etc. which enables me to convey the event taken place at the time. | Each Timeline consist of several tracks including skybox activation, animation and audio etc. which enables me to convey the event taken place at the time. | ||
[[File:timeline1.jpg|600px|thumb|center|How a timeline is done]] | [[File:timeline1.jpg|600px|thumb|center|How a timeline is done]] | ||
== Skyboxes == | |||
All the skybox texture are 360 degree image taken by me using RICOH THETA V camera which imported to UNITY as cubemap. Some of these images are edited using GIMP. | |||
[[File:Example.jpg]][[File:Example.jpg]][[File:Example.jpg]][[File:Example.jpg]][[File:Example.jpg]] | |||
'''NOTE:''' In UNITY 2018.3.12f1 Personal, it is impossible to change the skybox using animation or timelines like other GameObject does. So I have to add a script and the corresponding Skybox Material to a GameObject (named Timeline_<name>) which is enabled by Timeline. | '''NOTE:''' In UNITY 2018.3.12f1 Personal, it is impossible to change the skybox using animation or timelines like other GameObject does. So I have to add a script and the corresponding Skybox Material to a GameObject (named Timeline_<name>) which is enabled by Timeline. | ||
Line 45: | Line 50: | ||
Blue world and pause/rewind/play word are an attempt to insert an movie element in the scene. Realizing that I used blueish lighting to give the idea of water in the souvenir ball and the events are shown like series of movie clips, I can't help myself to put a VHS like blue screen with pause/rewind/play queues. I created images for pause and play using GIMP and export it as Cubemap Skybox. The Skybox for rewind is actually a .mp4 video of images which I composed using my old edited photos in GIMP. | Blue world and pause/rewind/play word are an attempt to insert an movie element in the scene. Realizing that I used blueish lighting to give the idea of water in the souvenir ball and the events are shown like series of movie clips, I can't help myself to put a VHS like blue screen with pause/rewind/play queues. I created images for pause and play using GIMP and export it as Cubemap Skybox. The Skybox for rewind is actually a .mp4 video of images which I composed using my old edited photos in GIMP. | ||
[[File:pause.png|400px|Pause Skybox Cubemap]] [[File:play.png|400px|Play Skybox Cubemap]] [[File:rewind.gif|400px|Rewind Skybox Cubemap. Here as .gif. The actual Unity Project uses .mp4]] | [[File:pause.png|400px|Pause Skybox Cubemap]] [[File:play.png|400px|Play Skybox Cubemap]] [[File:rewind.gif|400px|Rewind Skybox Cubemap. Here as .gif. The actual Unity Project uses .mp4]] | ||
edits