OpenGL

OpenGL (Open Graphics Library) is the computer industry's standard API for defining 2-D and 3-D graphic images. OpenGL allows new hardware innovations to be accessible through the API via the OpenGL extension mechanism. It is used in CAD (Computer-aided design), virtual reality, video games, and flight simulation.
Here are 8,971 public repositories matching this topic...
JavaScript Request: Expose Texture methods getWidth(), getHeight(), getDepth(), getLevels(), etc.
-
Updated
Jan 30, 2022 - C++
window_editor_object_selection_select_object
currently returns its success through a bool and also the global gGameCommandErrorText
. It should be refactored to return a GameAction::Result
to remove the use of the global.
-
Updated
May 16, 2022 - C++
-
Updated
May 14, 2022 - C++
-
Updated
May 12, 2022 - C++
-
Updated
May 16, 2022 - C++
-
Updated
May 16, 2022 - Rust
-
Updated
May 15, 2022 - C++
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
- Work computer works fine loading .gml
- Home PC gets angry
- Java is updated
Context
-
Updated
Mar 25, 2022 - Java
MGLTilePyramidOfflineRegion should have a countOfTiles
method that returns the number of tiles included in the tile pyramid. The implementation would rely on the mbgl::util::tileCount()
function added in #9906.
This is the iOS/macOS equivalent to #11108 for Android. It would serve as a built-in alternative to mapbox/turf-swift#47 for applications already using the map SDK, including applica
-
Updated
May 16, 2022 - C++
-
Updated
Apr 21, 2022 - CMake
As of 00e1f52cf95c16b0cea34c83372145532b4745ba the LWJGL codebase has a new directory layout. This has broken the included Eclipse project.
-
Updated
May 16, 2022 - C
-
Updated
May 13, 2022 - C++
-
Updated
Feb 25, 2022 - C++
I think there's an extra #endif in tinyfiles.h. Around line 88 there's this:
#if defined( TINYPATH_IMPLEMENTATION )
#endif TINYPATH_IMPLEMENTATION
That #endif doesn't look like it should be there. I get compilation errors about the final #endif having no matching #if
-
Updated
May 9, 2022 - JavaScript
Description
Simply put, this issue is to suggest that a "getter" method be added to the "AudioSound" class in order to read the value of the "positional" flag.
Use Case
There may be cases in which one wants to know whether or not an extant "AudioSound" object is set up for use with the 3D-positional system.
Indeed, a sound that is so set up may misbehave when treated as a "2D" sound,
-
Updated
May 10, 2022 - Python
System Information
- Ogre Version: e80555d6a06dbcad192286818113ad69618b04a1
- Operating System / Platform: andr
Created by Silicon Graphics
Released January 1992
- Website
- www.opengl.org
- Wikipedia
- Wikipedia
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in