How to use the OculusRiftEffect function from three

Find comprehensive JavaScript three.OculusRiftEffect code examples handpicked from public code repositorys.

21
22
23
24
25
26
27
28
29
        preserveDrawingBuffer: true,
});
this.effects = {
        // 'anaglyph': new THREE.AnaglyphEffect(this.renderer),
        // 'parallax barrier': new THREE.ParallaxBarrierEffect(this.renderer),
        // 'oculus rift': new THREE.OculusRiftEffect(this.renderer),
        // 'stereo': new THREE.StereoEffect(this.renderer),
        'none': this.renderer,
};
fork icon17
star icon78
watch icon8

+ 20 other calls in file

Other functions in three

Sorted by popularity

function icon

three.Vector3 is the most popular function in three (22341 examples)