Journal Week 6 - HoangMinh45/CS526 GitHub Wiki

CS 526 F20****15 Computer Graphics 2 : Weekly Research and Project Journal


I. Articles Summary

1. Narita, Fumiya, et al. "Texture preserving garment transfer." ACM SIGGRAPH 2015 Posters. ACM, 2015.
Article link
In this paper, the authors present a method of transfer garment between virtual character without changing the garment texture. They use As-Rigid-As-Possible Shape Manipulation and Surface Flattering in this research.


2. Bailey, Dan, et al. "Distributing liquids using OpenVDB." ACM SIGGRAPH 2015 Talks. ACM, 2015.
Article link

In this paper, the researchers present a light framework to simulate liquids using C++ library OpenVDB.
OpenVDB is a powerful C++ library to simulate substances such as water, cloud, etc... More on their website: Link


3. Haouchine, Nazim, et al. "Fracture in augmented reality." ACM SIGGRAPH 2015 Posters. ACM, 2015.
Article link

In this paper, the researchers present a method to use Computer Vision in Virtual Reality interaction that involves the change in shape of interacting object. The fracture point is detected by using the subtraction technique, assuming the background is uniform. This is a drawback, since in AR or VR, the background is dynamic, which will become a hinder for this technique.