Donate?
Topics
Balder3D Binary Man Commodore 64 CUDA Demoscene DirectX DirectX11 DirectX12 Fractal Game Camp Game programming Gaming General Graphics Grill Simulator 360 Kinect Math Parallel Computing Shaders Silverlight Spill Technology Tutorial Uncategorized Unity Windows 8 Windows 10 Windows Phone XNA XNA Shader Tutorialpetriw
- RT @Hoffgame: Want a game where you befriend an ox and smash your way to riches? You can do that and more in #ikoneiisland, which just laun… 5 months ago
- Been working on some things for my Space Flight Simulator over the summer, feel free to join, might be interesting… twitter.com/i/web/status/1… 5 months ago
- RT @babylonjs: We'd like to formally introduce the next version of the Babylon Platform - #BabylonJS5 🥳🥳🥳 Blog: aka.ms/5.0_Blog… 8 months ago
- RT @PlayReentry: Real-time data monitoring of the Lunar Module in the Apollo Mission Control #multiplayer module in Reentry. #gamedev #gdc… 10 months ago
- Very happy to see N9 creating content for @PlayReentry! In this video, he will prepare and ignite those powerful F1… twitter.com/i/web/status/1… 10 months ago
- PMDG 737 for Microsoft Flight Simulator - Preview Trailer youtu.be/6HGIMzon84E via @YouTube #msfs2020 #fs2020 11 months ago
Blogroll
-
Join 208 other subscribers
Meta
Category Archives: Shaders
XNA Shader Programming source now on GitHub
As with the Commodore 64 programming tutorial series, I have now moved all the source from my XNA Shader Programming tutorial series to GitHub. The XNA Shader Programming series goes through the theory and the HLSL implementation of various effects … Continue reading
Posted in Math, Shaders, XNA, XNA Shader Tutorial
Leave a comment
Unity 5 Shader Programming #3: Specular Light
Hi, and welcome to Tutorial 3 of my Unity 5 Shader Programming tutorial. Today we are going to implement an other lighting algorithm called Specular Light. This algorithm builds on the Ambient and Diffuse lighting tutorials, so if you haven’t … Continue reading
Posted in Shaders, Tutorial, Unity
3 Comments
Unity 5 Shader Programming #2: Diffuse Light
Hi, and welcome to Tutorial 2 of the Unity 5 Shader Programming series. Today we are going to work continue where we left on Tutorial 1. We will make the lighting equation a bit more interesting this time by adding … Continue reading
Posted in Shaders, Tutorial, Unity
11 Comments
Unity 5 Shader Programming #1: An introduction to shaders
So, you want to learn the magic that turns 3d models and textures to gold? This tutorial is the first part of a series where I will cover a lot of different shaders – much like my XNA shader tutorial … Continue reading
Posted in HLSL, Shaders, Tutorial, Unity
10 Comments