Searched refs:Aabb (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_preprocessor_system.h | 74 struct Aabb { struct 82 Aabb GetRenderMeshAabb(CORE_NS::Entity renderMesh) const; 84 BASE_NS::array_view<const Aabb> GetRenderMeshAabbs(CORE_NS::Entity renderMesh) const; 158 Aabb meshAabb; 159 BASE_NS::vector<Aabb> submeshAabbs;
|
H A D | render_preprocessor_system.cpp | 369 … Aabb { jointMatricesHandle->jointsAabbMin, jointMatricesHandle->jointsAabbMax }); in GatherSortData() 422 RenderPreprocessorSystem::Aabb RenderPreprocessorSystem::GetRenderMeshAabb(Entity renderMesh) const in GetRenderMeshAabb() 430 array_view<const RenderPreprocessorSystem::Aabb> RenderPreprocessorSystem::GetRenderMeshAabbs(Entit… in GetRenderMeshAabbs()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-types.md | 9 import { Vec2, Vec3, Vec4, Color, Rect, Quaternion, Aabb, Position3, Rotation3, 54 ## Aabb section
|
H A D | js-apis-scene.md | 26 Aabb,
|
H A D | js-apis-inner-scene-resources.md | 120 | aabb | [Aabb](js-apis-inner-scene-types.md#aabb) | 是 | 否 | 轴对齐边界盒。 | 131 | aabb | [Aabb](js-apis-inner-scene-types.md#aabb) | 是 | 否 | 轴对齐包围盒。|
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-types.md | 10 import { Vec2, Vec3, Vec4, Color, Rect, Quaternion, Aabb, Position3, Rotation3, 55 ## Aabb section
|
H A D | js-apis-scene.md | 26 Aabb,
|
H A D | js-apis-inner-scene-resources.md | 121 | aabb | [Aabb](js-apis-inner-scene-types.md#aabb) | Yes| No| Axis aligned bounding box.| 132 | aabb | [Aabb](js-apis-inner-scene-types.md#aabb) | Yes| No| Axis aligned bounding box.|
|