This effect is called "3D anaglyph" (#292)
This commit is contained in:
parent
ce55c8e58b
commit
fbd75c6293
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user