Skip to content

Commit

Permalink
fix DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsx-dev committed Jun 15, 2023
1 parent 6892377 commit 3915eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ All of these and also depth maps resolution have to be tuned depending the quali

```java
shadowLight = sceneManager.getFirstDirectionalShadowLight();
csm.setCascades(sceneManager, shadowLight, 1000f, 4f);
csm.setCascades(sceneManager.camera, shadowLight, 1000f, 4f);
...
sceneManager.update(delta);
sceneManager.render();
Expand Down

0 comments on commit 3915eef

Please sign in to comment.