Playtest survey
We had a short survey during the play test. After this result, we made effort to improve by following this survey result.
We had a short survey during the play test. After this result, we made effort to improve by following this survey result.
<DOCUMENTATION> Abstract We present VR Rehearsal, a mobile VR application to assist general public to practice presentation in an innovative and convenient way. It is able to create immersive presentation environment as well as provide various types of feedback, both real-time reaction from simulated virtual audience and non real-time statistics visualization. The application assists presenters to self-evaluate and self-improve their skills Read more about Applied to SIGGRAPH VR Village[…]
We had a hard time for merging our custom plugin with Unity google cardboard SDK. Unity only provides single main activity in Android side. We used two tricks for using other activity in Unity main activity : using Intent android native function and Inheritance from google cardboard unity activity. By using these method, we could combine Google Read more about Unity Android Custom Plugin with Cardboard SDK[…]
Rendering multiple meshes and objects is not a good choice for optimization. The starting point of optimization should be decreasing number of draw call and batches. For this, we decreased the number of vertices and materials as possible as we can. There were two method we used for our application: combining mesh in 3D software Blender and Read more about Graphics & Optimization #3: Combining static objects[…]
We have researched the important factors of good presentations since the beginning of semester. Through books, articles and thesis about good presentations, We found out several factors including loudness, fluency, eye-contact, time management, confidence and so on. Among the factors, we selected factors which can technically be trackable and be possible to process for feedback data. In the Read more about Design Guideline[…]
Our team set a character generation pipeline in order for us to create a number of crowd efficiently. We used Adobe Fuse, Maxiamo Autorig and Blender.Through the pipeline, we could achieved models in different style, races and gender. In the end of project, We got 8 male models and 6 woman models. The main reason why the woman models Read more about Model Generation Pipeline[…]