class Models::Material
- Models::Material
- Reference
- Object
Defined in:
models.crConstructors
- .new(colors : Hash(String, CrystalEdge::Vector3), dissolvance : Float64, maps : Hash(String, String), reflection : Hash(String, String))
- .new
Instance Method Summary
- #colors : Hash(String, CrystalEdge::Vector3)
- #colors=(colors : Hash(String, CrystalEdge::Vector3))
- #dissolvance : Float64
- #dissolvance=(dissolvance : Float64)
- #maps : Hash(String, String)
- #maps=(maps : Hash(String, String))
- #reflection : Hash(String, String)
- #reflection=(reflection : Hash(String, String))
Constructor Detail
def self.new(colors : Hash(String, CrystalEdge::Vector3), dissolvance : Float64, maps : Hash(String, String), reflection : Hash(String, String))
#