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
/
dimension
/
object.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
New C++ wrapper for dmnsn_texture*.
Tavian Barnes
2009-07-16
1
-0
/
+1
|
*
New dmnsn_intersection* type for ray-object intersections.
Tavian Barnes
2009-07-16
1
-6
/
+20
|
*
Add destructor callbacks for polymorphic C types, and use their base
Tavian Barnes
2009-07-16
1
-0
/
+5
|
|
|
|
dmnsn_delete_*() function.
*
Begin dmnsn_texture* type.
Tavian Barnes
2009-07-12
1
-2
/
+4
|
*
Update license copyrights to 2009.
Tavian Barnes
2009-07-08
1
-1
/
+1
|
*
Add lots of comments, and some code fixes discovered in the process.
Tavian Barnes
2009-06-26
1
-3
/
+4
|
*
Add a transformation matrix to objects.
Tavian Barnes
2009-06-14
1
-0
/
+3
|
*
Properly forward-declare dmnsn_object and dmnsn_camera, and take a
Tavian Barnes
2009-06-13
1
-2
/
+6
|
|
|
|
transformation matrix in dmnsn_new_perspective_camera().
*
Pass pointer to object in object callbacks.
Tavian Barnes
2009-06-13
1
-2
/
+4
|
*
Begin object type, with sphere example.
Tavian Barnes
2009-05-13
1
-0
/
+9
|
*
Add new general array interface.
Tavian Barnes
2009-05-07
1
-0
/
+34