Searched defs:DIRECTIONAL (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ | ||
H A D | light_component.h | 31 enum class Type : uint8_t { DIRECTIONAL = 0, POINT = 1, SPOT = 2 }; member in Type |
/foundation/graphic/graphic_3d/kits/js/include/ | ||
H A D | LightJS.h | 31 DIRECTIONAL = 1, enumerator |
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ | ||
H A D | constants.h | 42 DIRECTIONAL = 1, member in OHOS::Render3D::LightType |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ | ||
H A D | gltf2_data_structures.h | 141 enum class LightType : int { INVALID, DIRECTIONAL, POINT, SPOT, AMBIENT }; member in GLTF2::AttributeType::RenderMode::LightType |
Completed in 5 milliseconds