1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Added an experimental "far view" thing. Doesn't work exactly like it should and not suitable for real use yet, and might never be.

This commit is contained in:
Perttu Ahola 2011-06-07 22:08:16 +03:00
parent fdee31abf1
commit 72e742c24e
7 changed files with 386 additions and 5 deletions

View file

@ -58,8 +58,8 @@ void Clouds::OnRegisterSceneNode()
{
if(IsVisible)
{
SceneManager->registerNodeForRendering(this, scene::ESNRP_SOLID);
//SceneManager->registerNodeForRendering(this, scene::ESNRP_TRANSPARENT);
SceneManager->registerNodeForRendering(this, scene::ESNRP_SOLID);
}
ISceneNode::OnRegisterSceneNode();