How to use the SAOShader function from three

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

760
761
762
763
764
765
766
767
768
769
	console.error( 'THREE.SAOPass relies on THREE.SAOShader' );

}

this.saoMaterial = new THREE.ShaderMaterial( {
	defines: Object.assign( {}, THREE.SAOShader.defines ),
	fragmentShader: THREE.SAOShader.fragmentShader,
	vertexShader: THREE.SAOShader.vertexShader,
	uniforms: THREE.UniformsUtils.clone( THREE.SAOShader.uniforms )
} );
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)