Home
last modified time | relevance | path

Searched refs:SPOT (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dconstants.h44 SPOT = 3 enumerator
/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/lume/Lume_3D/src/ecs/components/
H A Dlight_component_manager.cpp33 DECL_ENUM(CORE3D_NS::LightComponent::Type, SPOT, "Spot")
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DLightJS.h35 SPOT = 2, enumerator
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DLightJS.cpp37 DECL_ENUM(LightType, SPOT); in RegisterEnums()
279 : BaseObject<SpotLightJS>(e, i), BaseLight(BaseLight::LightType::SPOT) in SpotLightJS()
H A DSceneJS.cpp733 case BaseLight::SPOT: { in CreateLight()
/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
H A Dgltf2_util.cpp548 out = LightType::SPOT; in GetLightType()
562 case LightType::SPOT: in GetLightType()
H A Dgltf2_exporter.cpp548 case LightComponent::Type::SPOT: in ExportGltfLight()
549 exportLight->type = LightType::SPOT; in ExportGltfLight()
2107 …if ((light->type == LightType::POINT || light->type == LightType::SPOT) && light->positional.range… in ExportKHRLights()
2110 if (light->type == LightType::SPOT) { in ExportKHRLights()
H A Dgltf2_importer.cpp458 case GLTF2::LightType::SPOT: in ConvertToCoreLightType()
459 return LightComponent::Type::SPOT; in ConvertToCoreLightType()
1923 …f (component.type == LightComponent::Type::POINT || component.type == LightComponent::Type::SPOT) { in CreateLight()
1927 if (component.type == LightComponent::Type::SPOT) { in CreateLight()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-nodes.md349 | SPOT | 2 | 点光源类型。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-nodes.md350 | SPOT | 2 | Spot light.|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts2078 SPOT = 2
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2066 } else if (lightComponent.type == LightComponent::Type::SPOT) { in ProcessLight()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md5276 | SPOT | 2 | 对画面测光点周围约2.5%进行测光 |
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md5291 | SPOT | 2 | Performs metering around 2.5% of the metering points.|