back wall gradient
Posted: Tue May 13, 2008 2:22 pm
Hi:
Simple question, I hope. Please explain to me how to show a simple gradient on the back wall, white on top, blue on the bottom. I've tried:
.Walls.Back.Gradient.Direction = gdBottomTop
.Walls.Back.Gradient.StartColor = RGB(255, 255, 255)
.Walls.Back.Gradient.EndColor = RGB(0, 0, 255)
.Walls.Back.Visible = True
.Walls.Back.Color = RGB(0, 0, 255)
.Walls.Back.AutoHide = True
.Walls.Back.Gradient.Visible = True
But it doesn't show anything.
Thanks,
Matt
Simple question, I hope. Please explain to me how to show a simple gradient on the back wall, white on top, blue on the bottom. I've tried:
.Walls.Back.Gradient.Direction = gdBottomTop
.Walls.Back.Gradient.StartColor = RGB(255, 255, 255)
.Walls.Back.Gradient.EndColor = RGB(0, 0, 255)
.Walls.Back.Visible = True
.Walls.Back.Color = RGB(0, 0, 255)
.Walls.Back.AutoHide = True
.Walls.Back.Gradient.Visible = True
But it doesn't show anything.
Thanks,
Matt