Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of Chapter 3 Part 1: Model Loading #76

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    ef752ef View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    2c4e290 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    b0fc78f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    9b68ec0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Removed extra Using directives. Added and cleaned up comments. Update…

    …d CursorGrabbed to CusorState. Updated assimp matrix conversion comment to reflect column-major state.
    adamsmith1990 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    08c48ec View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Simplified the Model constructor to not have the extraneous LoadModel…

    …() method. Made a few minor changes to comments to help the code be more in line with the online tutorial.
    adamsmith1990 committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    109cba9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Changed method for drawing the meshes to avoid inefficient abstractio…

    …n per NogginBops request.
    adamsmith1990 committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    8567a66 View commit details
    Browse the repository at this point in the history