Package | Description |
---|---|
org.osm2world.core.target.jogl |
Modifier and Type | Method and Description |
---|---|
static JOGLRenderingParameters.Winding |
JOGLRenderingParameters.Winding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JOGLRenderingParameters.Winding[] |
JOGLRenderingParameters.Winding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JOGLRenderingParameters(JOGLRenderingParameters.Winding frontFace,
boolean wireframe,
boolean useZBuffer) |
JOGLRenderingParameters(JOGLRenderingParameters.Winding frontFace,
boolean wireframe,
boolean useZBuffer,
boolean drawBoundingBox,
boolean useShadowVolumes,
boolean useShadowMaps,
int shadowMapWidth,
int shadowMapHeight,
int shadowMapCameraFrustumPadding,
boolean useSSAO,
int SSAOkernelSize,
float SSAOradius,
boolean overwriteProjectionClippingPlanes) |