Rendering
Camera nodes
See Camera.
Light nodes
See Light.
Material nodes
See Material.
Renderer is Visible
Determines if a given Renderer is currently visible, and also provides access to its materials.
Inputs:
Name
Type
Description
Renderer In
Renderer
Reference to the Renderer to evaluate.
Outputs:
Name
Type
Description
Material Out
Material
The material in use by the Renderer.
Shared Material Out
Material
Reference to shared material. If you modify a shared material, you will change the appearance of all objects that use that material.
Is Visible
Boolean
Whether the Renderer is currently visible.
Last updated