Home
last modified time | relevance | path

Searched refs:lightXYZ (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/openrm/rm160/rm/
H A Drmlites.c343 t->lightXYZ = *newXYZ; in rmLightSetXYZ()
380 *retXYZ = t->lightXYZ; in rmLightGetXYZ()
H A Drmframe.c1552 memcpy(pos, &(l->lightXYZ), sizeof(RMvertex3D)); in dumplight()
/dports/graphics/openrm/rm160/include/rm/
H A Drmtypes.h382 …RMvertex3D lightXYZ; /* position for point and spot lights, direction for directional light sourc… member