3 projects tagged "3D Rendering"
Radiance is a set of tools which provide an advanced lighting simulation software package. It allows very detailed definition of materials' and light sources' properties through the use of advanced techniques like brdf and ies files, as well as a powerful mathematical scripting language, resulting in accurate renderings of scenes which are usually imported from CAD and 3D modelers. It uses the hybrid approach of Monte Carlo and deterministic ray tracing to achieve a reasonably accurate result in a reasonable time.
The Pure Perl RayCaster is a small simple ray-casting application written completely in Perl without using OpenGL or any other 3D API library. For the GUI, it uses wxPerl. It can load a 3D object from a file (in RAW format), display the object in wireframe perspective view, allow you to orbit and zoom your camera, and produce a user defined size ray casting image of the current view in a predefined color theme, with or without smooth shading. It is well suited for educational purposes, in order to study, understand, tweak, and try well known fundamental 3D computer graphics techniques.