How to use the MultiplyOperation function from three

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

1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
constructor(parameters) {
    super();
    this._matcapCombine = three_1.AddOperation;
    this.emissiveIntensity = 1.0;
    this.normalMapType = three_1.TangentSpaceNormalMap;
    this.combine = three_1.MultiplyOperation;
    this.wireframeLinecap = 'round';
    this.wireframeLinejoin = 'round';
    this.flatShading = false;
    this.lights = true;
fork icon1
star icon3
watch icon0

+ 4 other calls in file

Other functions in three

Sorted by popularity

function icon

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