From K-3D
Description
| Combines blobbies using the Subtraction operator.
|
Metadata
Properties
| Label
| Description
| Type
| Script Name
|
| Output Mesh
| Output mesh
| k3d::mesh*
| output_mesh
|
| Surface Material
| Surface material
| k3d::inode*
| material
|
| Input A
| First input mesh.
| k3d::mesh*
| input_a
|
| Input B
| Second input mesh.
| k3d::mesh*
| input_b
|
Usage
Note: not all RenderMan implementations support blobbies!
Before: two separate blobbies.
After: a single combined blobby. The second input has been "subtracted" from the first input in an aesthetically-pleasing way.
BlobbySubtract combines two input blobbies into a single output blobby using subtraction.