How to use the SAOPass function from three

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

3158
3159
3160
3161
3162
3163
3164
3165
3166
3167



if(this.model.get('sao')){
    console.log("sao active");
    const saoPass = new THREE.SAOPass( this.scene, this.camera, true, true );


    saoPass.params.saoScale = this.model.get('saoScale'); //0.7
    
fork icon3
star icon7
watch icon1

+ 17 other calls in file

3140
3141
3142
3143
3144
3145
3146
3147
3148
3149



if(this.model.get('sao')){
    console.log("sao active");
    saoPass = new THREE.SAOPass( this.scene, this.camera, true, true );


    saoPass.params.saoScale = this.model.get('saoScale'); //0.7
    
fork icon3
star icon7
watch icon0

+ 16 other calls in file

Other functions in three

Sorted by popularity

function icon

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