Home
last modified time | relevance | path

Searched refs:SetAABBMax (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dsubmesh_impl.cpp90 void SetAABBMax(BASE_NS::Math::Vec3 vec) override in SetAABBMax() function in __anon6656fe970110::SubMeshImpl
94 bridge->SetAABBMax(META_NS::GetValue(Handle()), vec); in SetAABBMax()
H A Dintf_submesh_bridge.h36 virtual void SetAABBMax(size_t index, BASE_NS::Math::Vec3) = 0;
H A Dsubmeshhandler.cpp258 void SetAABBMax(size_t index, BASE_NS::Math::Vec3 vec) override in SetAABBMax() function in __anonca9c1dc40110::SubMeshHandler
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h69 void SetAABBMax(const BASE_NS::Math::Vec3& max) in SCENE_BEGIN_NAMESPACE()
72 submesh->SetAABBMax(max); in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_mesh.h44 virtual void SetAABBMax(BASE_NS::Math::Vec3) = 0;