Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h73 struct LightInfo { struct
74 int type_;
75 float intensity_;
76 bool shadow_;
77 BASE_NS::Math::Vec3 color_;
78 BASE_NS::Math::Vec3 position_;
79 BASE_NS::Math::Quat rotation_;
/ohos5.0/drivers/peripheral/light/interfaces/include/
H A Dlight_type.h195 struct LightInfo { struct
196 uint32_t lightId; /** Light id. For details, see {@link LightId}. */
197 uint32_t lightNumber; /** Number of physical lights in the logic controller. */
198 char lightName[NAME_MAX_LEN]; /** Logic light name. */
199 int32_t lightType; /** Light type. For details, see {@link HdfLightType}. */
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/
H A Dlight_driver.h134 struct LightInfo { struct
150 struct LightInfo lightInfo; argument
/ohos5.0/base/sensors/miscdevice/interfaces/inner_api/light/
H A Dlight_agent_type.h50 } LightInfo; typedef