org.scilab.forge.scirenderer.implementation.jogl
Class JoGLParameters

java.lang.Object
  extended by org.scilab.forge.scirenderer.implementation.jogl.JoGLParameters

public class JoGLParameters
extends java.lang.Object

Author:
Pierre Lando

Method Summary
 boolean useDisplayList()
          Use display list.
 boolean usePointSprite()
          Use point sprite.
 boolean useVBO()
          Use VBO.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

useDisplayList

public boolean useDisplayList()
Use display list.

Returns:
true if use display list.

useVBO

public boolean useVBO()
Use VBO.

Returns:
true if use VBO.

usePointSprite

public boolean usePointSprite()
Use point sprite.

Returns:
true if use point sprite.