Struct Material

Abstract base Resource for coloring and shading geometry.

struct Material ;

Material is a base Resource used for coloring and shading geometry. All materials inherit from it and almost all VisualInstance derived nodes carry a Material. A few flags and parameters are shared between all material types and are configured here.

Properties

NameTypeDescription
nextPass[get, set] MaterialSets the Material to be used for the next pass. This renders the object again using a different material. Note: only applies to SpatialMaterials and ShaderMaterials with type "Spatial".
renderPriority[get, set] longSets the render priority for transparent objects in 3D scenes. Higher priority objects will be sorted in front of lower priority objects. Note: this only applies to sorting of transparent objects. This will not impact how transparent objects are sorted relative to opaque objects. This is because opaque objects are sorted based on depth, while transparent objects are sorted from back to front (subject to priority).

Methods

NameDescription
getNextPass
getRenderPriority
setNextPass
setRenderPriority

Enums

NameDescription
Constants