Projects tagged ‘raytracer’ and ‘raytracing’


[8 total ]

8 Users
 

The Persistence of Vision Raytracer is a high-quality, totally free tool for creating stunning three-dimensional graphics. It is available in official versions for Windows, Mac OS/Mac OS X and i86 ... [More] Linux. The source code is available for those wanting to do their own ports. [Less]
Created about 1 year ago.

1 Users
   

Snogray is a program for rendering 3d scenes, using monte-carlo ray-tracing. It is "physically based", meaning that it tries to calculate light transport in a physically plausible way when that is ... [More] practical. It uses the Lua language as a front-end. [Less]
Created about 1 year ago.

1 Users

KF-Ray is a ray tracing program which can perform parallel computing using MPI and OpenMP.
Created 4 months ago.

0 Users

Part II Cambridge University Computer Science Individual Project
Created 12 months ago.

0 Users

A simple ray tracer written in C++. Work in progress...
Created 12 months ago.

0 Users

Raytracer.
Created 4 months ago.

0 Users

Simple Ray Tracing engine created in Scala. It contains only ray-sphere intersections. You can specify texture to particular object. Bump mapping is also implemented, but just one simple function. ... [More] It's planned to implement texture-based bump mapping. [Less]
Created 4 months ago.

0 Users

SiratA simple raytracer created to render realistic images.Raytracing?"In computer graphics, ray tracing is a technique for generating an image by tracing the path of light through pixels in an image ... [More] plane. The technique is capable of producing a very high degree of photorealism; usually higher than that of typical scanline rendering methods, but at a greater computational cost." Source: Wikipedia - Raytracing Sirat FeaturesObjects Sphere Plane Triangle Quadrilateral Cone Cylinder Mesh(loads Wavefront .obj) EXPERIMENTAL Lights Punctual Quadrilateral Grid Hemispherical Planar Simple Interface (Qt) Load scene files (xml) Parallel Rendering (Shared-Memory only (OpenMP)) Examples [Less]
Created about 1 year ago.