89d1c682c840234fa9b82bdba68b815b49f9d0ec
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / raster / package-info.java
1 /*
2  * Sixth 3D engine. Copyright ©2012-2018, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of version 3 of the GNU Lesser General Public License
6  * or later as published by the Free Software Foundation.
7  *
8  */
9
10 package eu.svjatoslav.sixth.e3d.renderer.raster;
11
12 /**
13  * <pre>
14  * Realtime renderer (in software) using traditional approaches:
15  *      Wireframe
16  *      Textured polygons
17  *      Z-Buffer
18  * </pre>
19  */