Package jgl.gle
Class gle_context
java.lang.Object
jgl.context.gl_object
jgl.context.gl_context
jgl.gle.gle_context
gle_context is the extension context class of jGL 2.5.
- Version:
- 0.1, 30 Dec 2002
- Author:
- Robin Bing-Yu Chen
-
Field Summary
Fields inherited from class jgl.context.gl_context
AttribStack, ColorBuffer, CR, Current, DepthBuffer, EyeCoord, EyeNormal, Feedback, IdentityTexMat, Lighting, LINE_WIDTH_GRANULARITY, ListBase, ListGroup, ListIndex, ListMode, MAX_3D_TEXTURE_LEVELS, MAX_3D_TEXTURE_SIZE, MAX_CLIP_PLANES, MAX_EVAL_ORDER, MAX_LIGHTS, MAX_LINE_SIZE, MAX_NAME_STACK_DEPTH, MAX_POINT_SIZE, MAX_TEXTURE_LEVELS, MAX_TEXTURE_SIZE, MIN_LINE_SIZE, MIN_POINT_SIZE, ModelViewInv, ModelViewInvValid, ModelViewMatrix, ModelViewStack, Pixel, POINT_SIZE_GRANULARITY, ProjectionMatrix, ProjectionStack, Raster, Select, StencilBuffer, TexList, Texture, TextureMatrix, TextureStack, Transform, Viewport
Fields inherited from class jgl.context.gl_object
DBflag, debug, ErrorValue, Eval, IDENTITY, Mode, RenderMode, throwExceptionOnGLError
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
ColorTransformation
(float[] coord, float[] normal) void
gl_shade_model
(int mode) Methods inherited from class jgl.context.gl_context
ColorTransformation, gl_begin, gl_bind_texture, gl_blend_func, gl_call_list, gl_call_offset, gl_clear_color, gl_clear_color_buffer, gl_clear_depth, gl_clear_depth_buffer, gl_clear_stencil, gl_clear_stencil_buffer, gl_clip_plane, gl_color, gl_color_mask, gl_color_material, gl_copy_color_pixels, gl_copy_depth_pixels, gl_copy_stencil_pixels, gl_cull_face, gl_delete_lists, gl_delete_textures, gl_depth_func, gl_depth_mask, gl_depth_range, gl_draw_color_pixels, gl_draw_depth_pixels, gl_draw_index_pixels, gl_draw_stencil_pixels, gl_enable, gl_end, gl_end_list, gl_eval_point_1, gl_eval_point_2, gl_feedback_buffer, gl_front_face, gl_gen_lists, gl_gen_textures, gl_get_clip_plane, gl_get_light, gl_get_material, gl_get_tex_image, gl_index, gl_init_names, gl_initialize_context, gl_initialize_context, gl_is_enabled, gl_is_list, gl_is_texture, gl_light, gl_light_model, gl_line_stipple, gl_line_width, gl_list_base, gl_load_identity_matrix, gl_load_matrix, gl_load_name, gl_map_1, gl_map_2, gl_map_grid_1, gl_map_grid_2, gl_material, gl_matrix_mode, gl_mult_matrix, gl_new_list, gl_normal, gl_pass_through, gl_pixel_store, gl_pixel_transfer, gl_point_size, gl_polygon_mode, gl_polygon_stipple, gl_pop_attrib, gl_pop_matrix, gl_pop_name, gl_push_attrib, gl_push_matrix, gl_push_name, gl_raster_pos, gl_read_color_pixels, gl_read_depth_pixels, gl_read_index_pixels, gl_read_stencil_pixels, gl_render_mode, gl_rotate, gl_scale, gl_select_buffer, gl_stencil_func, gl_stencil_mask, gl_stencil_op, gl_tex_coord, gl_tex_env_f, gl_tex_env_i, gl_tex_gen_f, gl_tex_gen_i, gl_tex_image_1d, gl_tex_image_2d, gl_tex_image_3d, gl_tex_parameter, gl_tex_sub_image_1d, gl_tex_sub_image_2d, gl_tex_sub_image_3d, gl_translate, gl_vertex, gl_viewport, ModelViewTransformation, NormalTransformation, PerspectiveDivision, TextureTransformation, VertexTransformation
Methods inherited from class jgl.context.gl_object
errorCodeToString, get_rotate, get_scale, get_translate, getThrowExceptionOnGLError, gl_error, gl_eval_coord_1, gl_eval_coord_2, gl_eval_mesh_1, gl_eval_mesh_2, setThrowExceptionOnGLError
-
Constructor Details
-
gle_context
public gle_context()
-
-
Method Details
-
ColorTransformation
public int ColorTransformation(float[] coord, float[] normal) -
gl_shade_model
public void gl_shade_model(int mode) - Overrides:
gl_shade_model
in classgl_context
-