pythreejs中的雾未渲染

时间:2018-12-26 18:59:03

标签: python pythreejs

我似乎无法让FogFogExp2工作。下面的代码可以运行,但是在我的场景中什么也没做。

# set scene
scene = Scene(children=[ *spheres,
    *lines_, hover_point,
    DirectionalLight(color='#777777', position=[10,20,30]),
    DirectionalLight(color='#777777', position=[10,-20,-30]),
    AmbientLight(color='#ffffff'), FogExp2(color='#ffffff')
    ])

我也将其发布为issue on Github

0 个答案:

没有答案