Class Raylib.MaterialMapIndex
java.lang.Object
com.raylib.Raylib.MaterialMapIndex
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Albedo material (same as: MATERIAL_MAP_DIFFUSE)static final int
Brdf materialstatic final int
Cubemap material (NOTE: Uses GL_TEXTURE_CUBE_MAP)static final int
Emission materialstatic final int
Heightmap materialstatic final int
Irradiance material (NOTE: Uses GL_TEXTURE_CUBE_MAP)static final int
Metalness material (same as: MATERIAL_MAP_SPECULAR)static final int
Normal materialstatic final int
Ambient occlusion materialstatic final int
Prefilter material (NOTE: Uses GL_TEXTURE_CUBE_MAP)static final int
Roughness 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()
-