opentk
how to find overlapping of circle
Hi there I made开发者_如何学Python an application which has two balls.Red and Yellow. User has to drag RED BALL and drop it over the YELLOW BALL.it is in X-Y Plane.now i want to calculate what is the[详细]
2023-03-12 18:48 分类:问答How to run OpenTk in Vs 2008?
i try to learn OpenTk (Old Version Tao Framework) But i can not simple draw Line : using OpenTK; using OpenTK.Graphics;[详细]
2023-03-06 20:53 分类:问答How to embed SDL video in an existing OpenGL project
I\'m working on an OpenGL game, and would like to play video on 3D surfaces within the game. SDL seems to be an excellent choice for video playback, but is it possible to create the surface inside of[详细]
2023-03-04 19:55 分类:问答To use or not to use VSync
I\'m deciding on whether or not to use VSync for a new game that I\'ve been developing using OpenGL. The goal is to provide the user with the best gaming experience, and to have a good balance between[详细]
2023-03-03 11:41 分类:问答How to change the viewport resolution in OpenTK
I 开发者_StackOverflow社区am using the OpenTk GameWindow. I have been adding graphics settings to my project. But I cannot figure out how to correctly change the resolution or go in or out of fullscre[详细]
2023-03-02 12:05 分类:问答Texture makes entire scene Black and White? OpenTK
I have a texture where it is a 4x4 grid in a 256x256 pixel jpg. If i use that picture for my texture, my entire scene turns black and white. However if I use a different pattern, a checkerboard, the s[详细]
2023-03-01 03:05 分类:问答Setting transparency color on sprite bitmap makes my non-sprite quads vanish!
Writing a simple game to help learn OpenGL.In the current version, my render method draws some geometry quads with code defined colors and then renders some sprites.So far, everything is normal and wo[详细]
2023-02-23 14:55 分类:问答OpenTK: Can I assume that all calls to OnUpdateFrame and OnRenderFrame will occur on the same thread?
Simple test showed it to be the case in one instance, but I nee开发者_Go百科d to make sure.Is this property guaranteed by the OpenTK framework across all potential devices?Yes, UpdateFrame and RenderF[详细]
2023-02-23 00:54 分类:问答F# and OpenTK in Windows Forms
Does anyone know a good tutorial of using F# and OpenTK in Windows Forms? These links I\'ve already seen:[详细]
2023-02-20 17:25 分类:问答OpenGL: How to draw a cube in OpenTK?
glutWireCube() is the function for drawing a cube in C++, How about in OpenTK? Any function was used for replace 开发者_StackOverflow社区that?glutWireCube is not an OpenGL function. It\'s part of GLUT[详细]
2023-02-17 19:46 分类:问答