Class JoGLParameters


  • public class JoGLParameters
    extends java.lang.Object
    Author:
    Pierre Lando
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.