move some shared binds to a setup stage

This commit is contained in:
2024-09-06 23:54:23 +10:00
parent 34ec6f71eb
commit 2a11080eba
4 changed files with 41 additions and 74 deletions

View File

@ -1,3 +1,4 @@
//TODO: Sort, Blend
public struct Environment {
public var cullFace: Face
public var lightDirection: SIMD3<Float>