Eran Kampf
Eran Kampf
1 min read

A C# 3.0 Ray Tracer

C# PM Luke Hoban has posted a simple C# Ray Tracer code that utilizes the new C# 3.0 language capabilities.

On the same note, you can also check Scott Guthrie’s posts about the new C# 3.0 language features:

  1. Automatic Properties, Object Initializer and Collection Initializers
  2. Extension Methods
  3. Lambda Expressions