Home
last modified time | relevance | path

Searched refs:CreateLight (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.h51 CORE_NS::Entity CreateLight(CORE_NS::IEcs& ecs, const LightComponent& lightComponent,
H A Dscene_util.cpp250 Entity SceneUtil::CreateLight( in CreateLight() function in CameraMatrixUtil::SceneUtil
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_scene_util.h98 virtual CORE_NS::Entity CreateLight(CORE_NS::IEcs& ecs, const LightComponent& lightComponent,
/foundation/graphic/graphic_3d/kits/js/include/
H A DSceneJS.h66 napi_value CreateLight(NapiApi::FunctionContext<NapiApi::Object, uint32_t>& ctx);
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp428 delegate->sceneViewerAdapter_.CreateLight();
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h176 void CreateLight();
/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp75 Method<NapiApi::FunctionContext<NapiApi::Object,uint32_t>, SceneJS, &SceneJS::CreateLight>("createLight"), in Init()
711 napi_value SceneJS::CreateLight(NapiApi::FunctionContext<NapiApi::Object, uint32_t>& ctx) in CreateLight() function in SceneJS
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1486 lightEntities_.push_back(sceneUtil.CreateLight(ecs, lc, position, rotation)); in UpdateLights()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1912 void CreateLight(IEcs& ecs, const GLTF2::Node& node, const Entity entity) in CreateLight() function
1974 CreateLight(ecs, node, entity); in RecursivelyCreateComponents()

Completed in 16 milliseconds