class Models::Material

Defined in:

models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(colors : Hash(String, CrystalEdge::Vector3), dissolvance : Float64, maps : Hash(String, String), reflection : Hash(String, String)) #

[View source]
def self.new #

[View source]

Instance Method Detail

def colors : Hash(String, CrystalEdge::Vector3) #

[View source]
def colors=(colors : Hash(String, CrystalEdge::Vector3)) #

[View source]
def dissolvance : Float64 #

[View source]
def dissolvance=(dissolvance : Float64) #

[View source]
def maps : Hash(String, String) #

[View source]
def maps=(maps : Hash(String, String)) #

[View source]
def reflection : Hash(String, String) #

[View source]
def reflection=(reflection : Hash(String, String)) #

[View source]