class

Models::Material

Inherits Reference < Object

Constructors

new(name : String, colors : Hash(String, CrystalEdge::Vector3), dissolvance : Float64, maps : Hash(String, String), reflection : Hash(String, String), specular_exponent : Float64, sharpness : Float64, optical_density : Float64)
Source
new(name : String, colors : Hash(String, CrystalEdge::Vector3), dissolvance : Float64, maps : Hash(String, String), reflection : Hash(String, String))
Source
new(name : String)
Source

Instance methods

colors
Source
colors=(colors : Hash(String, CrystalEdge::Vector3))
Source
dissolvance
Source
dissolvance=(dissolvance : Float64)
Source
maps
Source
maps=(maps : Hash(String, String))
Source
optical_density
Source
optical_density=(optical_density : Float64)
Source
reflection
Source
reflection=(reflection : Hash(String, String))
Source
sharpness
Source
sharpness=(sharpness : Float64)
Source
specular_exponent
Source
specular_exponent=(specular_exponent : Float64)
Source