View Source Exray.Structs.MaterialMap (Exray v0.1.0)

Summary

Types

@type t() :: %Exray.Structs.MaterialMap{
  color: Exray.Structs.Color.t(),
  texture: Exray.Structs.Texture.t(),
  value: float()
}