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;
1
3
0
+ 4 other calls in file
three.Vector3 is the most popular function in three (22341 examples)