How to use the GLSL3 function from three

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

-3
fork icon10
star icon3
watch icon3

+ 12 other calls in file

77
78
79
80
81
82
83
84
85
86
    return [4 /*yield*/, frag];
case 2:
    _d.fragmentShader = (_g.sent()),
        _d.depthWrite = false,
        _d.depthTest = false,
        _d.glslVersion = three_1.GLSL3;
    _e = {
        u_Time: { value: 0 },
        u_WindowWidth: {
            value: renderer.getContext().canvas.width
fork icon0
star icon0
watch icon0

Other functions in three

Sorted by popularity

function icon

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