Tuesday, June 05, 2007

Can I Get A Witness?

The once mysterious origin of the phrase.

( via Bitworking )

Tuesday, May 15, 2007

Terrain Normals

Testing terrain normal calculations, among other things.

Sunday, May 13, 2007

Terrain Diagnostics

A bit of progress under the covers of the terrain code, with added diagnostics and basic frustum culling.

Thursday, May 10, 2007

More Terrain Patches

With the terrain divided into patches, I can start testing different culling algorithms.

Wednesday, May 09, 2007

Terrain Patches

Working on dividing the terrain into patches and adding some diagnostics code, which is taking longer than expected :(

Sunday, April 29, 2007

Psycho Crusher

An amazing misuse of Mugen

Friday, April 27, 2007

Plenoptics

The next big step in camera tech? Post-processing a raw sensor capture to simulate a lens in a digital camera

Terrains

I’m starting to get some nice results from a terrain generator I wrote on Anzac day.

Wednesday, April 18, 2007

Spot The Duffer

To make a custom text formatter with WPF you have to implement a TextSource class. There are just three methods to override:

  • GetTextRun
  • GetPrecedingText
  • GetTextEffectCharacterIndexFromTextSourceCharacterIndex (hmmm…)

Tuesday, April 17, 2007

Smalltalk Book

It looks like the ‘Smalltalk by Example’ book would be a good way to learn Smalltalk. I downloaded Squeak again, it’s had a bit of a makeover since the last time I used it. I really spend too much time looking at languages these days – if only real languages were as easy to pick up.