![]() |
#1
|
|||
|
|||
![]()
Under v2.12, when calling:
viz.clearcolor(1.0, 1.0, 1.0) viz.fog(0.2) I get a white background, but black fog? See attached file. |
#2
|
|||
|
|||
Hi,
To set the color of fog use the following command: Code:
viz.fogcolor(1.0,1.0,1.0) viz.fog(0.2) |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|