Update colors

This commit is contained in:
schmelczerandras 2020-07-25 17:16:48 +02:00
parent 4ef6922da8
commit 9aef368324
8 changed files with 36 additions and 45 deletions

View file

@ -24,7 +24,7 @@ export const createDungeon = (objects: ObjectContainer) => {
Math.random() * 20 + 30,
vec3.scale(
vec3.create(),
vec3.normalize(vec3.create(), vec3.random(vec3.create())),
vec3.normalize(vec3.create(), vec3.fromValues(0.5, 0.1, 0.8)),
Math.random() * 0.5 + 0.5
)
)