Package org.sunflow.core
Interface AlphaShader
-
- All Superinterfaces:
RenderObject
,Shader
- All Known Implementing Classes:
AlphaDiffuseShader
,AlphaPhongShader
,AlphaShinyPhong
,AlphaTexturedDiffuse
,AlphaTexturedPhong
,AlphaTexturedShinyPhong
,TransparentShinyPhong
public interface AlphaShader extends Shader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getOpacity(ShadingState state)
-
Methods inherited from interface org.sunflow.core.RenderObject
update
-
Methods inherited from interface org.sunflow.core.Shader
getRadiance, scatterPhoton
-
-
-
-
Method Detail
-
getOpacity
Color getOpacity(ShadingState state)
-
-