๐ŸชถMaterials

mat namespace

Functions

create

mat.create("dank_material", "VertexLitGeneric", 
[[
"VertexLitGeneric"
{
    "$ambientonly" 1	
}
]])

name

string

name of your material

type

string

shader type

key_values

string

material key values

Returns:

material object

find

name

string

material name

texture_group

string

Returns:

material object

for_each_material

callback

function

callback called for each material

override_material

material

material to override to

Last updated