Home
last modified time | relevance | path

Searched defs:DIRECTIONAL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dlight_component.h31 enum class Type : uint8_t { DIRECTIONAL = 0, POINT = 1, SPOT = 2 }; enumerator
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DLightJS.h31 DIRECTIONAL = 1, enumerator
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dconstants.h42 DIRECTIONAL = 1, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h141 enum class LightType : int { INVALID, DIRECTIONAL, POINT, SPOT, AMBIENT }; in CORE3D_BEGIN_NAMESPACE() enumerator