6 projects tagged "3D Rendering"
GLgraph is an interactive OpenGL based function grapher for Linux written in Perl. It visualizes any mathematical function in 1, 2, or 3 unkowns (x,z,t) in a 2D, 3D, or 4D wireframe or solid surface. It creates an animation after one time period. GLgraph has a command line interface to input a function, to specify the minimum and maximum plotting bound, and more. It can be interactively controlled with the keyboard.
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.