de.jreality.shader
Interface RenderingHintsShader
- All Superinterfaces:
- AttributeEntity
public interface RenderingHintsShader
- extends AttributeEntity
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
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)