I'll have to thoroughly check out that plugin. Thanks! The effect I'm going for is what you can do at the shader level in any game engine in one line as well as in Substance Designer's pixel processor which functions just like shader code. Essentially, the max equivalent of "tex2D(MyTexture, uvs)" where you can custom…
You need to use the execute command to assemble a string to evaluate. You will also need to pass "height" as a string - currently you're trying to pass it as a variable, therefore it will end up passing undefined at the moment (unless you defined height as a string value of "height" earlier in the code, which seems…
Yeah... I sometime have the same problem with lightmap... Deleting node and ctrl+Z will finally update the preview in the viewport. But this really random and depend of the connection on my multi layered material... You can also add this command on a shortcut to reload automatically all textures files in your scene. It…
Fine work Rens. I actually like the head, only minor crit for the head is that the nose/eyes half of the face looks longer than the nose/chin half of the face, maybe? But it gives her character, so I don't know. Awesome work anyways!
I beat the game last night. I actually found the ending to be fairly appealing. It wasn't quite as spectacular as the final boss from the first game, but it was more fitting given the story up to that point. The overall difficulty of the game was a bit odd. I was playing on Casual mode. (aka, ultimate pussy mode) And yet…
ummm a big thanks pasha, but i have a very limited knowledge about using script.i understand how to save the first code as .mcr.The part that i don't understand is the second part how to execute the code. is there any site out there that can help me learn the basic of "what to do" when someone gave me script like this?…
Personally I never do retopology and UV mapping because you can get great result with decimation and Smart UVs project for static game assets, like you can see in this demo: https://youtu.be/-Fy7g3g6uCI For the texel density a new auto-packing algorithm is in preparation in the Blender source code, for now it's an addon:…
Hello everybody!!! I pass the last month trying to find a way to make the grass in my scene shadowed well, but I can't :( I would like to ask you if you have any ideas or if you have this problem right now. Please find some of the setting that I put on my scene in the picture. My idea is to have a precomputed shadow for…
Ya some engines you got premade shaders with parameters for users to edit exposed, some you do all in hlsl code, than there are node based editors. udk's is node based and simple to use, since it takes care of the lighting and specular calculations for you, so you don't need to implement your own lighting model. Also you…
Ok, I took a look at your file. The shading issue can be fixed in a few steps: 1. Select the mesh layer that your character is on. 2. Go to the Shader Tree Tab and under the Render Node Delete the "01 - Default (Material)" Node. I think this material is created when importing via FBX from another app. Modo is probably…