typedef struct { Float z; Float spec; Float x; Float y; Float ooz; Float inten; Float nx; Float ny; } NJS_CNK_SIMPLE_BUF;
z | 3D Z coordinate |
spec | Specular value |
x | X coordinate after perspective conversion |
y | Y coordinate after perspective conversion |
ooz | Value of 1/Z |
inten | Intensity value |
nx | Normal line X |
ny | Normal line Y |