[SOLVED] Control the scene-stream distance in Armory?

Hey everyone,

I wanted to know if I can control the view distance of a scene in the scene-stream mode in Armory3D. The example file Armory3D Scene-Stream example gives a basic idea, but I do not know how to set a distance of the “far_plane”. Is it possible by nodes or with code.

Thanks in advance.

Hi.

I don’t know how to set the display distance when using a viewport camera, but when using a scene camera, you can change it with the following settings.
1

1 Like

Thank you very much.

That works.

I found an example of setting “far_plane” using Haxe. https://github.com/armory3d/armory_examples/tree/master/graphics_settings
Even if you press the play button, it does not work, but the Haxe code is helpful.