Skip to content
New issue

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

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

Already on GitHub? # to your account

Add ALL_CAM_COORDS flag to render camera coordinates. #71

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

Commits on Sep 3, 2019

  1. Add ALL_CAM_COORDS flag to render camera coordinates.

    - Defines NO_LIGHTS and NO_MATERIALS which are subsets of DEPTH_ONLY.
    - Replace DEPTH_ONLY with NO_LIGHTS and NO_MATERIALS in places.
    - Add ALL_CAM_COORDS.
    
    This cam be easily extended to render other things such as per-pixel
    normals etc. or world-space coordinates.
    
    It would be nice to have a more general way to just pass in a custom
    shader but this was the easiest to do for now.
    Keunhong Park committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    0e37514 View commit details
    Browse the repository at this point in the history
  2. .

    Keunhong Park committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    b520bd8 View commit details
    Browse the repository at this point in the history