Hello. I want to do material blending for painting a terrain in Unreal Engine, and I’ve done it using three materials and height lerp. My question is, since I’m doing this with RGB channels, I can’t use more than three materials. How can I use layer painting together with height lerp? I want to increase the number of…
[ QUOTE ] Ugh...it is quite apparent that I am hated by God by now. Ok so I realized part of the water wheel (that doesn't make any sense) was clipping into the castle, so I switched out of unwrap mode to go back to normal edit poly mode. Unfortunatly after doing that and going back to unwrap mode, none of the dimensions…
I'm kind of close to the end I think, I'm fixing some bugs and running renders through MRQ now so I should really catch up on the posts. Clothing creation was really problematic and I think one of the things I spent the most time on. There's a lot I could talk about but I guess I will focus on 2 things I realized: 1.…
Hello. I'm still relatively new to the game art world, and I seem to have a hit a brick wall in my learning. I'm posting this thread in hopes of getting a little insight. So here's my dilemma. I am self taught and my ultimate goal is to become an environment / level artist. Now I fully understand the amount of work it…
Also some parameters can be exposed within SD but can't be dynamic once published as sbsar. Some examples: - the shape in the shape graph and fxmaps - blending mode in blend node
Unity doesn't support features from SD6 yet, make sure to enable the SD5 compatibility mode in the preferences of SD to highlight any potential incompatible node in your graph.
Hey :) Just some things i've noticed which make the usage of the forum not as enjoyable as it could be: 1. Why is the Edit-Button hidden as ONLY entry in a sub-menu? That's not intuitive nor helpful. Why not just put "Edit" instead of the Gear-Icon? 2. GIF-Links are NOT previewed when looking at a post BUT - and this is…
Unless I misunderstood, couldn't you just use the Custom Node and put in "refraction" instead of making out the entire code manually? Same cost last I checked around.
in Blender you could do as many output nodes as you want and connect any other node directly to output and then switching in between outputs by selecting one. Bake this output if necessary. 2.8 has a cool feature of normalizing/clamping output to 0-1 . It makes editing node network using HDR values much more easy and with…
First issue: Shooting only once. You're using a "Pressed" type of event rather than a "Down" type of event. Inputs typically have 3 events. Pressed, Down, and Released. Pressed and Released fire only once, when the button is pressed or released respectively. Down continues to return true so long as the button is held.…