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

Remove DrawPoints & DrawLines methods #3303

Merged
merged 10 commits into from Jan 6, 2015

Commits on Jan 2, 2015

  1. Copy the full SHA
    2793d7f View commit details
    Browse the repository at this point in the history
  2. Scope correctly

    fluffyfreak committed Jan 2, 2015
    Copy the full SHA
    8e29ecb View commit details
    Browse the repository at this point in the history
  3. Drawable Points

    fluffyfreak committed Jan 2, 2015
    Copy the full SHA
    95421cd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    098d355 View commit details
    Browse the repository at this point in the history
  5. GalacticView using Points, SpeedLines using Lines, WorldView constnes…

    …s, Bug Fix Drawables::Points
    fluffyfreak committed Jan 2, 2015
    Copy the full SHA
    9935b16 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2cc3390 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2ff79c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2015

  1. GuiTexturedQuad needs to have a uniform size and location then be tra…

    …nsformed into position per draw call.
    fluffyfreak committed Jan 4, 2015
    Copy the full SHA
    27463e3 View commit details
    Browse the repository at this point in the history
  2. Change Points to draw TRIANGLES instead of TRIANGLE_STRIP. Reset the …

    …VertexBuffer under a number of conditions. Don't not backface cull points.
    fluffyfreak committed Jan 4, 2015
    Copy the full SHA
    364af11 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e5b28b5 View commit details
    Browse the repository at this point in the history