November 2018
Beginner
493 pages
8h 40m
English
So far when we’ve added virtual objects to an augmented reality view, those virtual objects simply float in mid-air. While this might be suitable in some cases, in other cases you might want the virtual objects to behave more like real objects that can fall, bounce, and collide with one another.
To give virtual objects the same characteristics as real objects, you can define physical characteristics to any virtual object. That means you can define how a virtual object interacts with others (static, dynamic, or kinematic), the shape of a virtual object such as a box or sphere, ...