Results 1 to 4 of 4

Thread: ~0 as stencilmask?

  1. #1

    ~0 as stencilmask?

    how would i write the following in delphi?

    Code:
    glStencilMask(~0);
    http://3das.noeska.com - create adventure games without programming

  2. #2

    ~0 as stencilmask?

    glStencilMask(not 0);

  3. #3

    ~0 as stencilmask?

    ah thanks ! (stupid c++ shorts :evil: ) Maybe a thread could be made here listing such things... :idea:
    http://3das.noeska.com - create adventure games without programming

  4. #4
    There are only 10 types of people in this world; those who understand binary and those who don't.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •