Fix typo
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
This commit is contained in:
@ -75,7 +75,7 @@ both = intersect([cubeGreen, cubeBlue])
|
||||
|
||||
This keeps only the small cube shape from where the previous two intersected. This is a new solid, so it can be transformed just like any other solid.
|
||||
|
||||
**Note**: Instead of writing `intersect([cubeGreen, cubeBlue])` you can use the shorthand `cubeGreen - cubeBlue`. This is a nice little shorthand you can use if you want to.
|
||||
**Note**: Instead of writing `intersect([cubeGreen, cubeBlue])` you can use the shorthand `cubeGreen & cubeBlue`. This is a nice little shorthand you can use if you want to.
|
||||
|
||||
Lastly, let's try a `subtract` call:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user