-
Notifications
You must be signed in to change notification settings - Fork 20
CEF feature
Häfner edited this page Apr 2, 2021
·
2 revisions
It is often required to embed 2D content in a virtual scene that goes beyond static textures. VR Software often provides a widget system to this end. A more modern approach is to use website off-screen rendering. PolyVR uses the Chromium Embedded Framework (CEF) to render websites to textures. The module allows full pointer (mouse/VR device) and keyboard interaction with the website. The easiest way to use it is with a VR.Sprite, but it can be used on any geometry. This is also the preferred way to create HUD elements. Here is a more detailed documentation of the CEF module.