3D Model Researcher v2.8.0 28-08-2021
Alex Lazov  alex@game-viewer.org

===== Description =====

3D Model Researcher is the research program for binary files of 3D models. Model Researcher provides the opportunity to output and visualize data, which is read from the file by supplied parameters, and save it in the 3D format Obj. Program can be of great help in search of tables of data of vertices,
faces, texture coordinates and their indexes, normal vectors and their indexes in unknown 3D format. The main feature of program is output of arbitrary number of segments for each data unit, which allows searching data files with subsequent visualization.


The program was influenced by:
Model Inspector (http://forum.xentax.com/viewtopic.php?f=33&t=14648)
Hex2obj (http://forum.xentax.com/viewtopic.php?f=29&t=10894)


==== Keys ====

RMB - Camera movement
LMB - Camera rotation
RMB + Shift - Camera height
RMB + Ctrl - Camera zoom


==== Program page ====

http://mr.game-viewer.org/

==== Guide ====

http://mr.game-viewer.org/tutorial.php


Used libraries and software: 
 * Python (https://www.python.org/) - PSF LICENSE AGREEMENT
 * cx_Freeze (http://cx-freeze.sourceforge.net/) - PSF LICENSE AGREEMENT

 * pytkogl (https://github.com/arcanosam/pytkogl) - The Code Project Open License (CPOL) 1.02
 * NumPy (https://pypi.python.org/pypi/numpy) - BSD LICENSE
 * Pillow (https://pypi.python.org/pypi/Pillow/) - Apache License