Class JoGLCapacity
java.lang.Object
org.scilab.forge.scirenderer.implementation.jogl.JoGLCapacity
This class store current OpenGl context capacity.
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionfloat[]
Return the aliased point size range.int
int
Return the number of available light.int
boolean
-
Method Details
-
getAliasedPointSizeRange
public float[] getAliasedPointSizeRange()Return the aliased point size range. The returned array had two elements.- Returns:
- the aliased point size range.
-
getLightNumber
public int getLightNumber()Return the number of available light.- Returns:
- the number of available light.
-
getClippingPlaneNumber
public int getClippingPlaneNumber() -
getMaximumTextureSize
public int getMaximumTextureSize() -
isAccumulationBufferPresent
public boolean isAccumulationBufferPresent()
-