-
I tried to load some .dat files into smash forge. Some of them work, but others end up giving me an "Index was outside the bounds of the array" exception.
Here is the error log:
See the end of thi…
fm360 updated
7 years ago
-
Installed OpenGL.Net version: 0.3.2
The following code causes memory protection fault (but not always):
vertexList.Add(cell.gridPoint.x - offset); vertexList.Add(cell.gridPoint.y - o…
ghost updated
7 years ago
-
Чтобы иметь возможность это потестировать живьём, нужен TaoForm.cs
Забыли выложить или это часть Tao (не похоже)?
Кстати, TaoFramework теперь переименован в OpenTK и доступен через Nuget package m…
-
Hello again,
![screenshot_1](https://cloud.githubusercontent.com/assets/23054865/23591341/5094ea30-01f7-11e7-95f4-b488949f0b1a.png)
I've been trying to use z-buffers, but it seems that the follo…
ghost updated
7 years ago
-
I propose that we do the following:
1) Move all the code from examples app into a separate repo and make perproject csproj files, so just one example can be downloaded
2) Move all the documentation fr…
-
I'm having trouble getting the GlControl to work. Just adding it to a form and this is all I get:
![image](https://cloud.githubusercontent.com/assets/3692535/18771887/cfd599bc-80ff-11e6-950a-3e4ae8579…
-
GLControl has a bunch of design time properties that describe the needed pixel format. This was actually a hindrance to getting it working on my machine as the device did not accept the chosen pixel f…
-
Viewport goes out of view if window is left untouched for too long.
-
Simply put, from now on render settings will not open even after a fresh start-up, and displays the following:
**Could not find any resources appropriate for the specified culture or the neutral cu…
-
Following this PR https://github.com/luca-piccioni/OpenGL.Net/pull/13, WinForms as a dependency can be completely dropped, and GLControl moved into a separate project, making the wrappers independent …