Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/kits/js/include/
DLightJS.h27 enum LightType { enum
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
Dconstants.h40 enum class LightType : uint8_t { enum
/foundation/graphic/graphic_3d/kits/js/src/
DLightJS.cpp28 NapiApi::Object LightType(exports.GetEnv()); in RegisterEnums() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_data_structures.h141 enum class LightType : int { INVALID, DIRECTIONAL, POINT, SPOT, AMBIENT }; in CORE3D_BEGIN_NAMESPACE() enum