优化:改善布局中的亮度

pull/1792/MERGE
ChenX 3 years ago
parent 9b6bd93870
commit b4dcfe73eb

@ -864,7 +864,7 @@ export class Viewer
{
if (en instanceof ViewportEntity && en.Id && !en.IsErase && en.Db)
{
en.scene.add(new AmbientLight(0xffffff, 3));
en.scene.add(new AmbientLight(0xffffff, 1.5));
if (en.IsFirstVersion)
{

Loading…
Cancel
Save