-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9a2173b
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
Rt^3 | ||
|
||
Rt^3 is a ray intersection engine. It's built for being the absolute fastest | ||
it can be while remaining extremely modular, extendable, and maintainable. | ||
|
||
|
||
Author | ||
====== | ||
|
||
Christopher Sean Morrison | ||
[email protected] | ||
|
||
|
||
Getting Rt^3 | ||
============ | ||
|
||
The entire distribution is provided in binary and source form for a variety of | ||
platforms. If you are reading this, then you probably already have it. | ||
|
||
|
||
Compilation | ||
=========== | ||
|
||
For more details on building the sources and options available, see the BUILD | ||
file. To build the sources and get up and running with default settings, run | ||
the following commands: | ||
|
||
sh autogen.sh | ||
./configure | ||
make | ||
sudo make install | ||
|
||
|
||
Installation | ||
============ | ||
|
||
If you built the sources, you should already be installed after the | ||
"sudo make install" step. | ||
|
||
|
||
Known Bugs | ||
========== | ||
|
||
See BUGS | ||
|
||
|
||
Contributors | ||
============ | ||
|
||
See AUTHORS | ||
|
||
|
||
Developer | ||
========= | ||
|
||
See HACKING |