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 D | constants.h | 44 SPOT = 3 enumerator
|
/ohos5.0/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 }; enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | light_component_manager.cpp | 33 DECL_ENUM(CORE3D_NS::LightComponent::Type, SPOT, "Spot")
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | LightJS.h | 35 SPOT = 2, enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | LightJS.cpp | 37 DECL_ENUM(LightType, SPOT); in RegisterEnums() 279 : BaseObject<SpotLightJS>(e, i), BaseLight(BaseLight::LightType::SPOT) in SpotLightJS()
|
H A D | SceneJS.cpp | 733 case BaseLight::SPOT: { in CreateLight()
|
/ohos5.0/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 }; in CORE3D_BEGIN_NAMESPACE() enumerator
|
H A D | gltf2_util.cpp | 548 out = LightType::SPOT; in GetLightType() 562 case LightType::SPOT: in GetLightType()
|
H A D | gltf2_exporter.cpp | 548 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 D | gltf2_importer.cpp | 458 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 D | js-apis-inner-scene-nodes.md | 349 | SPOT | 2 | 点光源类型。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-nodes.md | 350 | SPOT | 2 | Spot light.|
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/ |
H A D | @ohos.multimedia.camera.d.ts | 2078 SPOT = 2
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 2066 } else if (lightComponent.type == LightComponent::Type::SPOT) { in ProcessLight()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 5276 | SPOT | 2 | 对画面测光点周围约2.5%进行测光 |
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 5291 | SPOT | 2 | Performs metering around 2.5% of the metering points.|
|