I recently helped a friend out who was having some issues with alternativa being slow uploading a new texture multiple times to give an animated effect. It was mostly based of my movie material post. Anyway a lot of people … Continue reading →
I’ve recently been playing with environment reflection and refraction using a cube map after reading the information in nvida gpu gems environment mapping techniques. The thing that attracted me most to this was the variation in light and color from … Continue reading →
This isn’t something I’ve particularly needed to do with javascript until now. Usually I write a few lines of code or functions and can easily change them. This problem came to me as the current work system I’m using which … Continue reading →
In the last month or so I’ve switched over to using sublime text 2 as my main editor. Previous to this I was using notepad++ which did a great job but sublime just takes things to the next level with … Continue reading →
A lot of the work I’m doing at the moment needs me to come up with JQuery solutions to website problems rather than changing server side code or sometimes even regular html. This is due to the fact that the … Continue reading →