New Post: GluquadricObj in sharpGL
or try, IntPtr i = new IntPtr(); i = gl.NewQuadric(); gl.QuadricNormals(i, OpenGL.GL_SMOOTH); gl.Cylinder(i, 0, 2, 8, 120, 16);
View ArticlePatch Uploaded: #17021
TimJSwan has uploaded a patch.Description:Fixed OpenGLControl.xaml.cs to handle a NativeWindow RenderContextType
View ArticleNew Post: gl.DrawElements example
Sorry, here is the link!https://sharpgl.codeplex.com/discussions/358652
View ArticleNew Post: Performance
Apologies to those who have been having this problem, I'll get this in the next release:https://github.com/dwmkerr/sharpshell/issues/63 Above is the issue link if you want notifications for when it is...
View ArticleNew Post: Can't add SharpGL controls
Hi, i have similar problem. I am write win. forms app. my code. I added sharpGL.dll, sharpGLSceneGraph.dll,sharpGL.serialization,SharpGLWinForm.dll and sharpGLWPF.dll with add to reference....
View ArticleNew Post: VBO
In past few days i am traing to display a mesh with VBO. Unfortunatly without any success... If someone can point me in any direction what i am doing wrong i will be very thankful .private void...
View ArticleCreated Unassigned: Can't install SharpGl extension on Visual Studio...
Impossible to install SharpGl extension. I am using Visual Studio 2013 Community Edition and when i try to install the .VSiX file, i getting an error that my IDE does not support extension, but it does!
View ArticleNew Post: VBO
Hi, probably you ran into the same problem as I did:https://sharpgl.codeplex.com/discussions/567675 Depending on the OpenGL version you are using the methods LoadIdentity, Lookat and Rotate are...
View ArticleNew Post: Improvement on BitmapConversion.cs
Hi, The call to the garbage collection should be done with blocking=true. Otherwise there might be multiple calls to the collect method.try { GC.Collect(2, GCCollectionMode.Forced, true);...
View ArticleNew Post: SharpGL FBO and High Res Texture Question
Hi, I know this problem might be solved by now. But if anyone has the same problem: If deprecated commands are used, you need to initialize the rendercontext differently. I wrote a post about this...
View ArticleNew Post: How to load custome 3d model using SharpGL
Hi I am new to sharpGL Does anyone guide how to load or imported any custom 3d model(.fbx/.obj) in visual studio using SharpGL WPF
View ArticleNew Post: How to load custome 3d model using SharpGL
Hi, You can try using https://github.com/dwmkerr/file-format-wavefront. This has the code required to load the contents of an obj file into a scene graph, which you can then use in your application....
View ArticleNew Post: How to use GetActiveUniform?
Resolved in 2.4, details at https://github.com/dwmkerr/sharpgl/issues/39.
View ArticleCommented Unassigned: Can't install SharpGl extension on Visual Studio...
Impossible to install SharpGl extension. I am using Visual Studio 2013 Community Edition and when i try to install the .VSiX file, i getting an error that my IDE does not support extension, but it...
View ArticleNew Post: How to load custome 3d model using SharpGL
How to load FBX or COLLADA formats 3D model?
View ArticleNew Post: How to load custome 3d model using SharpGL
I would suggest that you convert them to obj and use:https://github.com/dwmkerr/file-format-wavefront
View ArticleNew Post: Can't add SharpGL controls
Did you try the Visual Studio extensions for SharpGL? They provides project templates for WinForms and WPF applications using the SharpGL controls. Go to TOOLS\Extensions and Updates... and Search for...
View ArticleNew Post: Can't add SharpGL controls
I did that and downloaded it from GITHUB too. After that I build it and then go DLLs. Now it is working. However when using extension downloading I do not get control in toolbox but using DLLs I got it...
View Article