Dynamic Projector 4.7: Using DynamicProjector to realize environmental reflection
🕑 Added 2024-06-20 12:39:08 +0000 UTC
This update has brought a lot of practical new features! It is becoming an unparalleled scene artifact!
1. Now the image projected on the object can calculate the image intensity according to the normal of the object surface, so as to realize a better transition.
2. Projection intensity supports attenuation according to distance. And related parameters can be customized, which greatly improves the projection effect.


3. Add the function of projecting the camera picture. Just like in the video, a typical use scenario is the real-time environmental reflection used to make surfaces. Of course, I believe there are so many uses for it.
About performance optimization:
You can eliminate the redundant rendering objects by adjusting the far clipping plane of the camera.Proper clipping settings can improve performance.

4. The projection picture supports Gaussian blur.

Comments
PluginIdea
The essence has not changed, it is still the original projection function.You can project onto almost any scene object.Just changed the projected content into the camera view.
rabbit1qaz
i realise but its projected on surface right? so on mesh. and you write that it work with cua so. i like to know how (not in very detaile ) it work :)
PluginIdea
Yes, but personal feelings are not particularly necessary.This will also increase the complexity and reduce the flexibility of plug-ins.You can bind through father-son relationship, right?Or through a sub-scene.
PluginIdea
You just have to realize that this effect is achieved through projection.
rabbit1qaz
ok. so another idea. now its kinda many things to do to set it up. cant you make it easier so: 1) you add plugn to atom(receiver) you want to display on(eg sphere like in your movie, and it automaticaly add needed object (with that receiver name in name so creator know which one is for witch
rabbit1qaz
How does it work with more complex object than sphere? eg i want to set reflection on car
PluginIdea
You are right.
rabbit1qaz
does it work wit real fluid? i mean real fluid is set upon certain camera so it should not work with it couse there is only one camer to set in it.
Rezz
Dynamic Projector was an incredible tool before, and you keep making it better and better. Kudos!