(11 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
= Magritte Total – VR Experience = | = Magritte Total – VR Experience = | ||
<br> | <br> | ||
[[File:TITLE_IMAGE.jpg| | [[File:TITLE_IMAGE.jpg|950px]] | ||
<br> | <br> | ||
<br> | |||
== Video Documentation: == | |||
Vimeo: https://vimeo.com/paulpolze/magrittetotal | Vimeo: https://vimeo.com/paulpolze/magrittetotal | ||
<br> | <br> | ||
Line 9: | Line 11: | ||
== Synopsis: == | == Synopsis: == | ||
"Magritte Total" is an VR experience in memory of the surrealistic painter Rene Magritte. It is a possibilty to realize his visual world in VR. The user startet in a white room and is than guided throug different scenes. From a cineastic point of view the user can only look and listen arround without interacting with controller. That could be one way of the future of cinema. | |||
<br> | <br> | ||
<br> | <br> | ||
<br> | <br> | ||
[[File:posterframe.jpg|950px]] | |||
<br> | <br> | ||
''Stills'' | |||
<br> | <br> | ||
[[File:moodboard.jpg| | <br> | ||
[[File:moodboard.jpg|950px]] | |||
<br> | <br> | ||
''Moodboard'' | ''Moodboard'' | ||
Line 25: | Line 28: | ||
<br> | <br> | ||
<br> | <br> | ||
[[File:makehuman.jpg| | <br> | ||
[[File:makehuman.jpg|800px]] | |||
<br> | <br> | ||
''Screenshot MakeHuman'' | ''Screenshot MakeHuman'' | ||
<br> | <br> | ||
<br> | <br> | ||
The character | The character was easily designed in MakeHuman and exported as FBX to Unity. Some elements of the 3D modell has been changed or other added to. In Unity the 3D modell was rigged. The behaver of the Model is like a pup when gravity affects to. | ||
<br> | |||
<br> | <br> | ||
<br> | <br> | ||
[[File:coding_emitter.jpg| | [[File:coding_emitter.jpg|950px]] | ||
<br> | <br> | ||
''Screenshot Code Emitter'' | ''Screenshot Code Emitter'' | ||
<br> | <br> | ||
<br> | <br> | ||
To realize the idea of raining characters there was an own emitter system with some code created. The emitter | To realize the idea of raining characters there was an own emitter system with some code created. The emitter was then duplicated. The Emitters are creating duplicated game object, which are falling on the ground. After a few minutes the game object are destroyed, because at the end there are many of these characters and his cost performance especially in VR. The user don't see the disappearing of the characters, because at this time he is up in sky above the clouds. | ||
<br> | <br> | ||
<br> | <br> | ||
[[File:unity_animation.jpg| | <br> | ||
[[File:unity_animation.jpg|950px]] | |||
<br> | <br> | ||
''Screenshot Animation'' | ''Screenshot Animation'' | ||
<br> | <br> | ||
<br> | <br> | ||
The Steam-VR-Cam or in other words the point of view is animated. The animation starts when the user is entering a trigger zone in the first white room. Also, the characters are only falling, after entering. | The Steam-VR-Cam or in other words the point of view is animated. The animation starts when the user is entering a trigger zone in the first white room. Also, the characters are only falling, after entering a zone. | ||
<br> | |||
<br> | <br> | ||
<br> | <br> | ||
Line 54: | Line 61: | ||
<br> | <br> | ||
<br> | <br> | ||
The sound in this project is spatial. Every sound from a object has a maximum distance. There are also reverb zones added. The falling apple needed code to make sound when colliding with ground. | The sound in this project is spatial. Every sound from a object has a maximum distance value. There are also reverb zones to the scenes added. The falling apple needed code to make sound when colliding with ground. |
Latest revision as of 14:01, 10 March 2019
Magritte Total – VR Experience
Video Documentation:
Vimeo: https://vimeo.com/paulpolze/magrittetotal
Synopsis:
"Magritte Total" is an VR experience in memory of the surrealistic painter Rene Magritte. It is a possibilty to realize his visual world in VR. The user startet in a white room and is than guided throug different scenes. From a cineastic point of view the user can only look and listen arround without interacting with controller. That could be one way of the future of cinema.
Stills
Moodboard
Elements of Rene Magrittes images are the basic for further development in VR. The idea was not to copy his images exactly. The idea was to make it look like his images.
Screenshot MakeHuman
The character was easily designed in MakeHuman and exported as FBX to Unity. Some elements of the 3D modell has been changed or other added to. In Unity the 3D modell was rigged. The behaver of the Model is like a pup when gravity affects to.
Screenshot Code Emitter
To realize the idea of raining characters there was an own emitter system with some code created. The emitter was then duplicated. The Emitters are creating duplicated game object, which are falling on the ground. After a few minutes the game object are destroyed, because at the end there are many of these characters and his cost performance especially in VR. The user don't see the disappearing of the characters, because at this time he is up in sky above the clouds.
Screenshot Animation
The Steam-VR-Cam or in other words the point of view is animated. The animation starts when the user is entering a trigger zone in the first white room. Also, the characters are only falling, after entering a zone.
Screenshot 3D Sound
The sound in this project is spatial. Every sound from a object has a maximum distance value. There are also reverb zones to the scenes added. The falling apple needed code to make sound when colliding with ground.