Carsten Koenig's blog articles

0
comment
on 12/8/2011 8:00 AM
Today we start adding another primitive to the scene – a plane. This is what we are looking for: and here is the code that will finally render this: But before going into the implementation of the Plane.Create method let’s … Weiterlesen →
>> Read the full article
.
0
comment
on 12/7/2011 9:00 AM
It’s time for one of flagship-features of ray tracing: reflection. Indeed this will be rather easy (again) – we basically did have every thing we need already – all that is left is to introduce some recursion in the tracing … Weiterlesen →
>> Read the full article
.
0
comment
on 12/7/2011 8:00 AM
I just realized that I used a technique – projecting a vector on a line given by another vector – in my last post on ray-tracing that I did not justify in any way. Look at this picture: Given vector … Weiterlesen →
>> Read the full article
.
0
comment
on 12/6/2011 4:00 PM
This time we are going to add specular lightning – this will add “shiny”ness on objects. The basic idea is simple: we reflect the currently traced ray, at the hit-point (using the normal of the object at this point) and … Weiterlesen →
>> Read the full article
.
0
comment
on 12/6/2011 8:30 AM
This time we will see how to add shadows to our scene. Imagine this scene: that is generated by this snippet: The basic idea is to only use a directional light (ambient will always be used) if there is no … Weiterlesen →
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper