mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 12:34:05 +09:00
orebfuscator impl
This commit is contained in:
@@ -445,6 +445,8 @@ class Cvec {
|
||||
)
|
||||
}
|
||||
|
||||
fun fastLum() = (3*r + 4*g + b)/8f
|
||||
|
||||
companion object {
|
||||
val WHITE = Cvec(1f, 1f, 1f, 1f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user