@lexlazootin It is possible to apply textures on the models, but the performance will drop drastically. I made this engine to run using the CPU processing and it's codded in python, the performance never will be the same that engines that run using GPU processing and other languages like C/C++ .
What python IDE are you using on linux?
TheLizardGamer 7 months ago
@TheLizardGamer Geany - geany.org
MateusZitelli 7 months ago
So it's really not for anything then.
can you export this model?
lexlazootin 11 months ago
@lexlazootin The purpose of this project is be simple to visualize 3D data and be compatible with other scripts in python.
The program read .obj files, like the monkey head.
MateusZitelli 11 months ago
nice, do you know how to put textures in? because if you smooth the lighting and put textures over it thats some crazy quality!
lexlazootin 1 year ago
@lexlazootin It is possible to apply textures on the models, but the performance will drop drastically. I made this engine to run using the CPU processing and it's codded in python, the performance never will be the same that engines that run using GPU processing and other languages like C/C++ .
MateusZitelli 11 months ago