Ray Tracing in C# and .NET
Source code: Raytracing.zip 104 KB
I just saw the Japanese Animation movie Spirited Away and couldn’t help admiring the combination of cool moving graphics, computer generated backgrounds, and integration of sound. This inspired me to revisit the world of 3-D computer graphics. One of the coolest techniques in generating 3-D objects is known as ray tracing. This technique utilizes how the behavior of a particle of light (a photon) with a solid or refractive object. We are only interested in the rays that reflect into the camera or view area near the eye. This “view” area forms the image from the different colors and intensities bouncing back from the solid object. Directory:
> Articles > Application Development
Date: 2002-11-26
|
Why Object Orientation for COBOL?
"Why is Microsoft interested in having so many languages target the new environment? Why bother with a language as old as COBOL?" The answer lies in recognizing that most businesses do not have the luxury of rewriting their large code base every time they want to extend the use of their existing applications. Directory:
> Articles > Application Development
Date: 2002-11-12
|
Database Programming With Java + JDBC
Interacting with a database is a routine job in the application world. Quite often you need to store information in the database, fetch it to generate some form of report and update or delete it as required. Java provides the JDBC (Java Database Connectivity) API for executing SQL statements. JDBC, being Java-based, leverages the benefits of the language and provides a convenient way to communicate with different databases, such as Oracle, Informix, Sybase, etc. Directory:
> Articles > Application Development
Date: 2002-11-01
|
|
|