How to use the FullScreenQuad function from three

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

842
843
844
845
846
847
848
849
850
851
		uniforms: THREE.UniformsUtils.clone( THREE.UnpackDepthRGBAShader.uniforms ),
		vertexShader: THREE.UnpackDepthRGBAShader.vertexShader,
		fragmentShader: THREE.UnpackDepthRGBAShader.fragmentShader,
		blending: THREE.NoBlending
	} );
	this.fsQuad = new THREE.FullScreenQuad( null );

}

render( renderer, writeBuffer, readBuffer
fork icon3
star icon7
watch icon1

+ 53 other calls in file

Other functions in three

Sorted by popularity

function icon

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