3D_RENDER/ ├── input/ # Modelos .glb a serem renderizados └─ SUP-PCV207.glb #Arquivo inicial para testes ├── output/ # Imagens renderizadas organizadas por modelo └─ SUP-PCV207/ #Diretório criado pelo ...
Fix bugs or typos such as computing axis_length. Add tests about different styles of perspective projection matrix and related right/left hand coordinate system. Add visualization of ...