Position has been filled. I need a low poly 3D model of man in winter clothes. About 2k poly. Texture + normal map. The model will be viewed from an isometric/diablo pov so the head needs some extra attention. It will be animated so requires some extra loops at joints. The man needs to look like this:…
lets go deeper. gamma 2.2 isn't actually a pow(color,2.2) function. the suggested way to convert to linear space is: "RGB = ((R'G'B' <= 0.03928) ? R'G'B' / 12.92 : pow((R'G'B' + 0.055) / 1.055, 2.4))" followed by "Luma = 0.2126 * R + 0.7152 * G + 0.0722 * B" The ' means prime, and implies that a color is in gamma space.…
A single lightmap is only 1.3 mb, a couple isn't going to be too much of a memory hog. I'm creating fairly enclosed environments so 3 1024s should give me fairly good lightmap resolution. Yeah, specular and normal maps per pixel is expensive on iPhone but I can make it really cheap if I bake the shadow information into the…
@Alberto: I think it comes down to the intricacy of blending multiple cylinders at different angles with other shapes. Potential employers can gauge your ability to boolean together multiple shapes by hand. I also think that from a "baking of lightmaps" aspect, it also presents a real texturing challenge that can impress…
I tried that initially. Surface is too curved to get a good consistent match or maybe I don't have good visualization skills. Textools 3d to UV flat (which would help) doesn't use the same scale as the object. Let me see if Ninja around since he made textools. EQ, let me reiterate what you said so I can see if I'm getting…
Cool idea, you have a nice base to
start from. F1-44 Everything here is pretty static.
A good tip I learned is: when doing a motion, use the “largest
control” to sell an animation. For example: when doing a laugh you
could just animate the head, but to really sell it you want to add
his hips and gut to involve the whole…
But that only happens because people who have tried and failed repeatedly kept trying and succeeded. If no one blazed trails how would you get anywhere if you only traveled on well worn roads? If everyone thought like you did, there would be only one answer anyone could ever come up with. It wouldn't be the best answer it…
I agree with Roffotron's choice of the i5-750, assuming you want to go with Intel and don't have $1000 to spend. This is the build I just put together to replace my nearly 5 year-old machine: (CPU) Intel i5-750 ... $200 (CASE) Antec Sonata III ATX ... $110 (MOBO) Gigabyte P55A-UD3 ... $135 (RAM) Corsair 2x2GB DDR3 1333 ...…
I don't think Cho Ren Sha is that hard really, since the patterns have large holes, but it is hard to see what's going on with that moving background. No, it's mostly that the patterns are damn fast compared to other shmups. And the holes get smaller and smaller as you progress. Try watching the replay video in a fresh…
I actually completely agree with Rob. I've had meetings about this with my former project Manager. I asked him to quantify "Quality" for me (he couldn't). Then I asked him to quantify Morale for me (he couldn't), but also defended that morale is "completely irrelevant" in a business model. I explained to him morale is the…