How to use the ParallaxBarrierEffect function from three
Find comprehensive JavaScript three.ParallaxBarrierEffect code examples handpicked from public code repositorys.
20 21 22 23 24 25 26 27 28 29
antialias: true, 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, };
17
78
8
+ 20 other calls in file
three.Vector3 is the most popular function in three (22341 examples)