Class gl_texture_img


  • public class gl_texture_img
    extends Object
    gl_texture_img is the texturing x-D texture image at LOD i class of jGL 2.4.
    Version:
    0.3, 3 Dec 2001
    Author:
    Robin Bing-Yu Chen
    • Field Detail

      • Width

        public int Width
        GL_TEXTURE_WIDTH: x-D texture image i's width
      • Height

        public int Height
        GL_TEXTURE_HEIGHT: x-D texture image i's height
      • Depth

        public int Depth
        GL_TEXTURE_DEPTH: x-D texture image i's depth
      • Border

        public int Border
        GL_TEXTURE_BORDER: x-D texture image i's border width
      • Component

        public int Component
        GL_TEXTURE_COMPONENTS: Texture image components
      • WidthLog2

        public int WidthLog2
        will delete the following
      • HeightLog2

        public int HeightLog2
      • DepthLog2

        public int DepthLog2
      • MaxLog2

        public int MaxLog2
    • Constructor Detail

      • gl_texture_img

        public gl_texture_img​(int border,
                              gl_image data)