Revert "In editor, instance DirectionalLight with an initial orientation"

This commit is contained in:
Giantblargg 2017-10-22 04:13:46 -06:00 committed by GitHub
parent 14b1741cbf
commit 0c5eba826c
1 changed files with 0 additions and 6 deletions

View File

@ -369,12 +369,6 @@ DirectionalLight::DirectionalLight()
set_shadow_depth_range(SHADOW_DEPTH_RANGE_STABLE);
blend_splits = false;
#ifdef TOOLS_ENABLED
if (Engine::get_singleton()->is_editor_hint())
// Create light with a default natural "sun" orientation in editor, instead of looking horizontally on X
set_rotation_in_degrees(Vector3(-50, 25, 30));
#endif
}
void OmniLight::set_shadow_mode(ShadowMode p_mode) {