November 2017
Beginner
294 pages
6h 55m
English
Bing defines rendering as:

Well, that was fun, but is obviously not what we mean. Rendering refers to taking all of the mathematical description we've been discussing and making something visual out of it.
The rendering engine used with React VR is three.js (http://bit.ly/2wHI8S9), which normally uses WebGL for rendering (http://bit.ly/2wKoKCe). WebGL is a robust JavaScript API for generating high performance graphics. It will use any high performance graphics hardware (GPU) in your system, and is native in most browsers, allowing 3D graphics without requiring plugins.
Usually, however, the web can be a wild place. You would think ...
Read now
Unlock full access