model batch untz untz untz

This commit is contained in:
2024-09-06 23:07:53 +10:00
parent 54ed81b15d
commit 34ec6f71eb
3 changed files with 69 additions and 24 deletions

View File

@ -1,5 +1,4 @@
public struct Material {
public struct Material: Hashable {
public var ambient: Color<Float>
public var diffuse: Color<Float>
public var specular: Color<Float>