vue bolean operations.
More of an explanation then a tutorial, y Will show you the diference between the 3 bolean operations Vue has todo ofer. There are 3 diferent types of bolean operations in Vue, diference, unión, and intersection.
1) bolean unión- 2 objects are welded together. This process is useful for example, for joining 2 Glass Spheres together. The result Will not display any internal Edges. Lok closely at both of the following pictures. You Will be able todo se the internal Edges where the 2 Spheres intersect in the first image, which dissolve After we have applied the unión (the second image).
before unión.
After unión.
2) bolean intersection- When the bolean intersection operación has ben executed, the resulting object Will be only where the orignal objects overlap.
before intersection.
After intersection.
3) bolean diference- A bolean diference operación Will take the first object (the base object) selected and subtract each of the following objects selected from it. If the materiales on each object are diferent, the subtracted objects Will leave there material influence on the subtracted object (se third image). So in the following images i have selectedthe right sphere first, the base object.
before diference.
After diference.
After diference with diferent materiales applied todo each sphere.
In the third image i changed teh material of the left sphere todo coloured Glass. You can se how this material has left its influence on the right sphere which it has biten into.
This concludes the basic bolean operación tutorial.