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

enable encoding and decoding texture coordinates #281

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

Commits on May 29, 2020

  1. enable encoding and decoding texture coordinates

    This update implements the ability to parse the texture coordinates from the C source and also to encode it back if it's present in the OBJ file.
    
    Also an improvement has been made to the parsing of the OBJ files in obj2c.py, and now the script doesn't rely on comments for identifying blocks of faces.
    arredondos authored May 29, 2020
    Configuration menu
    Copy the full SHA
    b285acd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

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

Commits on May 31, 2020

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

Commits on Jun 5, 2020

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