How to use the LuminanceFormat function from three

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

116
117
118
119
120
121
122
123
124
125
    // dipsose full screen quad
    this.fsQuad.dispose();
}
render(renderer, writeBuffer /*, readBuffer, deltaTime, maskActive */) {
    if (renderer.capabilities.isWebGL2 === false)
        this.noiseTexture.format = three_1.LuminanceFormat;
    // render beauty
    renderer.setRenderTarget(this.beautyRenderTarget);
    renderer.clear();
    renderer.render(this.scene, this.camera);
fork icon1
star icon3
watch icon0

+ 5 other calls in file

Other functions in three

Sorted by popularity

function icon

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