Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / octree / package-info.java
1 /*
2  * Sixth 3D engine. Author: Svjatoslav Agejenko.
3  * This project is released under Creative Commons Zero (CC0) license.
4  *
5  *
6  * Realtime voxel renderer (in software).
7  * Uses octree for data compression.
8  */
9
10 package eu.svjatoslav.sixth.e3d.renderer.octree;
11