New Post: Cannot add SharpGL.WinForms Controls?
Had a similar issue... not sure if it is the same or what, but perhaps this helps: browse to the location where you have unpacked/stored the DLL files and right click on the SharpGL.dll file then...
View ArticleNew Comment on "Sample Applications"
Source code would be very helpful. Without, the Samples are really just Teasers... Does anyone have access to them, know where they are? I'm stuck on implementing a vertex buffer and see it implemented...
View ArticleNew Comment on "Sample Applications"
NVM... found them. For anyone else looking & not finding: the samples' source code is included with the full source code on the GitHub site (download as Zip then under /source/sharpgl/..). Probably...
View ArticleNew Post: SharpGL & OpenGL backward compatibility
Hi, while testing with Sharp GL (OpenGL Version 4.0) I found that a lot of the functions I remembered from a training some years ago did not work (e.g. Begin(), End(), Vertex(), Perspective, ...). When...
View ArticleCommented Issue: Simple VBO Example [840]
Promote Josiah's simple VBO sample to a full sample and include in the project: http://sharpgl.codeplex.com/discussions/349729#post885811Comments: ** Comment from web user: tygill6 ** How do you use a...
View ArticleNew Post: Nothing is shown when using the SharpGL control under a WPF user...
I also have this issue :(
View ArticleNew Post: Cannot add SharpGL.WinForms Controls?
@joeegar thanks for posting the tip and your comments!
View ArticleNew Post: Extension function glGenFramebuffersEXT not supported
dwmkerr wrote: Hi CamCam, You're graphics card drivers don't support the function glGenFramebuffersEXT - so in any sample application that's not working, go to the OpenGL control, select it, under...
View ArticleNew Post: Extension function glGenFramebuffersEXT not supported
Evorio wrote: Hi Dave, Now I am working on a SharpGL project using Visual Studio 2010. When I tried to run a sample project from VS 2010, I met a same problem CamCam had before. Â I have updated my...
View ArticleNew Post: Querying for max texture units returns 0
Hello, when I call OpenGL.GetInteger, passing 0x84E2 or 34018, I get 0. I am running this on Windows 7 Pro on a Dell Latitude E5520. Is there something I should be doing on my system to support...
View ArticleNew Post: IGES question
We would have some information, if anyone has had experience of export of the three-dimensional model in IGES data exchange format. Is there some library recommended to perform these operations?...
View ArticleCommented Issue: Bug, can't find RenderTrigger property 2.1 [1084]
RenderTrigger property not exists same in WPF and WinForm control. I download source code for samples, find example with RenderTrigger and property exists there, but when you create new project SharpGL...
View ArticleNew Post: GluquadricObj in sharpGL
Hi, i am trying to draw a cylinder with gl.cylinder. For the 1st input, I can not found the GLUquadricObj function to declare the object. Is there any difference method in sharpGL? Thanks!
View ArticleCreated Unassigned: Modern OpenGL sample does not eork [1607]
I'm trying both SharpGL version(2.4, 2.3) of this sample on 2 different AMD GPU(Radeon HD 8650G, Open GL ver. 4.2; Radeon HD 4500 OpenGL ver. 3.3). They both are showing same incorrect result (see...
View ArticleNew Post: IBL file export (Internal Boundary Layer)
someone knows the technical specifications of the format IBL? In SharpGL are present?Thanks qualcuno conosce le specifiche tecniche del formato IBL? In SharpGL sono presenti? grazie
View ArticleCommented Unassigned: Modern OpenGL sample does not work [1607]
I'm trying both SharpGL version(2.4, 2.3) of this sample on 2 different AMD GPU(Radeon HD 8650G, Open GL ver. 4.2; Radeon HD 4500 OpenGL ver. 3.3). They both are showing same incorrect result (see...
View ArticleNew Post: GluquadricObj in sharpGL
Hi! There is the SharpGL.SceneGraph.Quadrics namespace where you can find a wrapper for a cylinder. Is that what you are looking for?
View ArticleUpdated Wiki: Documentation
SharpGL DocumentationThe main SharpGL documentation can be found below.FundamentalsRead this before getting started with SharpGL - the fundamentals describe how the library works and how you use it....
View ArticleCommented Unassigned: Modern OpenGL sample does not work [1607]
I'm trying both SharpGL version(2.4, 2.3) of this sample on 2 different AMD GPU(Radeon HD 8650G, Open GL ver. 4.2; Radeon HD 4500 OpenGL ver. 3.3). They both are showing same incorrect result (see...
View ArticleCommented Unassigned: Modern OpenGL sample does not work [1607]
I'm trying both SharpGL version(2.4, 2.3) of this sample on 2 different AMD GPU(Radeon HD 8650G, Open GL ver. 4.2; Radeon HD 4500 OpenGL ver. 3.3). They both are showing same incorrect result (see...
View Article