Creating fog (visually hidden environment)

Typically: "How do I... ", "How can I... " questions
Post Reply
ArthurS
Posts: 28
Joined: 25 Jul 2021, 20:00

Creating fog (visually hidden environment)

Post by ArthurS »

I am interested in how to create a fog for the user or something similar (which would not load the program - it already works in 1 thread and lags when adding more than 10 drones to the field. Apparently the work is going on on one processor core, so the computer is not loaded at all!)
As a result, a person should see a piece of the volumetric field that has already visited the work, the rest should be in a fog.(this is necessary to visualize the method of potential fields with lidar).

coppelia
Site Admin
Posts: 10336
Joined: 14 Dec 2012, 00:25

Re: Creating fog (visually hidden environment)

Post by coppelia »

Hello,

you are kind of limited in what you can do with fog. You can add fog for the whole scene, but it is not localized around a particular coordinate. If something like that is needed, then use a simplified shape (e.g. backface culled cuboid or sphere) that is semi-transparent.

Cheers

Post Reply