This effect is called "3D anaglyph" (#292)

This commit is contained in:
SopaXorzTaker 2016-05-27 01:48:18 +03:00 committed by jacob1
parent ce55c8e58b
commit fbd75c6293

View File

@ -230,7 +230,7 @@ OptionsView::OptionsView():
depthTextbox->SetActionCallback(new DepthAction(this)); depthTextbox->SetActionCallback(new DepthAction(this));
AddComponent(depthTextbox); AddComponent(depthTextbox);
tempLabel = new ui::Label(ui::Point(depthTextbox->Position.X+depthTextbox->Size.X+3, depthTextbox->Position.Y), ui::Point(Size.X-28, 16), "\bg- Change the depth of the 3d glasses effect"); tempLabel = new ui::Label(ui::Point(depthTextbox->Position.X+depthTextbox->Size.X+3, depthTextbox->Position.Y), ui::Point(Size.X-28, 16), "\bg- Change the depth of the 3D anaglyph effect");
tempLabel->Appearance.HorizontalAlign = ui::Appearance::AlignLeft; tempLabel->Appearance.VerticalAlign = ui::Appearance::AlignMiddle; tempLabel->Appearance.HorizontalAlign = ui::Appearance::AlignLeft; tempLabel->Appearance.VerticalAlign = ui::Appearance::AlignMiddle;
AddComponent(tempLabel); AddComponent(tempLabel);