-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
executable file
·31 lines (18 loc) · 980 Bytes
/
ChangeLog
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
2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
* Update: Now uses opengl-bindings2 gem ( https://rubygems.org/gems/opengl-bindings ) and GLFW ( https://glfw.org ).
2013-09-22 vaiorabbit <http://twitter.com/vaiorabbit>
* Update: Now uses opengl-bindings gem ( https://rubygems.org/gems/opengl-bindings ).
* Update: Removed rmath3d_plain.rb. rmath3d is now available as a gem package ( https://rubygems.org/gems/rmath3d ).
2013-07-20 vaiorabbit <http://twitter.com/vaiorabbit>
* Update: Old contact information is updated to the current one.
* Math functions replaced with new 'rmath3d'.
2009-12-26 LT140
* Update: Old contact information is updated to the current one.
2009-06-14 LT140
* Application.rb : New shape `MPRAlgorithm::Triangle'.
* Shape.rb (Triangle): Added.
* Draw.rb (self.triangle): Added.
2008-11-24 LT140
* Shape.rb (Cylinder,Cone,Sphere): Added.
2008-11-16 LT140
* Announce: First release.