Interface MaterialView
- All Known Subinterfaces:
MaterialFinder
,RenderMaterial
public interface MaterialView
Getter methods for
RenderMaterial
(immutable) and MaterialFinder
(mutable).
Values returned by the getters may not necessarily be identical to those requested in the MaterialFinder
.
The renderer may choose different values that are sufficiently representative for its own processing.
-
Method Details
-
blendMode
BlendMode blendMode()- See Also:
-
disableColorIndex
boolean disableColorIndex()- See Also:
-
emissive
boolean emissive()- See Also:
-
disableDiffuse
boolean disableDiffuse()- See Also:
-
ambientOcclusion
TriState ambientOcclusion()- See Also:
-
glint
TriState glint()- See Also:
-
shadeMode
- See Also:
- API Note:
- The default implementation will be removed in the next breaking release.
-