Update demo
This commit is contained in:
parent
984a22e4be
commit
5d0609b8b0
8 changed files with 119 additions and 60 deletions
|
|
@ -44,15 +44,7 @@ export class RainScene implements Scene {
|
|||
shaderCombinationSteps: [2],
|
||||
},
|
||||
],
|
||||
[
|
||||
vec3.fromValues(0.4, 1, 0.6),
|
||||
vec3.fromValues(1, 1, 0),
|
||||
vec3.fromValues(0.3, 1, 1),
|
||||
],
|
||||
{
|
||||
softShadowTraceCount: '32',
|
||||
hardShadowTraceCount: '16',
|
||||
}
|
||||
[vec3.fromValues(0.4, 1, 0.6), vec3.fromValues(1, 1, 0), vec3.fromValues(0.3, 1, 1)]
|
||||
);
|
||||
|
||||
this.renderer.setRuntimeSettings({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue