This is Dimension, a project to create a GPLed high quality ray-tracer. It is currently stable but lacking in features. But if you want to try it anyway, see the INSTALL file for how to compile and run it. For a quick demo, run $ ./autogen.sh && ./configure && make check and look at tests/dimension/demo.{dmnsn,png}.
t
dimension
public
14 stars
1 forks
0 issues
Commits
List of commits on branch master.Unverified
200c86b91ea7063d35be3bffc11c5da53c054653Move some headers around and make new ones.
ttavianator committed 10 years ago
Unverified
870742b768046e066c1702ce1c04bd58afbe6cfedoc: Get rid of duplicate PREDEFINED.
ttavianator committed 10 years ago
Unverified
a2b3970ddec2a88c9741efd825032cf649cc6bfdgeometry: New dmnsn_clamp() function.
ttavianator committed 10 years ago
Unverified
b85ae851c9d8c91bc3a4c698403a24c8c09f4628color: Rename saturate to clamp.
ttavianator committed 10 years ago
Unverified
2ac69f37ad5da0aeaffe89e40de4e867c19fa65fAdd a C++11 test, and make the C++98/03 test explicit.
ttavianator committed 10 years ago
Unverified
e4fce41c863c9fe9e2b14b8f32b7ddd55f94b313geometry: Fix a comment.
ttavianator committed 10 years ago