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
- See Also:
- API Note:
- The default implementation will be removed in the next breaking release.
-
disableColorIndex
default boolean disableColorIndex()- See Also:
- API Note:
- The default implementation will be removed in the next breaking release.
-
emissive
default boolean emissive()- See Also:
- API Note:
- The default implementation will be removed in the next breaking release.
-
disableDiffuse
default boolean disableDiffuse()- See Also:
- API Note:
- The default implementation will be removed in the next breaking release.
-
ambientOcclusion
- See Also:
- API Note:
- The default implementation will be removed in the next breaking release.
-
glint
- See Also:
- API Note:
- The default implementation will be removed in the next breaking release.
-