Class Raylib.MaterialMapIndex
java.lang.Object
com.raylib.Raylib.MaterialMapIndex
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAlbedo material (same as: MATERIAL_MAP_DIFFUSE)static final intBrdf materialstatic final intCubemap material (NOTE: Uses GL_TEXTURE_CUBE_MAP)static final intEmission materialstatic final intHeightmap materialstatic final intIrradiance material (NOTE: Uses GL_TEXTURE_CUBE_MAP)static final intMetalness material (same as: MATERIAL_MAP_SPECULAR)static final intNormal materialstatic final intAmbient occlusion materialstatic final intPrefilter material (NOTE: Uses GL_TEXTURE_CUBE_MAP)static final intRoughness material -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MATERIAL_MAP_ALBEDO
public static final int MATERIAL_MAP_ALBEDOAlbedo material (same as: MATERIAL_MAP_DIFFUSE)- See Also:
-
MATERIAL_MAP_METALNESS
public static final int MATERIAL_MAP_METALNESSMetalness material (same as: MATERIAL_MAP_SPECULAR)- See Also:
-
MATERIAL_MAP_NORMAL
public static final int MATERIAL_MAP_NORMALNormal material- See Also:
-
MATERIAL_MAP_ROUGHNESS
public static final int MATERIAL_MAP_ROUGHNESSRoughness material- See Also:
-
MATERIAL_MAP_OCCLUSION
public static final int MATERIAL_MAP_OCCLUSIONAmbient occlusion material- See Also:
-
MATERIAL_MAP_EMISSION
public static final int MATERIAL_MAP_EMISSIONEmission material- See Also:
-
MATERIAL_MAP_HEIGHT
public static final int MATERIAL_MAP_HEIGHTHeightmap material- See Also:
-
MATERIAL_MAP_CUBEMAP
public static final int MATERIAL_MAP_CUBEMAPCubemap material (NOTE: Uses GL_TEXTURE_CUBE_MAP)- See Also:
-
MATERIAL_MAP_IRRADIANCE
public static final int MATERIAL_MAP_IRRADIANCEIrradiance material (NOTE: Uses GL_TEXTURE_CUBE_MAP)- See Also:
-
MATERIAL_MAP_PREFILTER
public static final int MATERIAL_MAP_PREFILTERPrefilter material (NOTE: Uses GL_TEXTURE_CUBE_MAP)- See Also:
-
MATERIAL_MAP_BRDF
public static final int MATERIAL_MAP_BRDFBrdf material- See Also:
-
-
Constructor Details
-
MaterialMapIndex
public MaterialMapIndex()
-