Finished the heat refraction effect (I hope) https://github.com/KhronosGroup/glTF-Sample-Assets/pull/127 This one uses counter-rotating Depth and Normal maps, for a moire like distortion effect which aims to obscure the fact that it’s using rotating UVs to distort the refraction to fake something like a heat refraction…
Hi, Been playing around with Quixel Suite for a couple of weeks and loving it. Have ran into a variety of issues one of which being the failure to get edges on geometry even when providing normal maps. I see from the support thread that several others faced this problem, so after investigating I wanted to post my findings.…
nice :) did you cut of the terrain using alpha test? that might give you problems in the future, maybe do geometry instead ;) here's a set of good tutorials on making your character useable: http://seithcg.com/wordpress/?p=1329 http://seithcg.com/wordpress/?p=1372
Morph targets and blend shapes seems to work well. One of the recent UE4 streams had some growing plants. https://www.youtube.com/watch?v=564OYZanl3A&list=UUBobmJyzsJ6Ll7UbfhI4iwQ#t=1013 and at this time as well https://www.youtube.com/watch?v=564OYZanl3A&list=UUBobmJyzsJ6Ll7UbfhI4iwQ#t=1373
Pretty cool man! I get excited when people try to learn MaxScript. Lots of little things I would change, but the biggest one is just doing less in the loop. Try to figure out what can live outside the loop. I change a few things, then a little more, but this is how I would have created it. For 2000 verts I was able to…
I'd like to give a little feedback relating to the body mechanics on the first shot as with a few tweaks I think you can get that to be a nice opening. First off, he accelerates extremely fast towards the block. But doesn't look like he generates enough momentum to physically do that. Between frames 103-120, he lights the…
Hi! I applied to a game development school earlier this year (The Game Assembly) as a game artist, and it didn't go great! (Original spot in the reserve que was 138! Ouch!) My plan is to now spend the next year improving, and applying again next spring. but I'd love some critique. I have an inkling that I was rejected due…
By comparison it looks like the MakerBot Replicator Mini has a resolution of 11 micron X and Y positioning accuracy with a 200 Micron layer resolution.. It also retails at $1375 - almost 5 times the cost of the micro. Disclaimer: I know nothing about 3D printers so probably have missed something significant here!
Eric Chadwick said: Turning it into a gifv is a clever workaround, thanks! I edited the post with the new link. ------ I'm doing the nodes equivalent of refactoring code, still a work in progress, but I got a few interesting things to show. Technically I already can easily create hair with them, I just want to wrap up some…