Home
last modified time | relevance | path

Searched refs:DIRECTIONAL (Results 1 - 12 of 12) sorted by relevance

/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 }; member in Type
36 DEFINE_PROPERTY(Type, type, "Type", 0, VALUE(Type::DIRECTIONAL))
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dconstants.h42 DIRECTIONAL = 1, member in OHOS::Render3D::LightType
H A Dlight.h96 LightType type_ = LightType::DIRECTIONAL;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dlight_component_manager.cpp31 DECL_ENUM(CORE3D_NS::LightComponent::Type, DIRECTIONAL, "Directional")
/foundation/graphic/graphic_3d/kits/js/include/
H A DLightJS.h31 DIRECTIONAL = 1, enumerator
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h141 enum class LightType : int { INVALID, DIRECTIONAL, POINT, SPOT, AMBIENT }; member in GLTF2::AttributeType::RenderMode::LightType
756 LightType type = LightType::DIRECTIONAL;
H A Dgltf2_util.cpp544 out = LightType::DIRECTIONAL; in GetLightType()
558 case LightType::DIRECTIONAL: in GetLightType()
H A Dgltf2_exporter.cpp537 exportLight->type = LightType::DIRECTIONAL; in ExportGltfLight()
542 case LightComponent::Type::DIRECTIONAL: in ExportGltfLight()
543 exportLight->type = LightType::DIRECTIONAL; in ExportGltfLight()
H A Dgltf2_importer.cpp452 case GLTF2::LightType::DIRECTIONAL: in ConvertToCoreLightType()
453 return LightComponent::Type::DIRECTIONAL; in ConvertToCoreLightType()
464 return LightComponent::Type::DIRECTIONAL; in ConvertToCoreLightType()
/foundation/graphic/graphic_3d/kits/js/src/
H A DLightJS.cpp35 DECL_ENUM(LightType, DIRECTIONAL); in RegisterEnums()
338 : BaseObject<DirectionalLightJS>(e, i), BaseLight(BaseLight::LightType::DIRECTIONAL) in DirectionalLightJS()
H A DSceneJS.cpp725 case BaseLight::DIRECTIONAL: { in CreateLight()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2062 if (lightComponent.type == LightComponent::Type::DIRECTIONAL) {

Completed in 20 milliseconds