Blender
V3.3
|
#include <eevee_private.h>
Public Attributes | |
void * | ob |
struct Object * | parent |
int | id [8] |
Definition at line 646 of file eevee_private.h.
int EEVEE_ObjectKey::id[8] |
Dupli objects recursive unique identifier
Definition at line 654 of file eevee_private.h.
Referenced by EEVEE_motion_blur_object_data_get(), eevee_object_key_cmp(), and eevee_object_key_hash().
void* EEVEE_ObjectKey::ob |
Object or source object for duplis. WORKAROUND: The pointer is different for particle systems and do not point to the real object. (See T97380)
Definition at line 650 of file eevee_private.h.
Referenced by EEVEE_motion_blur_object_data_get(), eevee_object_key_cmp(), and eevee_object_key_hash().
struct Object* EEVEE_ObjectKey::parent |
Parent object for duplis
Definition at line 652 of file eevee_private.h.
Referenced by EEVEE_motion_blur_object_data_get(), eevee_object_key_cmp(), and eevee_object_key_hash().