Hi, i'm currently working on my environment art portfolio using Maya student as my main 3d package and i'm very comfortable with it and i wanted to start making some assets for Unity and Unreal and in the future i would also like to work on some freelance jobs so i would like to get a proper commercial license for the…
Hi Guys, For the last couple of days I've been struggling with properly texturing my landscape, and I'm at the point where I just want to give up and go deal with something else. That's how my material looks like: 1. Unlinked normal maps to check if this is going to be of any help 2. This is how are the materials look like…
I'm having a problem where Blender won't render a changed scene (still pic). It just keeps rendering this persistent previous scene and I don't know if it's stored somewhere. Searching says it might have to do with Post Processing -> Compositing/Sequencer or Final Render -> Persistent Data. I've tried unchecking those…
I found the DKS1 experience to be the best. The vanilla game had some serious problems with connectivity on PC, but with DSCFix , I never had any problems especially when taking part in online fightclubs. I must have spent more than 150 hours just on PVP in that game. DKS2 is a mixed bag for me. There certainly was a lot…
The version chaos is indeed a bit ugly with GL, ideally you would at least use #version 120 which is what GLSL ES 2.0 is similar to, #version 150 or 330 would be ES 3.0. Also if it's not too much work, try not to use any of the built-ins (gl_ModelView...) but manage uniforms yourself. Life should be easier by using a GLSL…
I have replaced my dslr with a camera phone believe it or not... works better for textures and general photos. Grab a Lumia 1020 while they are still around (they are no longer in production, so you can get them fairly cheap via ebay, amazon..ect). I bought two for around $250 each. Should probably explain why its…
@AimBiz thank you for your feedback, I took it into consideration and refixed texture :) Also added more specularity in the material underneath, thank you again for your time. Ok and here is GUN but before I start getting into detail I want to thank Igor Titov and Alex Jerjomin for all the help and tips and guidance…
No UPS claims to protect hardware. UPS provides temporary and 'dirty' power so that unsaved data can be saved (and so one need not wait for a reboot). Blackouts are voltage dropping to zero. Blackouts never damage properly designed electronics. An international design standard that existed long before PCs existed. Blackout…
Oh man, you would pick my favorite Starcraft unit to model! :poly121: From what I can see you're on the right track, but there are a few areas that really popped out at me when I compared the concept to your model. It could be the difference in perspective and angle or I might just be reading the details wrong, but here's…
No, it works on ALL triagles. Read it carefully, I'm not multiplying the height x width, I'm doing a cross-product between two edge vectors, and the definition of the magnitude of a cross product is that it is the area of the parallelogram formed by the two vectors. (from…