Ignore:
Timestamp:
Mar 2, 2006, 11:54:09 AM (19 years ago)
Author:
qiaow
Message:

Volume Class: wrapper of Texture3D. Don't have to deal with "OpenGL intensive" Texture3D class.
ColorMap? Class: wrapper of Texture1D. Don't have to deal with "OpenGL intensive" Texture1D class.
define.h: NVIS system wide defines. Hides OpenGL defined types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/vizservers/nanovis/Texture3D.h

    r251 r259  
    4646        void activate();
    4747        void deactivate();
    48         GLuint load_tex_data(float* data);
     48        GLuint initialize(float* data);
    4949        static void check_max_size();
    5050        static void check_max_unit();
Note: See TracChangeset for help on using the changeset viewer.