Simple 3D Software
This is the final projects in the rendering course.
I created simple functions of 3D Software, the functions include:
- read obj files or create simple objects
- translate, rotate, scaling these objects separately
- read Img files as texture for each obj files or use color only.
- All functions above will be done by users through a simple GUI
- Do above functions directly on the screne
Try it yourself
- Click here to download the file directly
- Open cmd and move to the folder “build”
- Start “app.exe” file in folder “bin”
For example:cd C:\Users\genius92606\Desktop\CGHW2\build start bin/app.exe