Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: Przt014

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    562

    c++ public accessor method

    Hi,

    I have three private member variables for a camera class.
    Example

    float m_FOV, m_Near, m_Far;

    Now what I'm trying to create a public accessor method for them. Any ideas??

    Thanks
  2. Replies
    2
    Views
    396

    Re: 3DTextures + Conversion + C++

    managed to fix it so no worries.
  3. Replies
    2
    Views
    396

    3DTextures + Conversion + C++

    Hey All,

    I need some tips on how to convert float to integer.

    The other part of the code in my project is a water landscape and when I add the code below and compile it supposed to show sort...
Results 1 to 3 of 3