de.jreality.shader
Interface RenderingHintsShader

All Superinterfaces:
AttributeEntity

public interface RenderingHintsShader
extends AttributeEntity


Field Summary
static boolean ANY_DISPLAY_LISTS_DEFAULT
           
static boolean BACK_FACE_CULLING_DEFAULT
           
static Object CREATE_DEFAULT
           
static Class DEFAULT_ENTITY
           
static double DEPTH_FUDGE_FACTOR_DEFAULT
           
static boolean FLIP_NORMALS_DEFAULT
           
static boolean IGNORE_ALPHA0_DEFAULT
           
static double LEVEL_OF_DETAIL_DEFAULT
           
static boolean LIGHTING_ENABLED_DEFAULT
           
static boolean LOCAL_LIGHT_MODEL_DEFAULT
           
static boolean OPAQUE_TUBES_AND_SPHERES_DEFAULT
           
static boolean SEPARATE_SPECULAR_DEFAULT
           
static boolean TRANSPARENCY_ENABLED_DEFAULT
           
static boolean Z_BUFFER_ENABLED_DEFAULT
           
 
Method Summary
 Boolean getAnyDisplayLists()
           
 Boolean getBackFaceCulling()
           
 Double getDepthFudgeFactor()
           
 Boolean getFlipNormals()
           
 Boolean getIgnoreAlpha0()
           
 Double getLevelOfDetail()
           
 Boolean getLightingEnabled()
           
 Boolean getLocalLightModel()
           
 Boolean getOpaqueTubesAndSpheres()
           
 Boolean getSeparateSpecularColor()
           
 Boolean getTransparencyEnabled()
           
 Boolean getZBufferEnabled()
           
 void setAnyDisplayLists(Boolean d)
           
 void setBackFaceCulling(Boolean d)
           
 void setDepthFudgeFactor(Double d)
           
 void setFlipNormals(Boolean d)
           
 void setIgnoreAlpha0(Boolean d)
           
 void setLevelOfDetail(Double d)
           
 void setLightingEnabled(Boolean b)
           
 void setLocalLightModel(Boolean d)
           
 void setOpaqueTubesAndSpheres(Boolean d)
           
 void setSeparateSpecularColor(Boolean b)
           
 void setTransparencyEnabled(Boolean d)
           
 void setZBufferEnabled(Boolean d)
           
 

Field Detail

DEFAULT_ENTITY

static final Class DEFAULT_ENTITY

CREATE_DEFAULT

static final Object CREATE_DEFAULT

LIGHTING_ENABLED_DEFAULT

static final boolean LIGHTING_ENABLED_DEFAULT
See Also:
Constant Field Values

TRANSPARENCY_ENABLED_DEFAULT

static final boolean TRANSPARENCY_ENABLED_DEFAULT
See Also:
Constant Field Values

Z_BUFFER_ENABLED_DEFAULT

static final boolean Z_BUFFER_ENABLED_DEFAULT
See Also:
Constant Field Values

IGNORE_ALPHA0_DEFAULT

static final boolean IGNORE_ALPHA0_DEFAULT
See Also:
Constant Field Values

ANY_DISPLAY_LISTS_DEFAULT

static final boolean ANY_DISPLAY_LISTS_DEFAULT
See Also:
Constant Field Values

BACK_FACE_CULLING_DEFAULT

static final boolean BACK_FACE_CULLING_DEFAULT
See Also:
Constant Field Values

OPAQUE_TUBES_AND_SPHERES_DEFAULT

static final boolean OPAQUE_TUBES_AND_SPHERES_DEFAULT
See Also:
Constant Field Values

LOCAL_LIGHT_MODEL_DEFAULT

static final boolean LOCAL_LIGHT_MODEL_DEFAULT
See Also:
Constant Field Values

SEPARATE_SPECULAR_DEFAULT

static final boolean SEPARATE_SPECULAR_DEFAULT
See Also:
Constant Field Values

FLIP_NORMALS_DEFAULT

static final boolean FLIP_NORMALS_DEFAULT
See Also:
Constant Field Values

LEVEL_OF_DETAIL_DEFAULT

static final double LEVEL_OF_DETAIL_DEFAULT
See Also:
Constant Field Values

DEPTH_FUDGE_FACTOR_DEFAULT

static final double DEPTH_FUDGE_FACTOR_DEFAULT
See Also:
Constant Field Values
Method Detail

getLightingEnabled

Boolean getLightingEnabled()

setLightingEnabled

void setLightingEnabled(Boolean b)

getTransparencyEnabled

Boolean getTransparencyEnabled()

setTransparencyEnabled

void setTransparencyEnabled(Boolean d)

getZBufferEnabled

Boolean getZBufferEnabled()

setZBufferEnabled

void setZBufferEnabled(Boolean d)

getIgnoreAlpha0

Boolean getIgnoreAlpha0()

setIgnoreAlpha0

void setIgnoreAlpha0(Boolean d)

getLocalLightModel

Boolean getLocalLightModel()

setLocalLightModel

void setLocalLightModel(Boolean d)

getSeparateSpecularColor

Boolean getSeparateSpecularColor()

setSeparateSpecularColor

void setSeparateSpecularColor(Boolean b)

getAnyDisplayLists

Boolean getAnyDisplayLists()

setAnyDisplayLists

void setAnyDisplayLists(Boolean d)

getBackFaceCulling

Boolean getBackFaceCulling()

setBackFaceCulling

void setBackFaceCulling(Boolean d)

getFlipNormals

Boolean getFlipNormals()

setFlipNormals

void setFlipNormals(Boolean d)

getOpaqueTubesAndSpheres

Boolean getOpaqueTubesAndSpheres()

setOpaqueTubesAndSpheres

void setOpaqueTubesAndSpheres(Boolean d)

getLevelOfDetail

Double getLevelOfDetail()

setLevelOfDetail

void setLevelOfDetail(Double d)

getDepthFudgeFactor

Double getDepthFudgeFactor()

setDepthFudgeFactor

void setDepthFudgeFactor(Double d)