I am trying to use a texture to add to my mask but it's only adding black or white to the mask, no gray in between. This results in very pixelated effects. I see no option to add any blur. It seems to depend on the texture. I tried another and it managed to extract some gray but there are still very hard white pixels…
Hi there! I'm the developer of a sci-fi ARPG and need 10-15 small portraits for some human ship crew characters. Required format: Head only, "passport photo" orientation. Displayed at a maximum of 200 x 200 pixels on screen. Semi-realistic digital art style (not pixel art or cartoon). Variety of ages, genders and…
Shape splatter haven't used FX maps last time I checked . It's pixel processors. Good lack finding how they work and finding exact input/variable responsible :) I guess ones you figured it out ( few hours or days later) it could be multiplied to grayscale image sampler from pixel processor nodes. I love how my favorite…
Objectively the pixels are light blue and a medium brown. Our brains do a lot of work to correct for changing color balance and mixed lighting conditions. Regardless of what the actual dress looks like- For me, the image appears to be of a white and gold dress sitting in shadow with a store that is illuminated by separate…
the 1d texture is a texture that has 1 pixel on one of the axes. So a texture with resolution of 700x1 for example. The dynamic 1d texture would be a render target that you would write on tick event in blueprints, assigning a color corresponding to a world coordinate to each pixel of the texture. The loop would be in the…
There is a lot to explain, but if I remember correctly (it has been a long time since I set up my material) you can achieve a subsurface mask by doing a lerp or linerinterpolate node and plugging a black and white mask in to the alpha input and your subsurface color into the A input and do a scalar parameter in the B input…
If you're rendering for a computer monitor, you'll probably want to keep the pixel ratio to 1. Make sure both the camera's property is set to this, along with the pass options (which usually overrides the camera properties until you manually set the custom settings you want). If you're actually rendering with a tv that…
by mouse you say!? I advice you look up using vector graphics or pixel art, a good start with these being ultra lowpoly. bar pixel art and vector graphics a graphics tablet is a must. If you want to give a graphics tablet a try it takes a week or 2 to get used to and there are plenty of budget tablets that should do well…
Great - thanks for the replies. I guess you're right, depends on the object thats being made. I think Ill stick to the normal base low poly mesh/photoshop/ndo2 workflow to see how that goes. One more question...and this is another total noob question, but I was looking at the Contests and Challenges section and the…
This is 100% expected behaviour. In simple terms, You’ve fixed a bunch of pixels on a texture to two triangles in absolute positions within them, and then changed the shape of those two triangles. The pixels won’t shift themselves off their assigned positions to suit your imagination. Hence the distortion. The only way to…