Uses of Class
com.raylib.MaterialMap
Packages that use MaterialMap
-
Uses of MaterialMap in com.raylib
Methods in com.raylib that return MaterialMapModifier and TypeMethodDescriptionstatic MaterialMap
MaterialMap.allocateArray
(long elementCount) Allocate an array of MaterialMapstatic MaterialMap
MaterialMap.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of MaterialMapMaterial map colorMaterialMap.getArrayElement
(int index) Material.getMaps()
Material maps array (MAX_MATERIAL_MAPS)Material.maps()
Material maps array (MAX_MATERIAL_MAPS)Material map textureMaterialMap.value
(float value) Material map valueMethods in com.raylib with parameters of type MaterialMapModifier and TypeMethodDescriptionMaterial.maps
(MaterialMap value) Material maps array (MAX_MATERIAL_MAPS)void
Material.setMaps
(MaterialMap value) Material maps array (MAX_MATERIAL_MAPS)Constructors in com.raylib with parameters of type MaterialMapModifierConstructorDescriptionMaterial
(Shader shader, MaterialMap maps, float[] params) Construct with auto memory allocator and fields initialized as specifiedMaterial
(SegmentAllocator arena, Shader shader, MaterialMap maps, float[] params) Construct with your own memory allocator and fields initialized as specified