How to use the WebGLExtensions function from three

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

199
200
201
202
203
204
205
206
207
208

    console.error( 'THREE.WebGLRenderer: ' + error );

}

var extensions = new THREE.WebGLExtensions( _gl );

extensions.get( 'OES_texture_float' );
extensions.get( 'OES_texture_float_linear' );
extensions.get( 'OES_texture_half_float' );
fork icon2
star icon2
watch icon0

+ 17 other calls in file

Other functions in three

Sorted by popularity

function icon

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