Simple 3D Software

This is the final projects in the rendering course.
I created simple functions of 3D Software, the functions include:

  1. read obj files or create simple objects
  2. translate, rotate, scaling these objects separately
  3. read Img files as texture for each obj files or use color only.
  4. All functions above will be done by users through a simple GUI
  5. Do above functions directly on the screne

Try it yourself

  1. Click here to download the file directly
  2. Open cmd and move to the folder “build”
  3. Start “app.exe” file in folder “bin”

    For example:
    cd C:\Users\genius92606\Desktop\CGHW2\build
    start bin/app.exe
    

PDF

Demo video