matEffect1 .. matEffect8

8 general purpose float* pointers that are available for float4x4 matrices in effects.

Type:

float*

Edition:

 A7.10C   LC 

Example:

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


// shader code
float4x4 matEffect1;
...

See also:

material.event, shader matrices

► latest version online