certainly am reading this now! Looking great, and using the shader to soften the light is definitely a good use. Should have sent me a mail ya monkey - seeing people use the shader gives me motivation to fix the bugs in it and introduce more cool features with MORE BUGS edit - oh and one other thing... max is a bitch when…
Yea I was just registered so they had to pass my topic. We use the Leadwerks 2.0 engine. Some little wip environments, concepts, everything done by myself so far. I know some flaws since it's wip but please, I need comments! :) Our cute main character modelsheet (I'm not a real concept artist but meh somebody has to do it)…
Wanted to do much more and share some updates last week but I had some problem with UE4's Volumetric lights. For some reason, they were getting disabled when I would switch to game mode. I tried to debug but after some time I felt like wasting time so I had to recreate the whole scene in new UE 4 project. Unreal Updates- I…
@miauu - thanks for the clarification man..hmm, that's bad too hear since at home I'm using max 2009 currently..ah well.... @Swordslayer - wow! you really trim down the code! thanks!..but I notice that if I use;gw.enlargeUpdateRect (getTextBox winSizeX winSizeY (amax subObjsStrExt globalCountStrExt gridSizeStrExt)) ..the…
VR standalone is pretty much in PS2-3 era of optimization. Number one reason of VR performance hit are the badly handled UI and Code. 100+ individual UI textures being called instead of atlased for example. As for 4k 8k, general guide is 2k for 3rd person and 4k for FPS. It gets interesting depending on company workflow…
heyho.. finished another model laying around and waiting for some attention. In the process of making the textures and final shots I also reworked my toon shader a lot. Switching from shaderFX-node-pushing to txt-editor scripting. Cleaning the code and tweaking the methods. Will release an update for the shader soon.…
Thanks guys, really appreciate your comments. @Lewist - totally agree, I'll try playing with the light setup/colour as suggested. @darbeenbo - cheers - the lightbox is a standard thingy that comes with Weebly, might try looking at different website creators as unless you use your own code (I'm no good with html) this is…
After learning Java the only thing he needs to learn in C++ is pointers and OOP I believe. I would strongly suggest Python and C#. As for understanding the algorithms and making your mindset to understand logic would come later on when you start coding at high level. Many would disagree with this post and claim that C++ is…