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;
17
78
8
+ 20 other calls in file
three.Vector3 is the most popular function in three (22341 examples)