the_fiddler
|
df6671cb4a
|
Removed OpenTK.Math namespace. Math functions now go directly into the OpenTK namespace.
|
2009-06-25 11:42:05 +00:00 |
|
the_fiddler
|
69b17fa43f
|
Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files.
|
2009-02-22 10:43:35 +00:00 |
|
the_fiddler
|
7bbab20112
|
Updated licensing information.
|
2007-11-10 23:29:45 +00:00 |
|
the_fiddler
|
455ed4213a
|
Updated to use the new math classes.
|
2007-11-04 15:32:52 +00:00 |
|
the_fiddler
|
3cd9a23b17
|
Fixed memory corruption issue with (Cube's vertices were being moved by the GC). I think.
|
2007-09-30 12:34:20 +00:00 |
|
the_fiddler
|
eafe44f3b1
|
Added IsoSphere.cs which creates a sphere Shape using theta ad phi coordinates.
|
2007-09-26 16:14:32 +00:00 |
|
the_fiddler
|
a64fd74ac1
|
Added Shape.cs and Plane.cs, for use in Examples. Shape is an abstract class that is parent to all shapes, and Plane derives from Shape, implementing a configurable plane (with vertex, normal, index and texcoord arrays).
|
2007-09-26 12:00:29 +00:00 |
|
the_fiddler
|
a267b4a381
|
Vector and example updates.
|
2007-09-25 21:11:16 +00:00 |
|
the_fiddler
|
4af4ca65c4
|
Start of T04_Lighting example. Slight updates to T10_GLSL_Cube. Updates to ExampleLauncher exception handling.
|
2007-09-23 13:38:03 +00:00 |
|
the_fiddler
|
e361e4c10b
|
Added timing information to UpdateFrame.
Removed T02_Resizable_Window.cs and added T02_Vertex_Array_Cube.cs
Added Shapes/Cube.cs to Examples.
|
2007-09-22 22:01:43 +00:00 |
|