Update to match updated library
This commit is contained in:
parent
90aa5f94e2
commit
840683056c
2 changed files with 4 additions and 5 deletions
|
|
@ -50,9 +50,8 @@ export class RainScene implements Scene {
|
|||
vec3.fromValues(0.3, 1, 1),
|
||||
],
|
||||
{
|
||||
enableStopwatch: false,
|
||||
softShadowTraceCount: '64',
|
||||
hardShadowTraceCount: '32',
|
||||
softShadowTraceCount: '32',
|
||||
hardShadowTraceCount: '16',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue