How to use the StereoEffect function from three

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

22
23
24
25
26
27
28
29
30
31
});
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,
};

this.camera_z = -150;
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)