Home
last modified time | relevance | path

Searched refs:EMISSIVE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h267 EMISSIVE, enumerator
369 return GetMappedProperty<SCENE_NS::Color>(EMISSIVE, MAPPED_INPUTS_COLOR); in EmissiveColor()
377 return GetMappedProperty<float>(EMISSIVE, MAPPED_INPUTS_INTENSITY); in EmissiveColorIntensity()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmaterial_component.h104 EMISSIVE, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp595 …terface_pointer_cast<META_NS::IMetadata>(GetTextureInfo(CORE3D_NS::MaterialComponent::EMISSIVE))) { in UpdateInputProperties()
779 …terface_pointer_cast<META_NS::IMetadata>(GetTextureInfo(CORE3D_NS::MaterialComponent::EMISSIVE))) { in BindInputProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp365 … DECL_NAMED_PROPERTY2(emissive, textures[MaterialComponent::TextureIndex::EMISSIVE], "Emissive", 0)
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_render_slot.cpp90 defaultMat.resources[MaterialComponent::TextureIndex::EMISSIVE].handle = in GetDefaultMaterialGpuResources()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1187 …GetTextureIndex(materialDesc, MaterialComponent::TextureIndex::EMISSIVE, textureHelper, gpuHandleM… in ExportGltfMaterial()
1189 …exportMaterial.emissiveFactor = materialDesc.textures[MaterialComponent::TextureIndex::EMISSIVE].f… in ExportGltfMaterial()
H A Dgltf2_importer.cpp1720 …Material.emissiveTexture, importResult, data, em, desc, MaterialComponent::TextureIndex::EMISSIVE); in ImportMaterial()
1721 desc.textures[MaterialComponent::TextureIndex::EMISSIVE].factor = gltfMaterial.emissiveFactor; in ImportMaterial()