How to use the SrcAlphaFactor function from three
Find comprehensive JavaScript three.SrcAlphaFactor code examples handpicked from public code repositorys.
738 739 740 741 742 743 744 745 746 747
params.fog = true; // blend params.blending = three_1.CustomBlending; params.blendSrc = three_1.SrcAlphaFactor; params.blendDst = three_1.OneMinusSrcAlphaFactor; params.blendSrcAlpha = three_1.SrcAlphaFactor; params.blendDstAlpha = three_1.DstAlphaFactor; // side if (data.metadata.format === 'pmx' && (material.flag & 0x1) === 1) { params.side = three_1.DoubleSide;
1
3
0
+ 9 other calls in file
three.Vector3 is the most popular function in three (22341 examples)