From looking at this it seemed as though are missing some knowledge about the blend node. Up top I simplified your graph by using the one blend node to take in your mask (the checker pattern) and have it display your horizontal wood slats in the white areas of your mask by plugging it into the top input. Then you can…
Ok, so me and my friend are two modellers and we are working on our own Ipod game. However, neither of us can code/program which leads me to my main question: Which engine should we use? UDK looks promising and has a node based events system to aid our lack of coding, however it might be a bit too much for a game that has…
I made a filter that takes any position map you want and turns it into a fully voxelized and raytraced scene, as a joke https://www.youtube.com/watch?v=hkTwYULRlUM Artstation Post https://www.artstation.com/artwork/0nQ2XG
I have my custom split texture node. like splitting one master file 2x2k into several vertical stripes like 256x2k or 64x2k etc. that does pixel precise splitting . It requires a special sizelog integer2 connection from master image node to splitting nodes that tells the splitting node the initial size of the master one.…
*** SOLVED *** So thanks to my team member Ryan Manning he has figured this issue out! So for anyone else trying to fix this issue were is what you need to know: From CryDocs: "CRYENGINE will automatically try to replace physics proxies with parametric primitives by comparing the proxy geometry against the supported…
klunk is completely correct about needing a full vector field - the data has to be continuous and smooth or all manner of stupid shit happens in the gaps the best "don't need to write a special tool approach" I've found is to use a hair sim, apply a material that writes out the derivatives along each hair (arnold has a…
you can scale the UVs going into a maya texture node and indeed that data will not be passed through when the model is exported. in principle, if you apply the same transform to UVs plugged into a texture sampler in unreal it should give you the same result - if there's a difference it could be a few things - the texture…
I know theirs a few, I'll see if I can dig them up later. till then here's some of my notes from when I was learning it, some of it may be off but I've tried to update it to some degree (incoming wall of text): MAYA Notes Basics Menu names: 1st down (menu type) = Status line 2nd down (Tabs) = Shelf Left = Toolbox Spacebar…