Not saying that your workflow isn't working, since the end result is same, but it's a bad habit because it's WAY too slow. Especially if you were working in a real game studio environment where you need to be faster and efficient where deadlines are quite tight sometimes. Well, if you started working the original high poly…
Just make sure you define what you mean by "-bit". 8 bits per pixel (bpp) = 256 colors. 8 bits per channel (bpc) = 16 million colors = 24 bpp color (8 bpp red, 8 bpp green, 8 bpp blue) or 32 bpp if you add alpha channel. 16 bits per pixel = 65,556 colors. 16 bits per channel = a lot of fucking colors = 48 bpp color. Used…
90% of the time, Never use the manufacturers software. Use the chipsets version. The linux page lists the chipset as the Realtek RTL8188CE http://www.linux-hardware-guide.com/2012-11-04-asus-pce-n15-pcie-802-11n-300mbits-wps Here is the page for the software:…
you can get more levequests at the adventurers guild, but you can only do 8 every 48 hours (another stupid limitation along with the "Bonus" exp system). I don't understand why they're trying to dictate the way people play, if I want to just quest over and over again, I should be able to. Drumonman: healing agro is…
I think with the current ear placement and the chin looking a bit big, it looks a bit weird. His forehead looks a bit too small as well. Of course you could remedy that with the hair, bit I think it would be better to actually fix the head. Now that being said, simply moving the face and ears down, and keeping the head is…
I cannot stress how highly I recommend these guys at http://www.security-forums.com go to the category in forums called Hijackthis logs/malware removal. http://www.security-forums.com/forum/viewforum.php?f=48 first read the sticky thread called Announcement: Read This Before You Post Your Log Download Hijackthis and all…
Laissez - NOT faire 24 days off a year plus overtime comp days, (which can quickly equal that if you get one comp day every 2 weeks)... so 48 days (9.6 weeks) of average time off? That's awesome enjoy it while it lasts. Someone is bound to muck up the work week and the health care. =/ When I work over my 40hrs, and my…
New project Koenigsegg - in-game model is made under the requirements of the next-gen game engine. Completely reworked the entire mesh on model. Exterior (without wheels) = 48 500 tris. Cockpit = 51 500 tris. Wheel = 5500 tris. The whole model mapped under new requirements for texture maps and baking Ambient Occlusion…
So, i'm a programmer trying very hard to become an artist. Not really an artist, just enough to finish my Ludum Dares without any purchased assets or crying for help to friends. This Ludum Dare i failed because i really needed a humanoid character in 3D, and i spent all my 48 hours trying to create a copy of the Minecraft…
there is 8k support too, but in fact i can't to handle a margin for that resolution the canvas can't to exceed 8192 pixels. Currently if you like to make a texture of 8192*8192 you must to use the current framers, which defines the margin like this : 259 (3px) > 518(6) > 1036(12) > 2072(24) > 4144(48) > 8192(96)* For 8k it…