- HoloLens Blueprints
- Abhijit Jana Manish Sharma Mallikarjuna Rao
- 183字
- 2021-07-02 22:09:33
Gaze
In our PC/laptop, we use a mouse to move a cursor. Gaze is the mouse for the HoloLens. Gaze is one form of input for HoloLens, which indicates where the user is currently looking. Similar to the mouse cursor, in Holographic apps as well we use an indicator to show the direction of the Gaze. The cursor follows the user's head moving in real space.
To determine the point where the user is currently focusing on, each frame does a raycast into the physical space and places the cursor on the object where the raycast intersects with the objects. Even if the user is moving, HoloLens still raycasts for each frame and thus maintains the focus. All the data for the raycast is captured by the sensors and IMU helps in tracking the user movement.
The following figure show how the Gaze object changes based on the user's head movement from one to another object.
The cursor indicates the Gaze direction for any holographic application and can also indicate which item can be gazed and which cannot.
- Learning Python Web Penetration Testing
- OpenDaylight Cookbook
- Learning Cython Programming
- Beginning Java Data Structures and Algorithms
- Python爬蟲(chóng)開(kāi)發(fā)與項(xiàng)目實(shí)戰(zhàn)
- HTML5游戲開(kāi)發(fā)案例教程
- Android 應(yīng)用案例開(kāi)發(fā)大全(第3版)
- Spring+Spring MVC+MyBatis整合開(kāi)發(fā)實(shí)戰(zhàn)
- Android玩家必備
- JSP程序設(shè)計(jì)實(shí)例教程(第2版)
- 深入淺出 HTTPS:從原理到實(shí)戰(zhàn)
- Joomla!Search Engine Optimization
- Manage Your SAP Projects with SAP Activate
- INSTANT EaselJS Starter
- Learning Gerrit Code Review