matEffect1 .. matEffect8

8 float*-Pointer für allgemeine Zwecke, die in Effekten für float4x4-Matritzen zuur Verfügung stehen.

Typ:

float*

Edition:

 A7.10  LC 

Beispiel:

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


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

Siehe auch:

material.event, shader matrices

► latest version online