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 MaterialMapMaterialMap.getArrayElement
(int index) Material.getMaps()
Material maps array (MAX_MATERIAL_MAPS)Material map colorMaterialMap.setTexture
(Texture value) Material map textureMaterialMap.setValue
(float value) Material map valueMethods in com.raylib with parameters of type MaterialMapModifier and TypeMethodDescriptionMaterial.setMaps
(MaterialMap value) Material maps array (MAX_MATERIAL_MAPS)Constructors in com.raylib with parameters of type MaterialMapModifierConstructorDescriptionMaterial
(Shader shader, MaterialMap maps, MemorySegment params) Construct with auto memory allocator and fields initialized as specifiedMaterial
(SegmentAllocator arena, Shader shader, MaterialMap maps, MemorySegment params) Construct with your own memory allocator and fields initialized as specified