http://www.bartleby.com/107/54.html#i219 and here you go - the entire greys anatomy online http://www.bartleby.com/107/indexillus.html __________________________________ Btw - try to draw from the inside out and be more carefull on the outline. Basically start with the simplified skeleton structure , do shadows and…
Flood fill won't work at c16 without modification - I just tried it and it comes out empty. It appears to work ok at c16f - You can make a 16f version by taking copies of flood_fill and flood_fill main and setting their bit depths appropriately. You'll be sacrificing precision of course but at 2048 the 16f version appears…
Very nice bake man. Tough to tell how the materials read without some color and details. Looks good so far. @4k maps for a pistol. I've stated this before, even at 2k x 2k there are more pixels in the texture map of the pistol than the amount of screen pixels that can be displayed for it at 1080p. You could make a 16k x…
Hey again, I was using 1.7 but kept getting crashes with DDO when I have UE4 selected, a window would come up saying something about resolution but I couldn't get it to go away. I updated to 1.8 hoping it'd solve the issue but now I can't even open DDO, I check task manager and it says thinking but nothing happens. I've…
Lol its a funny death animation. Have you tried seeing looking at the technical requirements (scroll to the courier section)? "The walking courier's animation is straight forward, however you should animate the flying version as if it was flying on the ground in all but the death animation. This is necessary because the…
Hmmm, and what about something like this? ( ::drawInfoNodeCallback = undefined unregisterRedrawViewsCallback ::drawInfo local stringFormat = (dotNetClass "System.String").Format local lineHeight = (getTextExtent #I).y + 2 local meshInfo local meshObj struct meshInfoDef ( yellowish = color 255 199 71, grayish = color 165…
GTX 1060 or GTX 1070 for GPU rendering... Hello im building new PC on AMD Ryzen (probably 1800X) and im wondering what GPU should i get, if i want to use it in "graphics stuff", mainly probably GPU rendering. Im split between GTX 1060 6GB which i would prefer cause its cheaper or GTX 1070 8GB... The GTX 1070 8GB is 160% of…
I am having an issue as well. For the past week I've been trying to solve the issue on my own and trying to find solutions online, but no luck. I've just been trying to load in my mesh to Ddo and then put it into 3do, but nothing wants to work. 3do will open up fine with the default sphere, but if I add my own mesh it'll…
I have never used an 8K map in any of the projects I've worked on, 16K is unheard of (Unity does not support a 16K texture) 4K can be used in moderation but as a 3D artist you have to mindful of the performance impact your assets will have on the application. Typical way to approach a building is to assign separate…