Let me start off initially by saying that this post is pretty much a rant with examples concerning the Flash Platform’s Vector.<T> class and the mindless semantic differences between it and the Array class. I suppose this is a fairly out of date topic, being as the Vector.<T> class appeared...
[Read More]
After Two Years - AS3 Vector.
JavaRay - Spotlights
I’ve finally gathered enough time to starting writing some more JavaRay code, so I went ahead and finished the Spot Light implementation…
[Read More]
JavaRay - Specular Fix
Just committed a fairly large update which you can see/read here:
https://github.com/mbolt35/javaray/commit/03ad54784c54975216b93174e19db7ee26fd9c0b
[Read More]
JavaRay - Ray Tracing in Java
I’ve been tinkering around lately with Java, and trying to catch up on the last 8 years I’ve missed. I was first introduced to Java in 2002 at UNC-CH, but it was nothing like the Java today.
[Read More]
Calling Methods and Properties by String in C#
One of my favorite things about C# is the strict typing. Strict typing forces the user to follow good design principles (most of the time). However, it does prevent you from being able to use “true” dynamic objects (Note: there are ways that you can use generics and operator overloading...
[Read More]