mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-02 21:00:57 +00:00
8 lines
160 B
Swift
8 lines
160 B
Swift
|
|
public struct Material {
|
|
public var ambient: Color<Float>
|
|
public var diffuse: Color<Float>
|
|
public var specular: Color<Float>
|
|
public var gloss: Float
|
|
}
|