Thanks Xoliul. Though not sure i qualify as Kickball was such a small game haha :P. But yeah i did code it myself. Though i have a coder on the next project, i found learning to code has improved my design skills substantially, as well as understanding where i can cut corners in the art for the most impact. It was a really…
Contrary to much of the naysaying I'm looking forward to W8. A new UI designed from scratch that's fully hardware accelerated and doesn't require developers write code to refresh the window with as little flicker as possible in non-Aero mode. A move towards managed languages for cross compatability with Windows Phone and…
I'd just like to make a distinction between multithreading and hyperthreading here. When programming, a thread is a seperate section of the same program running at the same time, so I might have four threads running the code that fills in a scanline for a renderer, each taking a scanline and filling it in until the frame…
keep in mind Custom node isn't a good idea for production use, it prevents code side optimization of the material down stream from the node. Having said that it's a great prototyping/own time tool :)
Hey everyone, I’m looking to put together a small team to build a free Five Nights at Freddy’s fan game. This is an unpaid passion project for building portfolios, gaining game dev experience, and making something genuinely creepy. The Game: I am keeping the exact setting and lore under wraps to prevent the idea from being…
If you're talking about shader code (as opposed to Strumpy): half4 warp = tex2D(_WarpTexture, IN.uv_MainTex); //this is your warped texture samplewarp *= 0.1; //Multiply by 0.1half4 c = tex2D(_MainTex, IN.uv_MainTex + warp.rg); //"warp.rg" is the equivalent of your Channel Mask node //all it's doing here is taking your R &…
Sorry, going to have to disagree with you here. If anyone is calling the shots and pulling the leashes on standards, it's Google. There's one person in the world that controls the direction of HTML5...ONE! That person is Ian Hickson, and guess who's payroll he's on? Google's. Anything that goes into the HTML5 standards has…
Hi, I've been trying to fix this problem all morning, I seem to have an issue with my rigged female bust. When ever I make my blend shapes and move the blend shape slider. The mesh moves up (translate Y axis) I seriously do not know how to fix this, I've tried resetting transformations. I've also tried to put the blend…
Hello, everyone! I am a fine artist working in Brooklyn at a studio where we make sculpture out of Lego bricks. While I was incredibly lucky to score this job, it isn't what I want in a career. I have a BFA in sculpture but I work in my free time learning to make 3D assets using Maya, Substance and Unreal. I also know…
Gameplay Programmer: LightBox Interactive is looking for talented programmers to join our burgeoning studio. As a gameplay programmer, youll be responsible for collaborating with design, content, and engine teams to produce the high-level runtime code that makes our games a successful reality. Responsibilities include but…