Hey guys! First post on polycount! I Wanted to share this piece, I hope you like it! Introduction I love games like Dead Island or Requisition VR. For this portfolio piece I wanted to get inspired by the crafty, impossible yet believable weapon designs of these games. What better than C4 attached to something like a…
Is it so that you could isolate certain objects from one another during baking contributions? In other words, you'd like to avoid bake-bleading if that makes sense. Something like this?
Hi, I have these mixer textures for terrain blending (images attached) and I’m curious how they’re made. Are they procedural (generated by code) or usually hand-painted? Any tips or references would be great. Thanks!
I would say the biggest problem for me is that the colour palette for this entire environment is a little dull at the moment? Although the scene is looking decently populated. Maybe switch up the colours on the leaves on your trees to have a slight blend towards yellow or blue greens on the odd leaves and same with the…
An overview of the blending technique commonly used: http://wiki.polycount.com/wiki/MultiTexture#Modulation_Blending Witcher 3 Blood and Wine architectural material shows a nice example. More examples: http://wiki.polycount.com/wiki/Modular_environments
@A_B Sorry for taking so long to respond. If haven't messed with this in some time because I was doing other things. As far as purely getting better vertex painting results (minus everything else I did here) there's this video which walks you through everything pretty well: https://www.youtube.com/watch?v=OPHnxGb6KHA That…
@Ashervisalis thanks! Glad you like it, I will keep updating it. Here is week 4 In this week we were focusing on the shader creation of our rocks. I wanted to experiment with the new experimental feature that was released in Unreal Engine 4.19 called Material Layers. We also needed to create rock pile assets to help smooth…
Thanks! Yeah, that’s exactly the idea — kind of a masking effect, like a white shark’s grey-white coloring. The goal is to make it blend and disappear at distance. I’m planning to add some organic elements and get those animated soon.
could be a 2 texture alpha blend, or a vertex color alpha blend for 2 textures.... vertex alpha (left) gives a smooth gradient blend dependent on vertex density, texture alpha blending can give much more variation in the blending and is independent of the vertex density
I have two simple boxes with different scale and different vertex colors. I am trying to blend them using the Morpher. The shapes can be correctly blended but the vertex colors don't change. It uses the base object vertex colors. How can I blend vertex colors with the morpher ? How can I use blend shapes with blending…