Package jgl.context.render.pixel
Class gl_render_point
- java.lang.Object
-
- jgl.context.render.pixel.gl_render_pixel
-
- jgl.context.render.pixel.gl_render_point
-
public class gl_render_point extends gl_render_pixel
gl_render_point is the point rendering class of JavaGL 2.1.- Version:
- 0.2, 28 Nov 1999
- Author:
- Robin Bing-Yu Chen
-
-
Field Summary
-
Fields inherited from class jgl.context.render.pixel.gl_render_pixel
CC
-
-
Constructor Summary
Constructors Constructor Description gl_render_point(gl_context cc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
put_pixel(int x, int y, float s, float t, float r)
Draw a texturing point for GL_POINTS with size other than 1void
put_pixel(int x, int y, float z, float s, float t, float r)
Draw a texturing point for GL_POINTS with size other than 1void
put_pixel(int x, int y, float w, float s, float t, float r, float dsdx, float dsdy, float dtdx, float dtdy, float drdx, float drdy)
Draw a mip-mapping point for GL_POINTS with size other than 1void
put_pixel(int x, int y, float z, float w, float s, float t, float r, float dsdx, float dsdy, float dtdx, float dtdy, float drdx, float drdy)
Draw a mip-mapping point for GL_POINTS with size other than 1void
put_pixel(int x, int y, float z, int color)
Draw a point for GL_POINTS with size other than 1void
put_pixel(int x, int y, int color)
Draw a point for GL_POINTS with size other than 1-
Methods inherited from class jgl.context.render.pixel.gl_render_pixel
debug_color_to_console, init, light_pixel, light_pixel, put_pixel, put_pixel, put_pixel, put_pixel, put_pixel, put_pixel, put_pixel, put_pixel, put_pixel, put_pixel, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index, put_pixel_by_index
-
-
-
-
Constructor Detail
-
gl_render_point
public gl_render_point(gl_context cc)
-
-
Method Detail
-
put_pixel
public void put_pixel(int x, int y, int color)
Draw a point for GL_POINTS with size other than 1- Overrides:
put_pixel
in classgl_render_pixel
-
put_pixel
public void put_pixel(int x, int y, float z, int color)
Draw a point for GL_POINTS with size other than 1- Overrides:
put_pixel
in classgl_render_pixel
-
put_pixel
public void put_pixel(int x, int y, float s, float t, float r)
Draw a texturing point for GL_POINTS with size other than 1- Overrides:
put_pixel
in classgl_render_pixel
-
put_pixel
public void put_pixel(int x, int y, float z, float s, float t, float r)
Draw a texturing point for GL_POINTS with size other than 1- Overrides:
put_pixel
in classgl_render_pixel
-
put_pixel
public void put_pixel(int x, int y, float w, float s, float t, float r, float dsdx, float dsdy, float dtdx, float dtdy, float drdx, float drdy)
Draw a mip-mapping point for GL_POINTS with size other than 1- Overrides:
put_pixel
in classgl_render_pixel
-
put_pixel
public void put_pixel(int x, int y, float z, float w, float s, float t, float r, float dsdx, float dsdy, float dtdx, float dtdy, float drdx, float drdy)
Draw a mip-mapping point for GL_POINTS with size other than 1- Overrides:
put_pixel
in classgl_render_pixel
-
-