Blender  V2.93
Public Attributes | List of all members
EEVEE_ObjectKey Struct Reference

#include <eevee_private.h>

Public Attributes

struct Objectob
 
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 652 of file eevee_private.h.

Referenced by EEVEE_motion_blur_object_data_get(), eevee_object_key_cmp(), and eevee_object_key_hash().

◆ ob

struct Object* EEVEE_ObjectKey::ob

Object or source object for duplis

Definition at line 648 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 650 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: