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
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 1Methods 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 Details
-
gl_render_point
-
-
Method Details
-
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
-