opengl-es
Here are 368 public repositories matching this topic...
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
As of 00e1f52cf95c16b0cea34c83372145532b4745ba the LWJGL codebase has a new directory layout. This has broken the included Eclipse project.
Assimp Tutorial
-
Updated
Aug 17, 2020 - C
-
Updated
Aug 26, 2020 - C++
Description
Using Mouse.GetState() returns (0,0) for position when using the trackpad. Using an external mouse works. This cannot be fixed with Mouse.GetState(int).
Repro steps
Call: Console.WriteLine(Mouse.GetState()); in an update frame function.
Expected behavior
It should return the X and Y displacement of your mouse
Actual behavior
It returns (0,0)
Related
-
Updated
Nov 20, 2017 - Java
-
Updated
Aug 29, 2020 - C++
-
Updated
Aug 3, 2020 - C
Hello, it would be great if you could add some 3d text models. Thanks in advance :-)
-
Updated
Aug 25, 2020 - C++
-
Updated
Aug 3, 2020 - C
-
Updated
Aug 31, 2020 - Objective-C
-
Updated
Aug 29, 2020 - C++
-
Updated
Mar 12, 2020 - C++
-
Updated
Jun 29, 2020 - Kotlin
-
Updated
Feb 9, 2020 - C#
-
Updated
Jan 6, 2019 - Java
-
Updated
Feb 13, 2020 - C++
-
Updated
Aug 28, 2020 - Swift
-
Updated
Mar 10, 2020 - Java
such as RedBits, BlueBits, etc; instead of just DepthBits
-
Updated
Aug 29, 2020 - C++
Improve this page
Add a description, image, and links to the opengl-es topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opengl-es topic, visit your repo's landing page and select "manage topics."
Hi:
In order to use gltfio animations in non-trivial projects is necessary, at least, being notified when the playing-status change (onStart and onEndReached as a minimum).
Also, it would be very nice to be able to play the animations backwards.
Best regards.
P.S. Maybe all these functionalities are already implemented, but I haven't been able to find any documentation on it.