revert moon shadow bias in spaceship 3d

master v0.8.9
Nir Aides 2022-12-24 18:05:37 +02:00
parent 72532eb7b3
commit 2b5335f90e
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@
"outputs": [],
"source": [
"moon = scene.meshes['Moon']\n",
"#moon.shadow_bias = 0.2"
"moon.shadow_bias = 0.2"
]
},
{

View File

@ -63,7 +63,7 @@ sun = scene.lights['Light.Sun']
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']