mat_effect1 .. mat_effect8

8 general purpose float* pointers that are available in shaders through the matEffect1 .. matEffect8 matrices.

Type:

float*

Edition:

A7.10  LC 

Example:

//lite-C code
float lightmatrix1[16];
...
mat_effect1 = lightmatrix1;


// shader code
float4x4 matEffect1; // contains lightmatrix1
...

See also:

material.event, shader matrices

► latest version online