Hey guys, I have read through the thread and it's good to see that you have made progress with a decal technique which can be used in UE4. From what I've gathered you can now use the DBuffer material on a static mesh which will write only normal/roughness information into the render pass and gives realistic results. The…
fixed it:--2009 renderhjs.net/*I wrote this script for my bachelor project in order to render very high resolotions(print stuff) on low memory systems. Feel free to improve or share this script :)Hendrik-Jan*/SplitRender;( function update_settings = ( local c = SplitRender.splitcount.state; SplitRender.width.value =…
Re: tools most tools are by default click to activate. You can change tools to auto-activate though, so simply selecting the tool will make it active. This can be done from the tool pipeline, which by default layout is on the right hand side under the "lists" tab. That's also a good way to check what tools / constraints…
Modeling is one chapter. Quite a few polygon modeling tools in nearly all 3d modeling software requires quad topology to work. Edgeloop selection for example does not work well with tris or n-gons. So that's the thing that you need to learn first. Modeling with a useful topology. And there are plenty ways to achieve this.…