Home
last modified time | relevance | path

Searched refs:GetBoundingSphere (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.h90 Sphere GetBoundingSphere() const;
H A Drender_preprocessor_system.cpp438 RenderPreprocessorSystem::Sphere RenderPreprocessorSystem::GetBoundingSphere() const in GetBoundingSphere() function in RenderPreprocessorSystem
H A Drender_system.cpp2318 …ingSphere = static_cast<RenderPreprocessorSystem*>(renderPreprocessorSystem_)->GetBoundingSphere(); in FetchFullScene()