Modifiers | Data
Modifier | Explanation | Input |
---|---|---|
Filter tag | Filters out all the objects tagged with the chosen tag(s). |
|
Tag | Marks an object with a custom tag. |
|
Basic logic | Uses a logic comparison (equals, is bigger than..., smaller than... etc.) between two values and outputs a boolean (true or false) to represent whether the statement is true or false. |
|
Basic math | Applies basic calculations (+, -, x, /) between two values. |
|
String template | Builds a text string (URL, filename, …) from a template This modifier takes a template as input. This template is a combination of fixed blocks of text (including numbers and punctuation marks) and placeholders that later will be defined by inputs. Placeholders can be added by adding a number in square brackets, starting with [1] and going up. The string template modifier replaces all placeholders by their string inputs. Note: save and refresh after you set up the template to make the input dots appear on the node. |
|
Text variable | The text variable allows you to reuse the same text value across the graph. When changing this value, the graph will follow. Just enter the wanted text in the node and connect to all the text inputs that need it. |
|
Numeric variable | The numeric variable allows you to reuse the same numeric value across the graph. When changing this value, the graph will follow. Just enter a numeric value in the node and connect to all the numeric inputs that need it. |
|
Resource fetcher | Fetches the resource from the chosen URL and outputs it. |
|
Standard material | Edit the material of your product itself. You can also attach sliders and text fields if you want the end users themselves to be able to make changes to the material. This is basically a dynamic material where you can change some properties to a certain material, without having to make different material resources for all of them. |
Advanced Inputs
|