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

Summary

Types

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