Changeset fba08f2 in opengl-game for README.txt


Ignore:
Timestamp:
Aug 2, 2019, 4:15:02 AM (6 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
4f63fa8
Parents:
621664a
git-author:
Dmitry Portnoy <dmp1488@…> (08/02/19 04:01:00)
git-committer:
Dmitry Portnoy <dmp1488@…> (08/02/19 04:15:02)
Message:

Update vulkan-game.cpp to support texturing in the shader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    r621664a rfba08f2  
    8585
    8686make vulkangame && ./vulkangame
     87
     88REFERENCE
     89----------
     90
     91UV coords   0  u  1       x, y, z  -1  (untransformed z ranges from 0 to 1, glm::perspective seems to make the z range negative)
     92         0  ------->                ^
     93           |                        |
     94         v |                  -1    | 0   1
     95           |                  <-----|----->
     96         1 V                       /|
     97                                  / |
     98                                1   v
     99                                    1
Note: See TracChangeset for help on using the changeset viewer.