Class 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
    • 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 class gl_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 class gl_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 class gl_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 class gl_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 class gl_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 class gl_render_pixel