Home
last modified time | relevance | path

Searched refs:LIGHTPROBE_FLAG_CUSTOM_PARALLAX (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_lightprobe_types.h93 LIGHTPROBE_FLAG_CUSTOM_PARALLAX = (1 << 0), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_lightprobe.c131 RNA_def_property_boolean_sdna(prop, NULL, "flag", LIGHTPROBE_FLAG_CUSTOM_PARALLAX); in rna_def_lightprobe()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/eevee/
H A Deevee_lightprobes.c591 if ((probe->flag & LIGHTPROBE_FLAG_CUSTOM_PARALLAX) != 0) { in EEVEE_lightprobes_cube_data_from_object()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_extra.c744 float dist = ((prb->flag & LIGHTPROBE_FLAG_CUSTOM_PARALLAX) != 0) ? prb->distpar : in OVERLAY_lightprobe_cache_populate()