Package jgl.context
Class gl_feedback
- java.lang.Object
-
- jgl.context.gl_feedback
-
public class gl_feedback extends Object
gl_feedback is the FeedBack class of JavaGL 1.0.- Version:
- 0.1, 26 Feb 1997
- Author:
- Robin Bing-Yu Chen
-
-
Field Summary
Fields Modifier and Type Field Description float[]
Buffer
int
BufferCount
int
BufferSize
static int
FB_3D
static int
FB_4D
static int
FB_COLOR
static int
FB_INDEX
static int
FB_TEXTURE
int
Mask
int
Type
-
Constructor Summary
Constructors Constructor Description gl_feedback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write_feedback_token(float token)
void
write_feedback_vertex(float x, float y, float z, float w, int c)
-
-
-
Field Detail
-
FB_3D
public static final int FB_3D
- See Also:
- Constant Field Values
-
FB_4D
public static final int FB_4D
- See Also:
- Constant Field Values
-
FB_INDEX
public static final int FB_INDEX
- See Also:
- Constant Field Values
-
FB_COLOR
public static final int FB_COLOR
- See Also:
- Constant Field Values
-
FB_TEXTURE
public static final int FB_TEXTURE
- See Also:
- Constant Field Values
-
Type
public int Type
-
Mask
public int Mask
-
Buffer
public float[] Buffer
-
BufferSize
public int BufferSize
-
BufferCount
public int BufferCount
-
-