Above images are not the " final out render(not the projector(node)) ", just from “camera(node)”, i already build a 3d model(using mesh not the surface) by blender, and i using “Projection.fx” inside of the “[how to project on 3d geometry(360deg](https://vvvv.org/documentation/how-to-project-on-3d-geometry(360deg) projection setup)” to make my desire images(Dx9Texture) projection on the 3d model Mesh even concave surface.
My desire projection is red rectangular field and projection texture on concave surface of 3d model always distort i can’t fix it.
Not so easy to understand what you are trying to do (by the way you should really try to keep it a little be cleaner when you post patches in the forum so it is easier for the rest to help you). Anyway from what I can see you should first detach any texture and just send a simple shader to the projector node, then use a Fill node set to Wireframe to see the topology of your mesh and work your settings in the projector node so that you get a proper mapping of the real object.
The projection nodes you are using are not meant to be used in the basic mapping setup, you can use them to project a texture onto your mesh but they are not meant to be used as mapping tool, just as texturizing tools.
S.
Hi
now I can see your patch, it looks much better when i can see the whole… anyway as I wrote you try first to map your mesh, it may be useful to subdivide vertically those side walls. Remember also to do the proper UV unwrap in blender so it is easier to send textures in your shaders.
I also see that this is a multi projector project and that you also have a floor.
About multi projection consider that you need to create (or spread) a projector node for each renderer
About the floor consider that if you need more than one projector to cover it, you either have to do some magic or rely on spatial-edge-blend-shader which I never used cause I relayed on some mesh trickery on a similar project.
See the attached patch as a starting point, if I ve understood that right you don t really need the projection node.