How to use the AnaglyphEffect function from three
Find comprehensive JavaScript three.AnaglyphEffect code examples handpicked from public code repositorys.
19 20 21 22 23 24 25 26 27 28
canvas: this.container.get(0), 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)