-
Updated
Oct 19, 2020 - JavaScript
3D
3D modeling uses specialized software to create a digital model of a physical object. It is an aspect of 3D computer graphics, used for video games, 3D printing, and VR, among other applications.
Here are 3,510 public repositories matching this topic...
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Aug 25, 2020 - C++
-
Updated
Oct 19, 2020 - C++
-
Updated
Oct 3, 2020 - C++
-
Updated
Jul 25, 2020 - Python
Sandcastle example: open any basic shape (e.g. Rectangle) and try to set an outlineWidth, or search "outlineWidth" on this tracker and read any of a bunch of existing issues, starting with #40 (!)
Browser: any
Operating System: Windows only, apparently
Since the very beginning of Cesium, people have been trying to use the outlineWidth
property on EllipseGraphics, RectangleGraphics, Po
-
Updated
Oct 17, 2020
-
Updated
Jan 5, 2020 - JavaScript
-
Updated
Feb 20, 2019 - Shell
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 17, 2020 - C++
-
Updated
Mar 22, 2020 - C++
-
Updated
Oct 18, 2020 - C++
Good first issue
Please respect the following template to report a new issue, otherwise your issue will be automatically closed.
Before submitting, search through existing open or closed issues reports and through blender.stackexchange.com to check whether the issue already exists.
Make sure the issue concerns the BlenderGIS addon and not Blender itself.
In preference do not ask for help here, only report
-
Updated
Sep 28, 2020 - Python
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Oct 15, 2020 - TypeScript
-
Updated
Oct 10, 2020 - C++
-
Updated
Jan 30, 2019 - C++
-
Updated
Oct 19, 2020 - Python
- Wikipedia
- Wikipedia
Similar to #1196
Issue details
If a game is paused for a long time, after resuming, Gdx.graphics.getDeltaTime() will give the delta of the entire pause duration. This causes freeze/stutter on resume as the game tries to process possibly hours worth of delta. This was fixed for the android version but not for iOS which makes it inconsistent across backends.
Version of LibGDX an