Use new library
This commit is contained in:
parent
060415cfd9
commit
ba7d4659ee
6 changed files with 35 additions and 19 deletions
|
|
@ -37,7 +37,7 @@ export class RainScene implements Scene {
|
|||
|
||||
this.renderer.setRuntimeSettings({
|
||||
ambientLight: vec3.fromValues(0.2, 0.2, 0.2),
|
||||
tileMultiplier: 10,
|
||||
tileMultiplier: 8,
|
||||
});
|
||||
|
||||
for (let i = 0; i < (canvas.getBoundingClientRect().width / 1000) * 20; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue