Try something like this: Feeding the bevel node low-res shapes can have rough results. You can feed it bigger shapes, or upscale your small shape before beveling. Then return to normal res afterwards. I used a levels node to change the output size. You can use any cheap node that doesn't alter your shape. Looking at the…
I do the same as Jerry, notepad++ and 3DSMax for viewing. Does the job for learning it, and it's not complicated like I found FXcomposer. ShaderFX is a bit different, as a node-based editor. But it is a perfect learning tool also, it provides you and easy way to generate HLSL code for which you thought of the logic before…
Instead of solid mode with phong shading - I'd preview whatever 'lighting' artifact you think may have occurred in either lookdev/material or cycles viewport lit with a basic 3 point setup which would enable people too offer more effective feedback, if applicable?
My friend and I are co-developing a open world zombie survival game. We are very dedicated to this project and hope to make it far. Code Z.E.R.O. has been in development for a few months and the basis for the game is to be the most realistic zombie survival game in a large urban environment. The game is build with the…
I'm writing a code to make the CGToolkit's art of rigging arm in MEL. It was going just fine. I got my IK/FK switch set up, had the elbows constrained, and the wrist working quite easily. Then I moved on to the right arm, and here's what I got: ($armSideLong = "right" and $armSide = "r_") The right arm is broken at the…
This has to to with the indexing of the curve. It seem every part is indexed separately but this is not relayed onto the Index node ( only one dimension 0..n an not somethign like (1..p, 1..n) ~~ (Part , PartIndex) ) so on splitting teh curve the index "restarts" of some kind but then it is not correctly interpreted…
For the UV, at least on UE4, there's a solution (I can't check if it works, because I don't have UE4) https://forums.unrealengine.com/showthread.php?1861-Tutorial-How-to-proper-export-a-FBX-scene-from-Cinema-4D-to-U4-with-2-UV-channels I don't like the UV tools too, but I'd like to see if with this:…
Very easy with Arnold just use an aiUtility node with these settings... shade mode = flat color mode = normal You can also set up an AOV to render it out at the same time as the beauty pass etc. google will explain the technical bits
"Pixel Normal WS node" <--- THIS That's the problem. More precisely, you're trying to change the Normal Map through this PixelNormal node, thereby causing an infinite loop. The normal map needs to have different logic.
Hey guys! I'm kind of new to mudbox and was wondering if there's a mode like in 3D Studio Max where you can make a mesh transparent/see-through/x-ray mode whatever you want to call it. I tried searching but couldn't find anything on it. I feel like the answer is going to be something really obvious but I really can't find…