index
:
dimension.git
android
faster-futures
master
physics
teapot
A high-performance photo-realistic 3-D renderer
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libdimension
/
sphere.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
New dmnsn_bounding_box type.
Tavian Barnes
2010-04-06
1
-4
/
+4
|
*
Make inside_fn's return bool.
Tavian Barnes
2010-04-05
1
-3
/
+3
|
*
Point the normal vectors away from the object.
Tavian Barnes
2010-02-25
1
-4
/
+0
|
*
Add the dmnsn_interior* to dmnsn_intersection*.
Tavian Barnes
2010-02-25
1
-4
/
+5
|
*
Fix up license blurbs and copyright year.
Tavian Barnes
2010-01-27
1
-1
/
+1
|
*
Split up objects, finishes, pigments, lights, cameras, etc.
Tavian Barnes
2010-01-06
1
-0
/
+91
|
*
Sphere and cube C++ wrappers.
Tavian Barnes
2009-07-01
1
-78
/
+0
|
*
Add lots of comments, and some code fixes discovered in the process.
Tavian Barnes
2009-06-26
1
-1
/
+6
|
*
Use C-style /* comments in C code.
Tavian Barnes
2009-06-22
1
-1
/
+1
|
*
Properly forward-declare dmnsn_object and dmnsn_camera, and take a
Tavian Barnes
2009-06-13
1
-2
/
+2
|
|
|
|
transformation matrix in dmnsn_new_perspective_camera().
*
Pass pointer to object in object callbacks.
Tavian Barnes
2009-06-13
1
-4
/
+6
|
*
Fix dmnsn_new_sphere failure symantics.
Tavian Barnes
2009-06-13
1
-2
/
+4
|
*
Begin object type, with sphere example.
Tavian Barnes
2009-05-13
1
-0
/
+69