-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
64 lines (49 loc) · 2.09 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
RTfact: A generic real-time ray tracing library
-----------------------------------------------
About
-----
RTfact is a generic real-time ray tracing library. It was designed to be able
to support different kinds of rendering algorithms, including ray intersections,
shading, scene management. It uses generic programming and C++ template
techniques extensively in order to achieve high flexibility and code reuse,
while at the same time maintaining maximum performance for each specific
configuration.
RTfact has been originaly developed by Iliyan Georgiev <[email protected]>
and Felix Klein ([email protected]). It is now maintained by a
team of people from Computer Graphics Chair at Saarland University.
Contact
-------
name: Lukas Marsalek
e-mail: [email protected]
institution: Computer Graphics Group at Saarland University
Saarbruecken, Germany
name: Iliyan Georgiev
e-mail: [email protected]
institution: Computer Graphics Group at Saarland University
Saarbruecken, Germany
Copyright
---------
The full list of author is in the header of each file. Where missing
refer to the AUTHORS.txt file.
License terms
-------------
The RTfact libraries are available under the terms of the
GNU General Public License (GPL), version 2 (see LICENSE.GPL).
The SCons based build system is available under the terms of the
GNU General Public License (GPL), version 2 (see LICENSE.GPL).
The provided external tools are provided with their own licenses. Check
the corresponding web sites for more information.
RTfact Directory Hierarchy
--------------------------
bootstrap : automation scripts for build system
contrib : third-party libraries
demos : small standalone demo applications
doc : documentation
doxydoc : dummy directory for doxygen-generated documentation
include/RTfact : core RTfact headers
include/RTremote : RTremote C++ API headers
include/RThandle
include/RTpie : RTpie C COM-like API headers
remote : implementation of RTremote C++ API
rtpie : implementation of RTpie C COM-like API
tools : support tools