Blender  V3.3
Public Attributes | List of all members
EEVEE_ObjectKey Struct Reference

#include <eevee_private.h>

Public Attributes

voidob
 
struct Objectparent
 
int id [8]
 

Detailed Description

Definition at line 646 of file eevee_private.h.

Member Data Documentation

◆ id

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().

◆ ob

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().

◆ parent

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().


The documentation for this struct was generated from the following file: