Skip to content

Commit

Permalink
tweajj
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Feb 28, 2024
1 parent af85e97 commit 23221f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/playground/src/routes/instanced-sprite-ts/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ export const start = async () => {

csm = new CSM({
maxFar: 1000,
cascades: 2,
cascades: 3,
mode: 'practical',
parent: scene,
shadowMapSize: 2048,
lightDirection: new Vector3(0, -1, 3).normalize(),
camera: camera,
lightIntensity: 0.25,
lightIntensity: 0.35,
shadowBias: 0.0001
});

Expand All @@ -82,7 +82,7 @@ export const start = async () => {
animate();

function sceneSetup() {
const ambient = new AmbientLight('#ccccff', 0.09);
const ambient = new AmbientLight('#ddddff', 0.19);
scene.add(ambient);

const groundSize = 1000;
Expand Down
Binary file modified apps/playground/static/spritesDemo/floor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 23221f5

Please sign in to comment.