JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.demos.PointsDemo Class Referenceabstract
Inheritance diagram for com.jogamp.opengl.demos.PointsDemo:
Collaboration diagram for com.jogamp.opengl.demos.PointsDemo:

Public Member Functions

 PointsDemo (final int swapInterval)
 
 PointsDemo ()
 
abstract void setSmoothPoints (boolean v)
 
abstract void setPointParams (float minSize, float maxSize, float distAttenConst, float distAttenLinear, float distAttenQuadratic, float fadeThreshold)
 
- Public Member Functions inherited from com.jogamp.opengl.GLEventListener
void init (GLAutoDrawable drawable)
 Called by the drawable immediately after the OpenGL context is initialized. More...
 
void dispose (GLAutoDrawable drawable)
 Notifies the listener to perform the release of all OpenGL resources per GLContext, such as memory buffers and GLSL programs. More...
 
void display (GLAutoDrawable drawable)
 Called by the drawable to initiate OpenGL rendering by the client. More...
 
void reshape (GLAutoDrawable drawable, int x, int y, int width, int height)
 Called by the drawable during the first repaint after the component has been resized. More...
 

Detailed Description

Definition at line 32 of file PointsDemo.java.

Constructor & Destructor Documentation

◆ PointsDemo() [1/2]

com.jogamp.opengl.demos.PointsDemo.PointsDemo ( final int  swapInterval)

Definition at line 36 of file PointsDemo.java.

◆ PointsDemo() [2/2]

com.jogamp.opengl.demos.PointsDemo.PointsDemo ( )

Definition at line 40 of file PointsDemo.java.

Member Function Documentation

◆ setPointParams()

abstract void com.jogamp.opengl.demos.PointsDemo.setPointParams ( float  minSize,
float  maxSize,
float  distAttenConst,
float  distAttenLinear,
float  distAttenQuadratic,
float  fadeThreshold 
)
abstract

◆ setSmoothPoints()

abstract void com.jogamp.opengl.demos.PointsDemo.setSmoothPoints ( boolean  v)
abstract

The documentation for this class was generated from the following file: