Home 549
Post
Cancel

549

I’ve been working on a bunch of shaders recently. Some of them do things to the pixels as they are drawn to the screen and some of them do stuff to the geometry before the pixels get drawn to the screen. It doesn’t really matter, the result is the same. There is some input information, a program beats that up a little, and then it draws the result.
I’ve said before, here and elsewhere, that I’m a pretty mediocre programmer. I’m very good at organizing procedures. Planning out all the steps it will take to go from, say, input pixels to output results. The job of creating digital art, be it 3D, 2D, animated, or some mix of all of them, is 99% that. Creating a pipeline from input to result. It’s a lot less “feel” or “intuition” based than most people would think. There are practiced steps that get the work from start to whatever anyone wants to call finished.
So maybe what I mean when I say ‘mediocre programmer’ is that I program like an artist.
I don’t know what I’m saying.
I’m going to go back to these shaders. I almost have one of them modifying some pixels in just the way I want.

This post is licensed under CC BY-NC-SA 4.0 by the author.
Trending Tags
Trending Tags