Package jgl.context.attrib.texture
Class gl_texture_img
- java.lang.Object
-
- jgl.context.attrib.texture.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 Summary
Fields Modifier and Type Field Description int
Border
GL_TEXTURE_BORDER: x-D texture image i's border widthint
Component
GL_TEXTURE_COMPONENTS: Texture image componentsint
Depth
GL_TEXTURE_DEPTH: x-D texture image i's depthint
DepthLog2
int
Height
GL_TEXTURE_HEIGHT: x-D texture image i's heightint
HeightLog2
gl_image
Image
int
MaxLog2
int
Width
GL_TEXTURE_WIDTH: x-D texture image i's widthint
WidthLog2
will delete the following
-
Constructor Summary
Constructors Constructor Description gl_texture_img(int border, gl_image data)
-
-
-
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
-
Image
public gl_image Image
-
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)
-
-