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.
-
- Sign up for GitHub or sign in to edit this page
Here are 2,545 public repositories matching this topic...
Issue details
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.
8th wall dialog is a good example to follow (open link on iOS 13)
https://apps.8thwall.com/8w/jini/
requestPermision has to be called in a handler triggered by a user gesture
buttonEl.addEventlistener('click', function () {
DeviceMotionEvent.requestPermission().then(response => {
if (response == 'granted') {
window.addEventListener('devicemotion', (e) => {
A brief computer graphics / rendering course
-
Updated
Oct 16, 2019 - 89 commits
- C++
A Blender script to procedurally generate 3D spaceships
-
Updated
Oct 15, 2019 - 30 commits
- Python
If you select St. Helens in the Terrain Clipping Planes Sandcastle demo, it's not clear at all what is actually happen, this is because the clipping plan cuts out a well defined area around St. Helens but none of the terrain is visible with the clipping plane off either. This would be a lot better if terrain was poking through the tileset, or if we changed attenuation so you could actually see th
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker
-
Updated
Oct 16, 2019 - 18 commits
- C++
A resource repository for 3D machine learning
-
Updated
Oct 16, 2019 - 251 commits
Priority
Low
Issue Description
In the screenshot below, LAST MODIFIED shows Sat, 26 Oct 1985 08:15:00 GMT
,which is incorrect.
Expected Results
LAST MODIFIED shows correct timestamp, so that users know when this file is modified.
Screenshots/Related files

-
Updated
Oct 16, 2019 - 69 commits
- Python
A brief computer graphics / rendering course
-
Updated
Oct 15, 2019 - 34 commits
- C++
Lightweight and modular C++11/C++14 graphics middleware for games and data visualization
-
Updated
Oct 16, 2019 - 7 commits
- C++
The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
-
Updated
Oct 16, 2019 - 142 commits
- Python
WebGL lessons that start with the basics
-
Updated
Oct 16, 2019 - 1 commits
- HTML
This is old LayaAir veriosn writetten by ActionScript 3.0 ,now LayaAir is using TypeScript as the Engine Script,Please use https://github.com/layabox/LayaAir instead.
-
Updated
Oct 15, 2019 - 208 commits
- JavaScript
A brief computer graphics / rendering course
-
Updated
Oct 12, 2019 - 20 commits
- C++
A WebGL graphic library for building scalable Web3D applications
-
Updated
Oct 14, 2019 - 1 commits
- JavaScript
Tiny but powerful single file wavefront obj loader
-
Updated
Oct 16, 2019 - 595 commits
- C++
Expose raytracing render-path in Armory and document implementation details.
:dromedary_camel: Dust3D is a cross-platform open-source 3D modeling software. Auto UV unwrapping, auto rigging with PBR Material support, pose and motion authoring all in one.
-
Updated
Oct 15, 2019 - 640 commits
- C++
🌏 A Declarative 3D Globe Data Visualization Library built with Three.js
-
Updated
Oct 16, 2019 - 504 commits
- JavaScript
486 lines of C++: old-school FPS in a weekend
-
Updated
Oct 15, 2019 - 61 commits
- C++
As we approach v1.0.0, we should look into versioning our docs. This is important because feature availability will depend on the version of the library being used, and this can be confusing for users if there is only one set of docs.
The two ways we could approach this are 1) keep a copy of the docs site for each old release in a subpath off of the main site 2) note next to each bit of API whi
Learn about 3d
- Wikipedia
- Wikipedia
The deprecated
decodeDracoFile
method should be removed and replaced with aparse
method similar to other loaders. CurrentlydecodeDracoFile
does not propagate errors, and should do so. So probably a signature like: