mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
linearise block colours at generation time
This commit is contained in:
@ -112,7 +112,7 @@ public struct Chunk {
|
||||
|
||||
public enum BlockType: Equatable {
|
||||
case air
|
||||
case solid(_ color: Color<UInt8>)
|
||||
case solid(_ color: Color<Float16>)
|
||||
}
|
||||
|
||||
public struct Block {
|
||||
|
Reference in New Issue
Block a user