Junior is usually looked at as more or less right above intern, very closely behind associate (associate usually starts to get bigger tasks, and as time progresses will slowly start getting mid level responsibilities as they move into that mid position). So, intern < junior < associate < mid. Difference between prop and…
Well at the suggestion of previous posters I've been using an many varied references such as photographic images and anatomy drawings. Admittedly, to me he still looks comical (this is a bad thing). :poly124: My end goal is that this dude will look both unique and realistic. I'm not necessarily trying to translate a single…
EQ: For me, it's just been a lack on content. That's why I tried it a second time. I first tried back in the earlier days of streaming, and there wasn't much. I think I watched the Pixar biography thing, then pretty much crap after that. Since then, I had read that they would have new movies 30 days after the video…
RE: "It's really funny to read your "blog" ... keep it up ..." - Direx Wow, thanks... you may live to regret it, but a little encouragement goes a long way, especially from a legend like you.. Loooooove your channel!!! (Okay, and why is there no emoticon for drooling and bowing at the feet of Gods?...) Back on track:…
Yeah, Python is a good pace to start. It's sort of language like in its logic (and instead of &&, or instead of || and more elaborate stuff gets finished like... if x not in y: instead of if (std::find(y.begin(), y.end(), x) != y.end()) {} etc). Is also loosely typed which makes it nice for quickly trying things out. And…
I actually do make my edges a lot smother than they are in real life for map baking purposes and what not. But when I'm rendering high poly weapons for representation purposes I crease those edges to make them sharper and it works fairly good, I'm really satisfied with the results. I also save my non-destructive models…
You can write a game using SDL, making a Linux port is trivial after that. That's what Epic did for the UT200x games. Maya is available for Linux, we just need to bug Adobe enough to get a Linux Photoshop. I mean, there's Mac Photoshop and Mac OSX is a Unix derivative so the difference shouldn't be that big. If they geared…
As the Former Resident Firearms Nut here on the boards, Looking at the design, the curvature of the buttstock is a bit jarring and the weapon is front heavy, Think about what's going on under the shrouds and applique there. The beam or bullet barrel is going to be straight, because beams are straight and The Germans tried…
Hi I have a problem that i can't figure out for a while .. i was trying to use VRay in maya for the first time so i exported my texture maps from substance painter by using VRay configuration to attach them to "VRay mtl" in maya by following the Allegorithmic documentation on their website!…
Hello everyone, We are working on an open source game named Cyberbit game, it will be 2D side scroller and 3D third person game. For 2D we are using C++ and SDL, so that it can be portable. For 3D version (freeware) we are using unity 3D game engine. The game is battle between with 21st cyber gadget guy and evil powers.…