Update colors
This commit is contained in:
parent
4ef6922da8
commit
9aef368324
8 changed files with 36 additions and 45 deletions
|
|
@ -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
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue