
Octree
UK
/ˈɒk.triː/
US
/ˈɑk.tɹi/

Translation of "octree" into Russian
octree
NounUK
/ˈɒk.triː/
US
/ˈɑk.tɹi/
octree
octrees pl
октодерево
The octree is used in computer graphics to partition a three-dimensional space.
Октодерево используется в компьютерной графике для разбиения трехмерного пространства.
Definitions
octree
NounUK
/ˈɒk.triː/
US
/ˈɑk.tɹi/
A tree data structure in which each internal node has exactly eight children, commonly used to partition a three-dimensional space by recursively subdividing it into eight octants.
The graphics engine uses an octree to efficiently manage and render the 3D environment.
octree
AdjectiveUK
/ˈɒk.triː/
US
/ˈɑk.tɹi/
Relating to or employing an octree data structure.
The octree algorithm significantly accelerates collision detection.
Idioms and phrases
octree structure
The octree structure is used to partition three-dimensional spaces.
структура октри
Структура октри используется для разделения трёхмерных пространств.
octree representation
The 3D model is stored using an octree representation.
представление в виде октри
3D-модель хранится с помощью представления в виде октри.
octree decomposition
We applied octree decomposition to simplify the collision detection.
декомпозиция с помощью октри
Мы применили декомпозицию с помощью октри, чтобы упростить обнаружение столкновений.
octree node
Each octree node contains references to its child nodes.
узел октри
Каждый узел октри содержит ссылки на свои дочерние узлы.
octree traversal
Efficient octree traversal can speed up rendering times.
обход октри
Эффективный обход октри может ускорить время рендеринга.