Skip to content

Commit

Permalink
revert moon shadow bias in spaceship 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
nir committed Dec 24, 2022
1 parent 72532eb commit 2b5335f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/12-spaceship-3d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"outputs": [],
"source": [
"moon = scene.meshes['Moon']\n",
"#moon.shadow_bias = 0.2"
"moon.shadow_bias = 0.2"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/spaceship_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
sun.shadowmaps_depths = [1., 0.12, 0.04, 0.015, 0.0]

moon = scene.meshes['Moon']
#moon.shadow_bias = 0.2
moon.shadow_bias = 0.2

camera = scene.cameras['Camera']

Expand Down

0 comments on commit 2b5335f

Please sign in to comment.