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

Added option to not show back face of text #38

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

Commits on Jul 12, 2016

  1. Added option to not show back face of text

    Added an optional option to textcomponents, option.backface {bool}. 
    The extrusion of the text is set to 0 if user don't want back facing text
    Danielbook authored Jul 12, 2016
    Configuration menu
    Copy the full SHA
    b92652a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad6483 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

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

Commits on Jul 14, 2016

  1. Updated the functions frontface() and backface()

    Updated the functions to draw correct face of glyph mesh
    Danielbook authored Jul 14, 2016
    Configuration menu
    Copy the full SHA
    a94dbc7 View commit details
    Browse the repository at this point in the history
  2. Fixed bug

    For some reason, the backface has to be drawn before front face, or else the text gets all weird
    Danielbook authored Jul 14, 2016
    Configuration menu
    Copy the full SHA
    335eb83 View commit details
    Browse the repository at this point in the history