The document presents an overview of octree encoding, a hierarchical data structure used to represent 3D space, particularly beneficial for storage efficiency and object interior representation. Octrees partition the 3D space into octants, building upon the principles of quadtree encoding from 2D images, and are widely used in applications such as 3D graphics, spatial indexing, and collision detection. The presentation is guided by Prof. G. D. Korwar at Vishwakarma Institute of Technology, Pune, and highlights various applications of octrees in computer graphics.