The Skung Rockification of Ziggy Skungdust and the SIMD's
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import Foundation
|
||||
import Maths
|
||||
import OrderedCollections
|
||||
|
||||
|
||||
@ -25,6 +26,8 @@ public struct ObjModel
|
||||
|
||||
public struct ObjMaterial
|
||||
{
|
||||
var name: String
|
||||
|
||||
var model: IlluminationModel = .lambert
|
||||
var ambient: Colour = .black
|
||||
var diffuse: Colour = .white
|
||||
|
Reference in New Issue
Block a user