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
7df9a448d6
Merged gw-next2 branch to trunk.
2009-06-02 15:49:39 +00:00
the_fiddler
03f9857bd2
Fixed source code resources for all examples.
2009-04-21 13:33:25 +00:00
the_fiddler
e7694a5a18
Fixed case (FramebufferObject.cs instead of FrameBufferObject.cs)
2009-04-21 12:28:19 +00:00
the_fiddler
6bbaad8bfb
Moved and renamed examples to match the new example structurs.
...
Made example source code visible for all examples in example browser.
Updated Prebuild.exe to newest SVN version (resolves issues with resources).
Added .rtf and .resx files to Examples project in Prebuild.xml.
2009-04-20 09:48:33 +00:00
the_fiddler
7851bbff84
New sample browser with documentation and source code display.
...
Reduced example categories to OpenGL, OpenAL, OpenTK. Updated all samples to reflect this change.
Moved startup and loading code into separate files.
2009-04-20 07:20:25 +00:00
the_fiddler
484432ce36
GLU tesselation example is no longer visible in release builds (it fails on Mono).
...
FrameBufferObject example: upldated title to match the rest of the examples.
2009-03-25 23:15:03 +00:00
the_fiddler
37755cb398
Check that OpenGL resources have really been allocated, before deleting them in Unload().
2009-02-22 16:01:29 +00:00
the_fiddler
5dfa3e4de2
Check whether EXT_framebuffer_object is supported and abort if it is not.
2009-02-22 15:50:08 +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
db690b144f
Merged text branch and updated changelog.
2009-02-13 19:09:38 +00:00
the_fiddler
8919350730
Fixed line endings.
2009-02-12 23:43:06 +00:00
the_fiddler
0a8f1a9c6a
Added screenshot capabilities on F12.
2008-06-22 16:22:30 +00:00
the_fiddler
5e7a9f9299
* GluTessellation.cs: Updated licensing information.
2008-05-05 17:10:28 +00:00
the_fiddler
a8eee8da11
Added Inertia's FrameBufferObject example.
2008-05-05 17:05:11 +00:00
the_fiddler
1e6b7dd913
2008-05-04 19:16:46 +00:00
the_fiddler
ae6d22c0f3
Normalized naming.
2008-05-04 19:14:52 +00:00
the_fiddler
43b43fc256
Call Dispose on the loaded bitmap.
2008-04-13 21:31:24 +00:00
the_fiddler
1ef220c5ab
Fixed framerate rendering.
2008-04-13 18:43:15 +00:00
the_fiddler
c56152fe3b
Removed the example number.
2008-04-13 16:54:07 +00:00
the_fiddler
bd8cc95bc2
License.
2008-04-13 16:53:41 +00:00
the_fiddler
2b744c07c4
Added Inertia's Julia Fractal example.
2008-04-13 16:52:15 +00:00
the_fiddler
fb13f49a85
Moved OpenTK.Graphics.OpenGL to OpenTK.Graphics.
2008-04-13 16:45:56 +00:00
the_fiddler
7001076f5a
Moved OpenTK.OpenAL to OpenTK.Audio.
...
Added SoundReader class.
Added OpenTK.Math.Functions.NextPowerOfTwo
Fixed several AL functions, and added overloads to AL.BufferData.
Added OpenAL wave playback sample.
2008-04-04 19:46:08 +00:00
the_fiddler
4fe6d37770
Completed move of OpenTK.OpenGL to OpenTK.Graphics.OpenGL.
2008-02-02 00:58:26 +00:00
the_fiddler
40e9857c6f
Reverted last commit (bogus!)
2008-01-24 09:24:11 +00:00
the_fiddler
d8860a6aaa
Fixed capitalization of Texture2D etc.
2008-01-24 09:17:07 +00:00
the_fiddler
a8353d7e33
Worked around a Mono bug with unsafe inline constructors.
2008-01-20 19:42:01 +00:00
the_fiddler
5a66d44f19
Documentation updates. Getting rid of warnings.
2008-01-20 19:00:03 +00:00
the_fiddler
5716c6a334
Updated example attribute and tessellation function. It now works!
2008-01-20 17:21:04 +00:00
the_fiddler
66ab195cec
Spelling.
2008-01-20 09:29:48 +00:00
the_fiddler
98f7e0a837
Removed unused code.
2008-01-20 09:22:58 +00:00
the_fiddler
5d1aa04bc6
Update to Keyboard Handling.
2008-01-20 09:00:15 +00:00
the_fiddler
f24139c26a
Added example.
2008-01-20 08:42:19 +00:00
the_fiddler
0ea1aaf6cf
Deleted obsolete examples.
2007-09-30 14:11:46 +00:00
the_fiddler
017a345927
Merged with bind branch: updated GL.cs wrappers, Glx and Glu implementation suppoort files, faster Bind.
2007-09-02 00:40:43 +00:00
the_fiddler
c2c3dac7df
Moved ColorDepth and DisplayMode to the /OpenTK directory (where under /OpenTK/Platform).
...
Renamed ColorDepth to ColorMode, to avoid clash with System.Windows.Forms.ColorDepth
Updated examples to use the new namespace for DisplayMode and ColorMode.
2007-09-02 00:04:34 +00:00
the_fiddler
7a2da17f5c
Updated Build.exe to correctly generate sharpdev and sharpdev2 projects.
...
Removed some unused variables.
Added licensing information.
2007-08-10 09:27:13 +00:00
the_fiddler
00da3bf3f4
Sycned with gl3 branch.
2007-08-01 21:14:39 +00:00
the_fiddler
6bec9d994b
Sycned with gl3 branch.
2007-08-01 09:32:49 +00:00
the_fiddler
b4f122ad57
'Merged' windowing branch. Ugly, but it seems to have worked.
2007-07-23 00:15:18 +00:00
the_fiddler
21c5ed147f
Deleted trunk - could not merge windowing branch.
2007-07-23 00:01:30 +00:00
the_fiddler
39cff99e27
Updated information in preparation of release.
2007-07-01 11:30:55 +00:00
the_fiddler
b632f678a9
Synced OpenTK.OpenGL.Bind and OpenTK.OpenGL.GL to latest Tao beta (2.1.3.6 and 2.1.0.7 respectively).
...
Added Enums.GLenum which contains all OpenGL enumerants. Functions with GLenum parameters now do not take ints but Enums.GLenum.
Added ref/out overloads.
2007-07-01 10:54:46 +00:00
the_fiddler
35cda11953
Updated naming.
2007-04-24 12:17:48 +00:00
the_fiddler
5422dc407e
OpenTK.Examples.OpenGL.Basic.Lesson01 renamed to OpenTK.Examples.OpenGL.Basic.001-Cube
2007-04-21 15:34:41 +00:00
the_fiddler
a24f8934b1
Folder strucure and project naming updates. Added "System" reference for OpenTK.OpenGL.Bind
2007-04-21 15:33:02 +00:00
the_fiddler
99f7f2aad3
Updated using directives for examples (added "using Enums = OpenTK.OpenGL.Enums"). Added some documentation and regions.
2007-04-20 19:06:17 +00:00
the_fiddler
24c3a6b290
2006-11-05 11:50:08 +00:00
the_fiddler
cd32a6db54
2006-11-02 21:40:36 +00:00