|
| | 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) |
| |
| 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...
|
| |
Definition at line 32 of file PointsDemo.java.
◆ PointsDemo() [1/2]
| com.jogamp.opengl.test.junit.jogl.demos.PointsDemo.PointsDemo |
( |
final int |
swapInterval | ) |
|
◆ PointsDemo() [2/2]
| com.jogamp.opengl.test.junit.jogl.demos.PointsDemo.PointsDemo |
( |
| ) |
|
◆ setPointParams()
| abstract void com.jogamp.opengl.test.junit.jogl.demos.PointsDemo.setPointParams |
( |
float |
minSize, |
|
|
float |
maxSize, |
|
|
float |
distAttenConst, |
|
|
float |
distAttenLinear, |
|
|
float |
distAttenQuadratic, |
|
|
float |
fadeThreshold |
|
) |
| |
|
abstract |
◆ setSmoothPoints()
| abstract void com.jogamp.opengl.test.junit.jogl.demos.PointsDemo.setSmoothPoints |
( |
boolean |
v | ) |
|
|
abstract |
The documentation for this class was generated from the following file: