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