diff --git a/README.md b/README.md index ecf108e..1b74d8a 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ Python utilities for conversion of bitmap image (in PNG format) to some sort of solid objects mosaic in [POVRay](https://www.povray.org/) format. Each source image pixel is converted to a 3D object, and objects are packed side by side, forming a grid. -![Example of p6zaika export rendering](https://dnyarri.github.io/imgzaika/640/p6zaika.png) +![Example of 3zaika export rendering](https://dnyarri.github.io/3z/301.png) ## Brief programs description - **3zaika** - converts every single pixel into 3D object, by default a solid sphere. Spheres are packed into triangle grid. Spheres may be easily replaced by other predefined objects, object positions and properties may be mapped to source image brightness and/or randomized, etc. - **4zaika** - converts every single pixel into 3D object, by default a solid cube. Cubes are packed into square grid. Spheres may be easily replaced by other predefined objects, object positions and properties may be mapped to source image brightness and/or randomized, etc. +![Example of 4zaika export rendering](https://dnyarri.github.io/4z/406.png) + *Dependencies:* Tkinter, [PyPNG](https://gitlab.com/drj11/pypng) *Usage:* programs are equipped with minimal GUI for file selection. Exported scene contains enough basic stuff (globals, light, camera) to be rendered out of the box, and is well structured and commented for further editing. diff --git a/version_info.txt b/version_info.txt deleted file mode 100644 index 79c88bd..0000000 --- a/version_info.txt +++ /dev/null @@ -1,2 +0,0 @@ -Исходная версия. Жуткий бардак, подлежит переработке, -для которой отпочкована ветка develop 21 мая 2024 г. \ No newline at end of file