- Unity Virtual Reality Projects
- Jonathan Linowes
- 214字
- 2021-06-25 21:58:20
Desktop VR
With desktop VR (and console VR), your headset is a peripheral to a more powerful computer that processes the heavy graphics. The computer may be a Windows PC, Mac, Linux, or a game console, although Windows is by far the most prominent PC and the PS4 is a bestseller in terms of console VR.
Most likely, the headset is connected to the computer with wires. The game runs on the remote machine and the HMD is a peripheral display device with a motion sensing input. The term desktop is an unfortunate misnomer since it's just as likely to be stationed in either a living room or a den.
The Oculus Rift (https://www.oculus.com/) is an example of a device where the goggles have an integrated display and sensors. The games run on a separate PC. Other desktop headsets include the HTC VIVE, Sony's PlayStation VR, and Microsoft immersive Mixed Reality.
Desktop VR devices rely on a desktop computer (usually via video and USB cables) for CPU and graphics processing unit (GPU) power, where more is better. Please refer to the recommended specification requirements for your specific device.
However, for the purpose of this book, we won't have any heavy rendering in our projects, and you can get by with minimum system specifications.
- C++ Primer習(xí)題集(第5版)
- 程序員面試算法寶典
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實現(xiàn)+微課視頻)
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- Serverless架構(gòu)
- Python全棧數(shù)據(jù)工程師養(yǎng)成攻略(視頻講解版)
- Learning YARN
- Visual Basic程序設(shè)計習(xí)題與上機實踐
- NGUI for Unity
- 30天學(xué)通C#項目案例開發(fā)
- PHP項目開發(fā)全程實錄(第4版)
- Raspberry Pi Blueprints
- Node.js應(yīng)用開發(fā)
- 你必須知道的.NET(第2版)
- TypeScript High Performance