- All Known Implementing Classes:
AvoidIntersection
,FluxRenderer
,LightModel
,LightModelD
,Raytracer
,Scanner
public interface Options
This simple interface is used to provide configuration options for
raytracing algorithms, e.g., a
Renderer
or
a light model.- Author:
- Ole Kniemeyer
-
Method Summary
-
Method Details
-
get
Returns the option value for the option identified bykey
. If no special value for the option is defined,defaultValue
is returned.- Parameters:
key
- identifier for optiondefaultValue
- default value of option- Returns:
- value of option named
key
-